Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/release-versions/grok
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.0.2
2 changes: 1 addition & 1 deletion src/plugins/grok/content/.grok-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "trace-grok",
"description": "Beta Braintrust tracing for Grok sessions with transcript-reconstructed LLM and tool spans.",
"version": "0.0.1",
"version": "0.0.2",
"author": {
"name": "Braintrust"
}
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/grok/content/hooks/forward.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
# Thin, fail-open bridge from Grok hooks to the shared Braintrust daemon.

PLUGIN_VERSION="0.0.1"
PLUGIN_VERSION="0.0.2"

resolve_bt() {
if [[ -n "${BT_BIN:-}" && -x "$BT_BIN" ]]; then
Expand Down
Loading