hermes-agent/website/i18n/zh-Hans/docusaurus-plugin-content-docs/current/user-guide
teknium1 1b081e4891 feat: raise default tool-calling iteration limit from 90 to 500
The default max_iterations/agent.max_turns budget was set when long
agentic runs were rare; complex tasks now routinely exceed 90 tool
calls. Raise the default to 500 across every surface that hardcodes
the fallback: AIAgent constructor, DEFAULT_CONFIG, CLI resolution
chain, gateway env bridge, cron scheduler, and TUI gateway. Explicit
user config values are unaffected (deep-merge preserves them; no
_config_version bump needed).

Docs (en + zh-Hans), CLI help text, tips, and pinned tests updated
to match.
2026-07-26 12:54:45 -07:00
..
features test(gateway): cover gateway.api_server YAML discovery + extra bridge; docs: document config.yaml support 2026-07-23 11:54:32 -07:00
messaging fix(gateway): bridge nested DingTalk allowed_users into auth env 2026-07-20 05:39:24 -07:00
secrets fix(secrets): validate bitwarden status token 2026-07-22 03:20:09 -07:00
skills docs(skills): sync generated pages + zh-Hans mirrors for related_skills fixes 2026-07-24 07:54:05 -07:00
checkpoints-and-rollback.md fix(checkpoints): never auto-delete orphans on unattended startup sweep 2026-07-24 16:01:06 -07:00
cli.md
configuration.md feat: raise default tool-calling iteration limit from 90 to 500 2026-07-26 12:54:45 -07:00
configuring-models.md
docker.md fix(docker): replace dashboard --insecure with basic-auth provider 2026-06-21 19:05:27 -07:00
git-worktrees.md
profile-distributions.md
profiles.md docs(profile): update clone-from references 2026-06-13 07:33:58 -07:00
security.md fix(approval): raise gateway approval timeout to 300s, honest stale-tap UX, offer Always on mixed prompts (#68597) 2026-07-21 05:41:41 -07:00
sessions.md docs(sessions): unify export docs under one overview section (#60554) 2026-07-07 16:29:27 -07:00
tui.md
windows-native.md
windows-wsl-quickstart.md