@ycodium-ai/agent-opencode 0.2.2155 → 0.2.2158

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/dist/index.js +4 -3
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -602,9 +602,10 @@ var OPENCODE_CARD = {
602
602
  additionalProperties: true
603
603
  },
604
604
  modelConnectivity: {
605
- // 只报绑定送得出去的那一种:下面那段配置把 `npm` 定死成 openai-compatible,后缀是
606
- // `/chat/completions`,它打本机端点说的永远是 chat。换 `@ai-sdk/anthropic` 能说
607
- // messages 不算——投递不换这一栏。别家的脑经宿主翻译接上。
605
+ // 报绑定的默认入口方言:下面那段配置把 `npm` 定死成 openai-compatible,后缀是
606
+ // `/chat/completions`,它的请求打本机端点说 chat。换 `@ai-sdk/anthropic` 能说 messages
607
+ // 不算——投递不换这一栏。别家的脑经宿主翻译接上;打到别的路由的请求,本机端点按那一笔
608
+ // 的路径另挑翻译对。
608
609
  dialects: ["openai-chat-completions"],
609
610
  acceptsExternalEndpoints: true,
610
611
  supportsNativeSubscription: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ycodium-ai/agent-opencode",
3
- "version": "0.2.2155",
3
+ "version": "0.2.2158",
4
4
  "description": "OpenCode executor: OpenCode CLI via @opencode-ai/sdk/v2.",
5
5
  "keywords": [
6
6
  "ycodium",
@@ -23,7 +23,7 @@
23
23
  "@types/node": "24.12.4",
24
24
  "esbuild": "0.28.1",
25
25
  "vite-plus": "0.2.2",
26
- "@ycodium-ai/plugin-api": "0.2.2155"
26
+ "@ycodium-ai/plugin-api": "0.2.2158"
27
27
  },
28
28
  "ycodium": {
29
29
  "plugin": "./dist/index.js",