Skip to content

agent: v0.2.1

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:37
6c518da

0.2.1 (2026-07-08)

Fixes an issue where server tool calls were not marked as dynamic, causing the agent's tool loop to stop prematurely. The loop now correctly continues past server tool calls.

Highlights

  • Server tool calls are now marked as dynamic so the agent's tool loop continues past them instead of halting. (#15)

Bug Fixes

  • agent: mark server tool calls dynamic so the tool loop continues past them (#15) (7d31dd8)