@rdmind/rdmind 0.2.5-alpha.2 → 0.2.5-alpha.3

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/cli.js +33 -37
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -133746,6 +133746,8 @@ var init_tokenLimits = __esm({
133746
133746
  [/^glm-4\.6(?:-.*)?$/, 202752],
133747
133747
  // exact limit from the model config file
133748
133748
  [/^glm-4\.7(?:-.*)?$/, LIMITS["200k"]],
133749
+ [/^glm-5(?:-.*)?$/, LIMITS["200k"]],
133750
+ // GLM-5: 200K context window
133749
133751
  // -------------------
133750
133752
  // DeepSeek
133751
133753
  // -------------------
@@ -159680,7 +159682,7 @@ __export(geminiContentGenerator_exports2, {
159680
159682
  createGeminiContentGenerator: () => createGeminiContentGenerator
159681
159683
  });
159682
159684
  function createGeminiContentGenerator(config2, gcConfig) {
159683
- const version2 = "0.2.5-alpha.2";
159685
+ const version2 = "0.2.5-alpha.3";
159684
159686
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
159685
159687
  const baseHeaders = {
159686
159688
  "User-Agent": userAgent2
@@ -360056,7 +360058,7 @@ __name(getPackageJson, "getPackageJson");
360056
360058
  // packages/cli/src/utils/version.ts
360057
360059
  async function getCliVersion() {
360058
360060
  const pkgJson = await getPackageJson();
360059
- return "0.2.5-alpha.2";
360061
+ return "0.2.5-alpha.3";
360060
360062
  }
360061
360063
  __name(getCliVersion, "getCliVersion");
360062
360064
 
@@ -407814,41 +407816,35 @@ var XHS_SSO_MODELS = [
407814
407816
  baseUrl: "https://runway.devops.xiaohongshu.com/openai/moonshot/v1",
407815
407817
  contextWindow: "256K",
407816
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"
407817
407847
  }
407818
- // {
407819
- // id: 'gpt-5-codex(low)',
407820
- // displayName: 'GPT-5-Codex(low)',
407821
- // baseUrl:
407822
- // 'https://runway.devops.rednote.life/openai/v1/responses?api-version=v1',
407823
- // contextWindow: '272K',
407824
- // description:
407825
- // 'GPT-5 的一个版本,专为 Codex 中的智能体编程而优化 (推理强度低)',
407826
- // },
407827
- // {
407828
- // id: 'gpt-5-codex(medium)',
407829
- // displayName: 'GPT-5-Codex(medium)',
407830
- // baseUrl:
407831
- // 'https://runway.devops.rednote.life/openai/v1/responses?api-version=v1',
407832
- // contextWindow: '272K',
407833
- // description:
407834
- // 'GPT-5 的一个版本,专为 Codex 中的智能体编程而优化 (推理强度中)',
407835
- // },
407836
- // {
407837
- // id: 'gpt-5-codex(high)',
407838
- // displayName: 'GPT-5-Codex(high)',
407839
- // baseUrl:
407840
- // 'https://runway.devops.rednote.life/openai/v1/responses?api-version=v1',
407841
- // contextWindow: '272K',
407842
- // description:
407843
- // 'GPT-5 的一个版本,专为 Codex 中的智能体编程而优化 (推理强度高)',
407844
- // },
407845
- // {
407846
- // id: 'claude-opus-4-5@20251101',
407847
- // displayName: 'Claude Opus 4.5',
407848
- // baseUrl: 'https://runway.devops.rednote.life/openai/google/anthropic/v1',
407849
- // contextWindow: '200K',
407850
- // description: 'Anthropic 最强大的模型,擅长复杂推理和代码生成',
407851
- // },
407852
407848
  ];
407853
407849
 
407854
407850
  // packages/cli/src/ui/components/XhsSsoModelConfigFlow.tsx
@@ -426042,7 +426038,7 @@ var GeminiAgent = class {
426042
426038
  name: APPROVAL_MODE_INFO[mode].name,
426043
426039
  description: APPROVAL_MODE_INFO[mode].description
426044
426040
  }));
426045
- const version2 = "0.2.5-alpha.2";
426041
+ const version2 = "0.2.5-alpha.3";
426046
426042
  return {
426047
426043
  protocolVersion: PROTOCOL_VERSION,
426048
426044
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.5-alpha.2",
3
+ "version": "0.2.5-alpha.3",
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-alpha.2"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.5-alpha.3"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"