Skip to content

v0.2.9 - tool activity in the reply body

Choose a tag to compare

@amlyczz amlyczz released this 19 Aug 09:57

What's changed (0.2.9)

Tool activity now renders in the reply body

User feedback on 0.2.8: tool annotations buried inside the DSH thinking fold were invisible and felt wrong. agy tools now render as visible lines in the message body:

🔧 [agy tool: write_to_file] {"TargetFile": "..."}
-> 7 lines, 180 bytes

They cannot become native DSH tool cards: a finish: tool-calls would make the DSH agent try to execute tools it does not own — agy runs its own closed tool loop inside its child process.

The thinking panel keeps only real thinking signal

  • [agy thinking turn · N thinking tokens] turn annotations (agy print mode never streams thinking text — verified against the live CLI at effort=high)
  • terminal error notes when a run ends with an error

74 tests green.