Skip to content

v1.3.0

Latest

Choose a tag to compare

@restot restot released this 12 Apr 18:13

New

  • --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).