You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: support generic metadata in agent notifications
Add an optional `metadata` field (freeform JSON object) to agent
notifications. The daemon stores and returns it verbatim — no
interpretation, pure pass-through.
This allows hooks to attach arbitrary context (terminal emulator info,
git branch, workspace labels, etc.) that consumers like arbor-tui can
read without coupling the daemon to specific use cases.
Closes#85
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments