opencode-qoder-bridge 0.1.0 → 0.1.1
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 +49 -0
- package/README.md +11 -8
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +28 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
All notable changes to this project are documented here. The format follows
|
|
4
|
+
[Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and releases use
|
|
5
|
+
[Semantic Versioning](https://semver.org/).
|
|
6
|
+
|
|
7
|
+
## [0.1.1] - 2026-07-25
|
|
8
|
+
|
|
9
|
+
### Security
|
|
10
|
+
|
|
11
|
+
- Removed OpenTUI and Solid from the production dependency graph. The optional
|
|
12
|
+
sidebar now uses the renderer versions supplied by its OpenCode host, which
|
|
13
|
+
prevents OpenTUI's vulnerable build-only Babel and glob packages from being
|
|
14
|
+
installed with this package.
|
|
15
|
+
- Pinned patched Babel, glob, minimatch, brace-expansion, and Hono releases for
|
|
16
|
+
repository development and direct root installations.
|
|
17
|
+
- Added a zero-tolerance `npm audit` command to the prepublish verification
|
|
18
|
+
gate.
|
|
19
|
+
|
|
20
|
+
The official Qoder Agent SDK still declares MCP SDK `^1.27.1`. npm does not
|
|
21
|
+
propagate a dependency package's overrides into a consuming application's
|
|
22
|
+
installation, so a downstream audit can continue to report the MCP SDK's
|
|
23
|
+
Windows-only Hono server advisory until Qoder updates that dependency. This
|
|
24
|
+
bridge does not start or expose the affected Hono HTTP server; MCP connections
|
|
25
|
+
are passed to the Qoder CLI. The Hono 2 override used in this repository was
|
|
26
|
+
also verified with an in-process MCP transport.
|
|
27
|
+
|
|
28
|
+
### Changed
|
|
29
|
+
|
|
30
|
+
- Moved the type-only AI SDK and OpenCode plugin packages out of production
|
|
31
|
+
dependencies and made the host-provided TUI runtime optional peers.
|
|
32
|
+
- Raised the Node.js requirement to 22.18 because the patched Babel toolchain
|
|
33
|
+
no longer supports older Node releases.
|
|
34
|
+
- Refreshed model context limits from the live Qoder SDK catalog.
|
|
35
|
+
|
|
36
|
+
## [0.1.0] - 2026-07-25
|
|
37
|
+
|
|
38
|
+
### Added
|
|
39
|
+
|
|
40
|
+
- Initial public release.
|
|
41
|
+
- Dynamic Qoder model discovery through the official Agent SDK.
|
|
42
|
+
- AI SDK v3 streaming, reasoning, image input, and tool-call translation.
|
|
43
|
+
- OpenCode MCP bridging for stdio, HTTP, SSE, and in-process SDK servers.
|
|
44
|
+
- Live quota reporting, local usage and cost tracking, CLI commands, and the
|
|
45
|
+
OpenCode TUI sidebar.
|
|
46
|
+
- Automated tests, CI, security policy, and trusted-publishing workflow.
|
|
47
|
+
|
|
48
|
+
[0.1.1]: https://github.com/naoufalelbani/opencode-qoder-bridge/compare/v0.1.0...v0.1.1
|
|
49
|
+
[0.1.0]: https://github.com/naoufalelbani/opencode-qoder-bridge/releases/tag/v0.1.0
|
package/README.md
CHANGED
|
@@ -20,7 +20,9 @@ A ground-up rewrite focused on reliability, performance, and first-class usage/c
|
|
|
20
20
|
|
|
21
21
|
## Prerequisites
|
|
22
22
|
|
|
23
|
-
1.
|
|
23
|
+
1. Use Node.js 22.18 or newer.
|
|
24
|
+
|
|
25
|
+
2. Install and log in to the Qoder CLI:
|
|
24
26
|
|
|
25
27
|
```bash
|
|
26
28
|
qoder login
|
|
@@ -28,7 +30,7 @@ A ground-up rewrite focused on reliability, performance, and first-class usage/c
|
|
|
28
30
|
|
|
29
31
|
Credentials are stored under `~/.qoder/.auth/user`.
|
|
30
32
|
|
|
31
|
-
|
|
33
|
+
3. Install opencode:
|
|
32
34
|
|
|
33
35
|
```bash
|
|
34
36
|
npm install -g opencode-ai
|
|
@@ -114,16 +116,16 @@ returned by a live query on **2026-07-25**:
|
|
|
114
116
|
|
|
115
117
|
| Model ID | Name | Credit multiplier | Vision | Reasoning | Max input | Max output |
|
|
116
118
|
|----------|------|-------------------|--------|-----------|-----------|------------|
|
|
117
|
-
| `auto` | Auto | 1.00x | ✓ | ✗ |
|
|
119
|
+
| `auto` | Auto | 1.00x | ✓ | ✗ | 180K | 32K |
|
|
118
120
|
| `ultimate` | Ultimate | 0.80x | ✓ | ✓ | 1M | 32K |
|
|
119
121
|
| `performance` | Performance | 1.10x | ✓ | ✗ | 1M | 32K |
|
|
120
|
-
| `efficient` | Efficient | 0.30x | ✓ | ✗ |
|
|
121
|
-
| `lite` | Lite | 0.00x | ✗ | ✗ |
|
|
122
|
-
| `cmodel` | Cantus | 1.60x | ✓ | ✓ |
|
|
123
|
-
| `qmodel_preview` | Qwen3.8-Max-Preview | 0.01x promo | ✓ | ✓ |
|
|
122
|
+
| `efficient` | Efficient | 0.30x | ✓ | ✗ | 180K | 32K |
|
|
123
|
+
| `lite` | Lite | 0.00x | ✗ | ✗ | 180K | 32K |
|
|
124
|
+
| `cmodel` | Cantus | 1.60x | ✓ | ✓ | 180K | 32K |
|
|
125
|
+
| `qmodel_preview` | Qwen3.8-Max-Preview | 0.01x promo | ✓ | ✓ | 180K | 32K |
|
|
124
126
|
| `qmodel_latest` | Qwen3.7-Max | 0.10x promo | ✓ | ✗ | 1M | 32K |
|
|
125
127
|
| `qmodel` | Qwen3.7-Plus | 0.04x promo | ✓ | ✗ | 1M | 32K |
|
|
126
|
-
| `kmodel_latest` | Kimi-K3 | 0.80x | ✓ | ✗ |
|
|
128
|
+
| `kmodel_latest` | Kimi-K3 | 0.80x | ✓ | ✗ | 180K | 32K |
|
|
127
129
|
| `kmodel` | Kimi-K2.7-Code | 0.30x | ✓ | ✗ | 256K | 32K |
|
|
128
130
|
| `gm51model` | GLM-5.2 | 0.50x promo | ✓ | ✓ | 1M | 32K |
|
|
129
131
|
| `dmodel` | DeepSeek-V4-Pro | 0.50x | ✓ | ✓ | 1M | 32K |
|
|
@@ -178,6 +180,7 @@ Report suspected vulnerabilities privately as described in
|
|
|
178
180
|
private prompt content in reports.
|
|
179
181
|
|
|
180
182
|
Maintainer release instructions are in [RELEASING.md](./RELEASING.md).
|
|
183
|
+
Release history is recorded in [CHANGELOG.md](./CHANGELOG.md).
|
|
181
184
|
|
|
182
185
|
## License
|
|
183
186
|
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,MAAM,EAAE,MAAM,qBAAqB,CAAC;
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAiB,MAAM,EAAE,MAAM,qBAAqB,CAAC;AAmDjE,QAAA,MAAM,MAAM,EAAE,MA6Gb,CAAC;AAEF,eAAe,MAAM,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import { tool } from "@opencode-ai/plugin/tool";
|
|
2
1
|
import { FALLBACK_MODELS, fetchDynamicModels } from "./models.js";
|
|
3
2
|
import { isAuthenticated, findQoderCLI } from "./auth.js";
|
|
4
3
|
import { bridgeMcpServers } from "./mcp-bridge.js";
|
|
@@ -118,7 +117,7 @@ const plugin = async (input) => {
|
|
|
118
117
|
],
|
|
119
118
|
},
|
|
120
119
|
tool: {
|
|
121
|
-
qoder_usage:
|
|
120
|
+
qoder_usage: {
|
|
122
121
|
description: "Show Qoder account usage and quota (live), plus accumulated session cost and token totals from the local ledger.",
|
|
123
122
|
args: {},
|
|
124
123
|
async execute() {
|
|
@@ -140,7 +139,7 @@ const plugin = async (input) => {
|
|
|
140
139
|
}
|
|
141
140
|
return { title: "Qoder Usage", output: lines.join("\n") };
|
|
142
141
|
},
|
|
143
|
-
}
|
|
142
|
+
},
|
|
144
143
|
},
|
|
145
144
|
};
|
|
146
145
|
};
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-qoder-bridge",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "opencode plugin that bridges Qoder AI models via @qoder-ai/qoder-agent-sdk",
|
|
5
5
|
"author": "Naoufal El Bani",
|
|
6
6
|
"type": "module",
|
|
@@ -25,6 +25,7 @@
|
|
|
25
25
|
"files": [
|
|
26
26
|
"dist",
|
|
27
27
|
"bin",
|
|
28
|
+
"CHANGELOG.md",
|
|
28
29
|
"README.md",
|
|
29
30
|
"LICENSE",
|
|
30
31
|
"RELEASING.md",
|
|
@@ -49,24 +50,44 @@
|
|
|
49
50
|
"build": "tsc -p tsconfig.json",
|
|
50
51
|
"typecheck": "tsc -p tsconfig.json --noEmit",
|
|
51
52
|
"test": "npm run build && node --test test/bridge.test.mjs",
|
|
52
|
-
"
|
|
53
|
+
"audit": "npm audit --audit-level=low",
|
|
54
|
+
"check": "npm run typecheck && npm test && npm run audit",
|
|
53
55
|
"prepublishOnly": "npm run check"
|
|
54
56
|
},
|
|
55
57
|
"dependencies": {
|
|
56
|
-
"@ai-sdk/provider": "^3.0.14",
|
|
57
|
-
"@opencode-ai/plugin": "1.18.5",
|
|
58
|
-
"@opentui/solid": "0.4.5",
|
|
59
58
|
"@qoder-ai/qoder-agent-sdk": "^1.0.15",
|
|
60
59
|
"jsonc-parser": "^3.3.1",
|
|
61
|
-
"solid-js": "1.9.12",
|
|
62
60
|
"zod": "^3.25.0"
|
|
63
61
|
},
|
|
64
62
|
"devDependencies": {
|
|
63
|
+
"@ai-sdk/provider": "^3.0.14",
|
|
64
|
+
"@opencode-ai/plugin": "1.18.5",
|
|
65
|
+
"@opentui/solid": "0.4.5",
|
|
65
66
|
"@types/node": "^22.10.0",
|
|
67
|
+
"solid-js": "1.9.12",
|
|
66
68
|
"typescript": "^5.7.0"
|
|
67
69
|
},
|
|
70
|
+
"peerDependencies": {
|
|
71
|
+
"@opentui/solid": ">=0.4.5",
|
|
72
|
+
"solid-js": ">=1.9.12"
|
|
73
|
+
},
|
|
74
|
+
"peerDependenciesMeta": {
|
|
75
|
+
"@opentui/solid": {
|
|
76
|
+
"optional": true
|
|
77
|
+
},
|
|
78
|
+
"solid-js": {
|
|
79
|
+
"optional": true
|
|
80
|
+
}
|
|
81
|
+
},
|
|
82
|
+
"overrides": {
|
|
83
|
+
"@babel/core": "8.0.1",
|
|
84
|
+
"@hono/node-server": "2.0.11",
|
|
85
|
+
"brace-expansion": "5.0.8",
|
|
86
|
+
"glob": "13.0.6",
|
|
87
|
+
"minimatch": "10.2.5"
|
|
88
|
+
},
|
|
68
89
|
"engines": {
|
|
69
|
-
"node": ">=
|
|
90
|
+
"node": "^22.18.0 || >=24.11.0"
|
|
70
91
|
},
|
|
71
92
|
"keywords": [
|
|
72
93
|
"opencode",
|