opencode-qoder-bridge 0.1.23 → 0.1.24
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/CHANGELOG.md +5 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,7 @@ All notable changes to this project are documented here. The format follows
|
|
|
4
4
|
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and releases use
|
|
5
5
|
[Semantic Versioning](https://semver.org/).
|
|
6
6
|
|
|
7
|
-
## [0.1.
|
|
7
|
+
## [0.1.24] - 2026-09-25
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
@@ -18,6 +18,10 @@ All notable changes to this project are documented here. The format follows
|
|
|
18
18
|
the `qoder_usage` report.
|
|
19
19
|
- Added a CN regression suite (`test/auth-cn.test.mjs`).
|
|
20
20
|
|
|
21
|
+
### Changed
|
|
22
|
+
|
|
23
|
+
- Updated the Qoder Agent SDK dependency to `1.0.50`.
|
|
24
|
+
|
|
21
25
|
### Fixed
|
|
22
26
|
|
|
23
27
|
- Isolated model catalog caches by region/CLI so global and CN installs no
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-qoder-bridge",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.24",
|
|
4
4
|
"description": "Qoder provider plugin for OpenCode powered by the official Qoder Agent SDK, with streaming, tools, MCP, sessions, multimodal input, and quota tracking.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"opencode",
|
|
@@ -77,7 +77,7 @@
|
|
|
77
77
|
},
|
|
78
78
|
"dependencies": {
|
|
79
79
|
"@opencode-ai/plugin": "1.18.31",
|
|
80
|
-
"@qoder-ai/qoder-agent-sdk": "^1.0.
|
|
80
|
+
"@qoder-ai/qoder-agent-sdk": "^1.0.50",
|
|
81
81
|
"jsonc-parser": "^3.3.1",
|
|
82
82
|
"zod": "^4.6.5"
|
|
83
83
|
},
|
|
@@ -114,8 +114,8 @@
|
|
|
114
114
|
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
|
|
115
115
|
},
|
|
116
116
|
"allowScripts": {
|
|
117
|
-
"
|
|
118
|
-
"
|
|
117
|
+
"msgpackr-extract@3.0.4": true,
|
|
118
|
+
"@qoder-ai/qoder-agent-sdk@1.0.50": true
|
|
119
119
|
},
|
|
120
120
|
"directories": {
|
|
121
121
|
"test": "test"
|