Skip to content

0.1.1

Latest

Choose a tag to compare

@github-actions github-actions released this 11 Aug 13:28
· 4 commits to main since this release
Immutable release. Only release title and notes can be modified.
78c3a2e

Patch Changes

  • 22c1c34: Report tool calls on $ai_generation so PostHog's AI observability Tools view is populated. Tool calls were only emitted as $ai_span events, but PostHog extracts tool usage exclusively from $ai_generation — so the Tools tab, Tool trends, and Tool co-occurrence stayed empty for every OpenCode user. Each generation now carries $ai_tools_called with the names of the tools that step called, in call order. Spans are unchanged, so the trace timeline keeps its existing shape.