@kimchitest/opencode-otel-plugin 1.0.6 → 1.0.8

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 +9 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,15 @@ Add to your `~/.config/opencode/opencode.json`:
12
12
 
13
13
  ```json
14
14
  {
15
- "plugin": ["@kimchitest/opencode-otel-plugin"]
15
+ "plugin": ["@kimchitest/opencode-otel-plugin@latest"]
16
+ }
17
+ ```
18
+
19
+ To pin to a specific version:
20
+
21
+ ```json
22
+ {
23
+ "plugin": ["@kimchitest/opencode-otel-plugin@1.0.7"]
16
24
  }
17
25
  ```
18
26
 
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.8",
4
4
  "description": "OpenCode OTEL plugin for Kimchi - sends usage telemetry",
5
5
  "main": "plugin.ts",
6
6
  "type": "module",