Files
hermes-web-ui/docs/chat-chain-changes/2026-06-08-local-coding-agent-mode.md
ekko c52e2c25df [codex] add coding agent chat sessions (#1410)
* feat: add coding agent chat runner

* fix claude coding agent model identity

* Revert "fix claude coding agent model identity"

This reverts commit eff87d6e28.

* align claude coding agent settings with main

* remove claude bare mode from coding agent runner

* fix coding agent chat sessions
2026-06-08 15:35:52 +08:00

862 B

date, pr, feature, impact
date pr feature impact
2026-06-08 pending Local coding agent launch mode Global Claude Code/Codex sessions no longer require or send provider credentials; scoped sessions keep the existing provider-backed launch path.
  • Touched feature: coding-agent chat sessions.
  • Change: persist agent_mode separately from provider, and map it to the client codingAgentMode.
  • Behavior impact: global Claude Code/Codex sessions no longer require or send provider/model/API credentials; scoped sessions continue to send provider, model, base URL, API key, and API protocol.
  • Runtime guard: switching an existing coding-agent session between scoped and global restarts the runner and clears incompatible native session ids so Codex does not resume a previous scoped model thread.
  • Validation: focused coding-agent client/server tests and production build.