opencommand-plugin 0.0.8 → 0.0.9
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.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -47,7 +47,10 @@ npm run build
|
|
|
47
47
|
npm test -- --runInBand
|
|
48
48
|
```
|
|
49
49
|
|
|
50
|
-
## v0.0.
|
|
50
|
+
## v0.0.8 non-blocking OpenCode startup
|
|
51
51
|
|
|
52
|
-
`opencommand-plugin@0.0.
|
|
52
|
+
`opencommand-plugin@0.0.8` keeps OpenCode startup non-blocking: provider registration uses cached/static models immediately, while proxy startup and CommandCode plan/model refresh run in the background. Pin `opencode.jsonc` to `opencommand-plugin@0.0.8` (or newer) instead of `@latest` to avoid stale plugin cache entries.
|
|
53
53
|
|
|
54
|
+
## v0.0.9 CommandCode protocol update
|
|
55
|
+
|
|
56
|
+
`opencommand-plugin@0.0.9` updates the bundled proxy to the current CommandCode CLI protocol headers (`x-command-code-version: 0.26.3`, production CLI environment, and OpenCommand project slug). Older `OPENCOMMAND_COMMAND_CODE_CLIENT_VERSION` overrides can no longer downgrade the bundled protocol version.
|