AI Agent: raw JSON error shown to user when hero_logic is not running #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Messaging the AI Agent when its backend is down dumps the raw JSON-RPC response into the chat instead of a friendly message. Reproduced by sending "Hey":
Expected: when
successis false /erroris set, render theerrorstring as a normal agent message (e.g. a warning bubble), not the raw JSON object. Handle the not-running / error cases gracefully.Found while testing the hero_browser Dioxus admin on current
development, at/hero_components/admin/?service=hero_browser. Most of these are shell-level and affect every service, not just hero_browser.