Files
hermes-web-ui/docs/chat-chain-changes/2026-06-07-local-coding-agent-runner.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

520 B

date, pr, feature, impact
date pr feature impact
2026-06-07 pending Hidden Coding Agent runner Claude Code and Codex can be launched as hidden scoped processes while provider SSE is captured through local proxies for Chat persistence and realtime events.

The Coding Agent path stays separate from api_server runs. It starts a scoped hidden CLI process, sends Chat input to the process stdin, routes model requests through local Claude/Codex proxies, and recycles hidden sessions after 30 minutes of inactivity or service shutdown.