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
--skip-tool-output flag — show tool calls and their arguments ([TOOL]) but suppress tool result output ([RESULT]). Works across all render paths: view, view full, watch, and --last mode. Useful for reading agent decision flow without the noise of large tool outputs.
Changed
Modular source layout — decomposed the monolithic script into 12 source modules in cli/, assembled by build.sh into bin/agent-watch. No behavioral changes; same functionality, now easier to navigate and maintain.
Tests
8 new tests for --skip-tool-output across unit, integration, and e2e (166 total).