mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-19 15:00:27 +00:00
c52e2c25df
* 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
862 B
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_modeseparately fromprovider, and map it to the clientcodingAgentMode. - 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.