diff --git a/.github/release-versions/grok b/.github/release-versions/grok new file mode 100644 index 0000000..4e379d2 --- /dev/null +++ b/.github/release-versions/grok @@ -0,0 +1 @@ +0.0.2 diff --git a/src/plugins/grok/content/.grok-plugin/plugin.json b/src/plugins/grok/content/.grok-plugin/plugin.json index bafbb68..2bb1569 100644 --- a/src/plugins/grok/content/.grok-plugin/plugin.json +++ b/src/plugins/grok/content/.grok-plugin/plugin.json @@ -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" } diff --git a/src/plugins/grok/content/hooks/forward.sh b/src/plugins/grok/content/hooks/forward.sh index 60a43a6..0433699 100755 --- a/src/plugins/grok/content/hooks/forward.sh +++ b/src/plugins/grok/content/hooks/forward.sh @@ -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