opencode-qoder-bridge 0.1.5 → 0.1.6
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/package.json +15 -10
package/package.json
CHANGED
|
@@ -1,8 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "opencode-qoder-bridge",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "
|
|
5
|
-
"
|
|
3
|
+
"version": "0.1.6",
|
|
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
|
+
"keywords": [
|
|
6
|
+
"opencode",
|
|
7
|
+
"opencode-plugin",
|
|
8
|
+
"qoder",
|
|
9
|
+
"qoder-ai",
|
|
10
|
+
"qoder-provider",
|
|
11
|
+
"qoder-agent-sdk",
|
|
12
|
+
"qoder-cli",
|
|
13
|
+
"ai-coding",
|
|
14
|
+
"coding-agent",
|
|
15
|
+
"mcp"
|
|
16
|
+
],
|
|
17
|
+
"author": "Naoufal EL BANI",
|
|
6
18
|
"type": "module",
|
|
7
19
|
"license": "MIT",
|
|
8
20
|
"homepage": "https://github.com/naoufalelbani/opencode-qoder-bridge#readme",
|
|
@@ -93,13 +105,6 @@
|
|
|
93
105
|
"engines": {
|
|
94
106
|
"node": "^22.22.2 || ^24.15.0 || >=26.0.0"
|
|
95
107
|
},
|
|
96
|
-
"keywords": [
|
|
97
|
-
"opencode",
|
|
98
|
-
"opencode-plugin",
|
|
99
|
-
"qoder",
|
|
100
|
-
"ai",
|
|
101
|
-
"llm"
|
|
102
|
-
],
|
|
103
108
|
"allowScripts": {
|
|
104
109
|
"@qoder-ai/qoder-agent-sdk@1.0.25": true,
|
|
105
110
|
"msgpackr-extract@3.0.4": true
|