Releases: braintrustdata/braintrust-opencode-plugin
Releases · braintrustdata/braintrust-opencode-plugin
@braintrust/trace-opencode v0.0.8
What's Changed
- fix(trace-opencode): capture system prompt in LLM span input by colinbennettbrain in #8
New Contributors
- colinbennettbrain made their first contribution in #8
Full Changelog: v0.0.7...v0.0.8
@braintrust/trace-opencode v0.0.7
What's Changed
- fix(trace-opencode): lazy-init SessionState in chat.message for API-created sessions by ekeith (@evanmkeith) in #5
- fix checks and add CI by Andrew Kent (@realark) in #7
New Contributors
- ekeith (@evanmkeith) made their first contribution in #5
- Andrew Kent (@realark) made their first contribution in #7
Full Changelog: v0.0.6...v0.0.7
@braintrust/trace-opencode v0.0.6
What's Changed
- ci: Add github action for trusted publishing by Abhijeet Prasad (@AbhiPrasad) in #1
- fix(tracing): send span metric timestamps in unix seconds by Abhijeet Prasad (@AbhiPrasad) in #6
- remove provider from metadata.model so that cost lookup resolves by Barrett Pyke (@barrettpyke) in #3
New Contributors
- Abhijeet Prasad (@AbhiPrasad) made their first contribution in #1
- Barrett Pyke (@barrettpyke) made their first contribution in #3
Full Changelog: v0.0.5...v0.0.6
Release v0.0.3
- Fix crash when tool result has no output field (e.g. MCP tools returning only content[])
- Wrap all hooks in try/catch so tracing errors never propagate to the host process
- Add BRAINTRUST_ADDITIONAL_METADATA to attach custom key-value pairs to root spans