@rdmind/rdmind 0.2.5-alpha.3 → 0.2.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 +37 -31
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -159682,7 +159682,7 @@ __export(geminiContentGenerator_exports2, {
|
|
|
159682
159682
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
159683
159683
|
});
|
|
159684
159684
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
159685
|
-
const version2 = "0.2.5
|
|
159685
|
+
const version2 = "0.2.5";
|
|
159686
159686
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
159687
159687
|
const baseHeaders = {
|
|
159688
159688
|
"User-Agent": userAgent2
|
|
@@ -360058,7 +360058,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
360058
360058
|
// packages/cli/src/utils/version.ts
|
|
360059
360059
|
async function getCliVersion() {
|
|
360060
360060
|
const pkgJson = await getPackageJson();
|
|
360061
|
-
return "0.2.5
|
|
360061
|
+
return "0.2.5";
|
|
360062
360062
|
}
|
|
360063
360063
|
__name(getCliVersion, "getCliVersion");
|
|
360064
360064
|
|
|
@@ -407816,35 +407816,41 @@ var XHS_SSO_MODELS = [
|
|
|
407816
407816
|
baseUrl: "https://runway.devops.xiaohongshu.com/openai/moonshot/v1",
|
|
407817
407817
|
contextWindow: "256K",
|
|
407818
407818
|
description: "\u5728 Agent\u3001\u4EE3\u7801\u3001\u89C6\u89C9\u7406\u89E3\u53CA\u4E00\u7CFB\u5217\u901A\u7528\u667A\u80FD\u4EFB\u52A1\u4E0A\u53D6\u5F97\u5F00\u6E90 SoTA \u8868\u73B0"
|
|
407819
|
-
},
|
|
407820
|
-
{
|
|
407821
|
-
id: "gpt-5-codex(low)",
|
|
407822
|
-
displayName: "GPT-5-Codex(low)",
|
|
407823
|
-
baseUrl: "https://runway.devops.rednote.life/openai/v1/responses?api-version=v1",
|
|
407824
|
-
contextWindow: "272K",
|
|
407825
|
-
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\u4F4E)"
|
|
407826
|
-
},
|
|
407827
|
-
{
|
|
407828
|
-
id: "gpt-5-codex(medium)",
|
|
407829
|
-
displayName: "GPT-5-Codex(medium)",
|
|
407830
|
-
baseUrl: "https://runway.devops.rednote.life/openai/v1/responses?api-version=v1",
|
|
407831
|
-
contextWindow: "272K",
|
|
407832
|
-
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\u4E2D)"
|
|
407833
|
-
},
|
|
407834
|
-
{
|
|
407835
|
-
id: "gpt-5-codex(high)",
|
|
407836
|
-
displayName: "GPT-5-Codex(high)",
|
|
407837
|
-
baseUrl: "https://runway.devops.rednote.life/openai/v1/responses?api-version=v1",
|
|
407838
|
-
contextWindow: "272K",
|
|
407839
|
-
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)"
|
|
407840
|
-
},
|
|
407841
|
-
{
|
|
407842
|
-
id: "claude-opus-4-5@20251101",
|
|
407843
|
-
displayName: "Claude Opus 4.5",
|
|
407844
|
-
baseUrl: "https://runway.devops.rednote.life/openai/google/anthropic/v1",
|
|
407845
|
-
contextWindow: "200K",
|
|
407846
|
-
description: "Anthropic \u6700\u5F3A\u5927\u7684\u6A21\u578B\uFF0C\u64C5\u957F\u590D\u6742\u63A8\u7406\u548C\u4EE3\u7801\u751F\u6210"
|
|
407847
407819
|
}
|
|
407820
|
+
// {
|
|
407821
|
+
// id: 'gpt-5-codex(low)',
|
|
407822
|
+
// displayName: 'GPT-5-Codex(low)',
|
|
407823
|
+
// baseUrl:
|
|
407824
|
+
// 'https://runway.devops.rednote.life/openai/v1/responses?api-version=v1',
|
|
407825
|
+
// contextWindow: '272K',
|
|
407826
|
+
// description:
|
|
407827
|
+
// 'GPT-5 的一个版本,专为 Codex 中的智能体编程而优化 (推理强度低)',
|
|
407828
|
+
// },
|
|
407829
|
+
// {
|
|
407830
|
+
// id: 'gpt-5-codex(medium)',
|
|
407831
|
+
// displayName: 'GPT-5-Codex(medium)',
|
|
407832
|
+
// baseUrl:
|
|
407833
|
+
// 'https://runway.devops.rednote.life/openai/v1/responses?api-version=v1',
|
|
407834
|
+
// contextWindow: '272K',
|
|
407835
|
+
// description:
|
|
407836
|
+
// 'GPT-5 的一个版本,专为 Codex 中的智能体编程而优化 (推理强度中)',
|
|
407837
|
+
// },
|
|
407838
|
+
// {
|
|
407839
|
+
// id: 'gpt-5-codex(high)',
|
|
407840
|
+
// displayName: 'GPT-5-Codex(high)',
|
|
407841
|
+
// baseUrl:
|
|
407842
|
+
// 'https://runway.devops.rednote.life/openai/v1/responses?api-version=v1',
|
|
407843
|
+
// contextWindow: '272K',
|
|
407844
|
+
// description:
|
|
407845
|
+
// 'GPT-5 的一个版本,专为 Codex 中的智能体编程而优化 (推理强度高)',
|
|
407846
|
+
// },
|
|
407847
|
+
// {
|
|
407848
|
+
// id: 'claude-opus-4-5@20251101',
|
|
407849
|
+
// displayName: 'Claude Opus 4.5',
|
|
407850
|
+
// baseUrl: 'https://runway.devops.rednote.life/openai/google/anthropic/v1',
|
|
407851
|
+
// contextWindow: '200K',
|
|
407852
|
+
// description: 'Anthropic 最强大的模型,擅长复杂推理和代码生成',
|
|
407853
|
+
// },
|
|
407848
407854
|
];
|
|
407849
407855
|
|
|
407850
407856
|
// packages/cli/src/ui/components/XhsSsoModelConfigFlow.tsx
|
|
@@ -426038,7 +426044,7 @@ var GeminiAgent = class {
|
|
|
426038
426044
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
426039
426045
|
description: APPROVAL_MODE_INFO[mode].description
|
|
426040
426046
|
}));
|
|
426041
|
-
const version2 = "0.2.5
|
|
426047
|
+
const version2 = "0.2.5";
|
|
426042
426048
|
return {
|
|
426043
426049
|
protocolVersion: PROTOCOL_VERSION,
|
|
426044
426050
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.2.5
|
|
3
|
+
"version": "0.2.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.5
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.5"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|