Commit Graph
2 Commits
Author SHA1 Message Date
_Kerman feeea91bf8 test(gui): goals RPC surface and goal bar coverage tails 2026-07-22 21:30:31 +08:00
_Kerman 158b8a8ead feat(gui): host goal handlers and slash command dispatch on web prompts
- web host boots CommandService + command-goal; session.prompt intercepts
  a lone text block starting with '/' and executes it as a command
  (unknown -> RPC unknown-command, usage error -> RPC command-error, so
  the composer restores the draft and shows the error strip) instead of
  sending it to the model — symmetric with the ACP adapter
- prompt response carries command result text on the wire for future UI
- api-proxy also lands the host-side goals RPC handlers
2026-07-22 21:30:30 +08:00