agent/pkg/monitor
Snider b5dcdd1261
Some checks failed
CI / test (push) Failing after 3s
fix(monitor): inbox API returns {data:[...]} not {messages:[...]}
The MCP agent_inbox tool wraps the response as {messages:[...]},
but the raw API returns {data:[...]}. The monitor calls the raw
API directly, so it needs to parse {data:[...]}.

Verified with curl against live API. Removed debug channel events.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-21 19:17:53 +00:00
..
harvest.go fix: Codex round 8 — remote success propagation + stale question cleanup 2026-03-21 17:46:04 +00:00
harvest_test.go test(monitor): add harvest and channel notification tests 2026-03-21 13:21:23 +00:00
monitor.go fix(monitor): inbox API returns {data:[...]} not {messages:[...]} 2026-03-21 19:17:53 +00:00
monitor_test.go fix(monitor): inbox API returns {data:[...]} not {messages:[...]} 2026-03-21 19:17:53 +00:00
sync.go fix: address Codex round 7 — path traversal + dispatch check 2026-03-21 17:25:23 +00:00