Skip to content

agent-top v0.7.1

Choose a tag to compare

@github-actions github-actions released this 05 Sep 11:08
· 23 commits to main since this release

[0.7.1] - 2026-09-05

Added

  • Turn and inference spans for OpenCode. The OpenCode tool trace now has the same three span kinds as the other harnesses. Each assistant message is one inference span, from its time.created to its time.completed; a user message opens a turn that runs to the last reply before the next prompt; a reply still in flight leaves its inference and turn open. Built per session, so a subagent's turns sit on their own track. Verified against the real database: a 974-tool session exported 903 inference spans and 137 turn spans beside its tool spans, with the durations the message times give.