From b3cf64f58117fa4a21523471f55cf7e367172a15 Mon Sep 17 00:00:00 2001 From: realark <31153155+realark@users.noreply.github.com> Date: Thu, 10 Sep 2026 19:04:47 +0000 Subject: [PATCH] chore(grok): release v0.0.2 --- .github/release-versions/grok | 1 + src/plugins/grok/content/.grok-plugin/plugin.json | 2 +- src/plugins/grok/content/hooks/forward.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 .github/release-versions/grok 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