@kimchitest/opencode-otel-plugin 1.0.6 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -16,6 +16,14 @@ Add to your `~/.config/opencode/opencode.json`:
16
16
  }
17
17
  ```
18
18
 
19
+ To pin to a specific version (recommended for stability):
20
+
21
+ ```json
22
+ {
23
+ "plugin": ["@kimchitest/opencode-otel-plugin@1.0.6"]
24
+ }
25
+ ```
26
+
19
27
  Set environment variables (see [Configuration](#configuration) section below), then restart OpenCode.
20
28
 
21
29
  ### Option 2: Local plugin
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kimchitest/opencode-otel-plugin",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "description": "OpenCode OTEL plugin for Kimchi - sends usage telemetry",
5
5
  "main": "plugin.ts",
6
6
  "type": "module",