mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-20 23:40:20 +00:00
66bb286a7d
* 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
12 lines
478 B
Markdown
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.
|