@rdmind/rdmind 0.2.4-alpha.4 → 0.2.4-alpha.5
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/cli.js +11 -12
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -159551,7 +159551,7 @@ __export(geminiContentGenerator_exports2, {
|
|
|
159551
159551
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
159552
159552
|
});
|
|
159553
159553
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
159554
|
-
const version2 = "0.2.4-alpha.
|
|
159554
|
+
const version2 = "0.2.4-alpha.5";
|
|
159555
159555
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
159556
159556
|
const baseHeaders = {
|
|
159557
159557
|
"User-Agent": userAgent2
|
|
@@ -359818,7 +359818,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
359818
359818
|
// packages/cli/src/utils/version.ts
|
|
359819
359819
|
async function getCliVersion() {
|
|
359820
359820
|
const pkgJson = await getPackageJson();
|
|
359821
|
-
return "0.2.4-alpha.
|
|
359821
|
+
return "0.2.4-alpha.5";
|
|
359822
359822
|
}
|
|
359823
359823
|
__name(getCliVersion, "getCliVersion");
|
|
359824
359824
|
|
|
@@ -367540,7 +367540,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
367540
367540
|
|
|
367541
367541
|
// packages/cli/src/generated/git-commit.ts
|
|
367542
367542
|
init_esbuild_shims();
|
|
367543
|
-
var GIT_COMMIT_INFO = "
|
|
367543
|
+
var GIT_COMMIT_INFO = "6a865da53";
|
|
367544
367544
|
|
|
367545
367545
|
// packages/cli/src/utils/systemInfo.ts
|
|
367546
367546
|
async function getNpmVersion() {
|
|
@@ -407187,15 +407187,14 @@ var XHS_SSO_MODELS = [
|
|
|
407187
407187
|
baseUrl: "https://runway.devops.rednote.life/openai/v1/responses?api-version=v1",
|
|
407188
407188
|
contextWindow: "272K",
|
|
407189
407189
|
description: "GPT-5 \u7684\u4E00\u4E2A\u7248\u672C\uFF0C\u4E13\u4E3A Codex \u4E2D\u7684\u667A\u80FD\u4F53\u7F16\u7A0B\u800C\u4F18\u5316 (\u63A8\u7406\u5F3A\u5EA6\u9AD8)"
|
|
407190
|
+
},
|
|
407191
|
+
{
|
|
407192
|
+
id: "claude-opus-4-5@20251101",
|
|
407193
|
+
displayName: "Claude Opus 4.5",
|
|
407194
|
+
baseUrl: "https://runway.devops.rednote.life/openai/google/anthropic/v1",
|
|
407195
|
+
contextWindow: "200K",
|
|
407196
|
+
description: "Anthropic \u6700\u5F3A\u5927\u7684\u6A21\u578B\uFF0C\u64C5\u957F\u590D\u6742\u63A8\u7406\u548C\u4EE3\u7801\u751F\u6210"
|
|
407190
407197
|
}
|
|
407191
|
-
// 暂时注释,待稳定后发布
|
|
407192
|
-
// {
|
|
407193
|
-
// id: 'claude-opus-4-5@20251101',
|
|
407194
|
-
// displayName: 'Claude Opus 4.5',
|
|
407195
|
-
// baseUrl: 'https://runway.devops.rednote.life/openai/google/anthropic/v1',
|
|
407196
|
-
// contextWindow: '200K',
|
|
407197
|
-
// description: 'Anthropic 最强大的模型,擅长复杂推理和代码生成',
|
|
407198
|
-
// },
|
|
407199
407198
|
];
|
|
407200
407199
|
|
|
407201
407200
|
// packages/cli/src/ui/components/XhsSsoModelConfigFlow.tsx
|
|
@@ -425348,7 +425347,7 @@ var GeminiAgent = class {
|
|
|
425348
425347
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
425349
425348
|
description: APPROVAL_MODE_INFO[mode].description
|
|
425350
425349
|
}));
|
|
425351
|
-
const version2 = "0.2.4-alpha.
|
|
425350
|
+
const version2 = "0.2.4-alpha.5";
|
|
425352
425351
|
return {
|
|
425353
425352
|
protocolVersion: PROTOCOL_VERSION,
|
|
425354
425353
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.4-alpha.
|
|
3
|
+
"version": "0.2.4-alpha.5",
|
|
4
4
|
"description": "RDMind - AI-powered coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"locales"
|
|
20
20
|
],
|
|
21
21
|
"config": {
|
|
22
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.4-alpha.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.4-alpha.5"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|