@ycodium-ai/agent-grok 0.2.2014 → 0.2.2025
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/dist/index.js +4 -3
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -39,12 +39,13 @@ var GROK_CARD = {
|
|
|
39
39
|
selfUpdateArgs: ["update"],
|
|
40
40
|
docsUrl: "https://x.ai/docs/grok",
|
|
41
41
|
setupNote: "",
|
|
42
|
-
|
|
42
|
+
// 与契约表 `providerCatalog.ts` 的 grok 行保持一致:空选择时这个值会被
|
|
43
|
+
// `session/set_model` 发出去,必须在 CLI 当前播报的目录里。
|
|
44
|
+
defaultModel: "grok-4.6",
|
|
43
45
|
defaultTextGenerationModel: "",
|
|
44
46
|
customModelIdExample: "",
|
|
45
47
|
modelSlugAliases: null,
|
|
46
|
-
// models.dev 只有 `xai` 一家发 Grok
|
|
47
|
-
// (那边叫 `grok-build-0.1`),所以它查不到上下文窗口——这正是要的行为。
|
|
48
|
+
// models.dev 只有 `xai` 一家发 Grok。
|
|
48
49
|
modelsDevProviderIds: ["xai"],
|
|
49
50
|
modelsDevSlugPrefixed: false,
|
|
50
51
|
modelSlugPrefix: "",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ycodium-ai/agent-grok",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2025",
|
|
4
4
|
"description": "Grok executor: grok CLI over Agent Client Protocol stdio.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"ycodium",
|
|
@@ -20,9 +20,9 @@
|
|
|
20
20
|
"@types/node": "24.12.4",
|
|
21
21
|
"esbuild": "0.28.1",
|
|
22
22
|
"vite-plus": "0.2.2",
|
|
23
|
+
"@ycodium-ai/plugin-api": "0.2.2025",
|
|
23
24
|
"ycodium-acp-executor": "0.0.0",
|
|
24
|
-
"ycodium-acp-protocol": "0.0.0"
|
|
25
|
-
"@ycodium-ai/plugin-api": "0.2.2014"
|
|
25
|
+
"ycodium-acp-protocol": "0.0.0"
|
|
26
26
|
},
|
|
27
27
|
"ycodium": {
|
|
28
28
|
"plugin": "./dist/index.js",
|