mirror of
https://github.com/EKKOLearnAI/hermes-web-ui.git
synced 2026-07-11 11:10:21 +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
478 B
478 B
date, pr, feature, impact
| date | pr | feature | impact |
|---|---|---|---|
| 2026-06-09 | 1440 | Coding Agent error rendering | 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.