·
4 commits
to main
since this release
Immutable
release. Only release title and notes can be modified.
Patch Changes
- 22c1c34: Report tool calls on
$ai_generationso PostHog's AI observability Tools view is populated. Tool calls were only emitted as$ai_spanevents, 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_calledwith the names of the tools that step called, in call order. Spans are unchanged, so the trace timeline keeps its existing shape.