Files
hermes-web-ui/docs/chat-chain-changes/2026-06-09-coding-agent-error-rendering.md
ekko 66bb286a7d [codex] fix Windows coding agent command errors (#1440)
* fix object error messages

* fix chat run error rendering

* include coding agent stderr on failure

* fix windows cmd shim errors

* fix quoted windows coding agent commands

* fix windows cmd shim execution

* dedupe windows command execution helpers

* move agent runner docs out of source tree

* document coding agent chat error rendering
2026-06-09 17:00:44 +08:00

12 lines
478 B
Markdown

---
date: 2026-06-09
pr: 1440
feature: Coding Agent error rendering
impact: Coding Agent run failures now render nested error details and Windows process stderr instead of opaque object strings.
---
Coding Agent run failures now render readable nested error messages instead of
`[object Object]`. Hidden Claude Code and Codex runs also include the child
process stderr tail on non-zero exits, so Windows command launch failures expose
the underlying `cmd.exe` message in chat.