@rdmind/rdmind 0.1.8-alpha.12 → 0.1.8-alpha.13

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 +9 -16
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -156088,7 +156088,7 @@ __export(geminiContentGenerator_exports2, {
156088
156088
  createGeminiContentGenerator: () => createGeminiContentGenerator
156089
156089
  });
156090
156090
  function createGeminiContentGenerator(config2, gcConfig) {
156091
- const version2 = "0.1.8-alpha.12";
156091
+ const version2 = "0.1.8-alpha.13";
156092
156092
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
156093
156093
  const baseHeaders = {
156094
156094
  "User-Agent": userAgent2
@@ -156159,7 +156159,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
156159
156159
  }
156160
156160
  return {
156161
156161
  ...newContentGeneratorConfig,
156162
- model: newContentGeneratorConfig?.model || "qwen3-coder-plus"
156162
+ model: newContentGeneratorConfig?.model || "gemini-3-flash-preview(low)"
156163
156163
  };
156164
156164
  }
156165
156165
  if (authType === "anthropic" /* USE_ANTHROPIC */) {
@@ -225579,8 +225579,8 @@ var init_xhsSSOAuth = __esm({
225579
225579
  DEFAULT_TIMEOUT_MS = 1e4;
225580
225580
  DEFAULT_API_TIMEOUT_MS = 5e3;
225581
225581
  COMPANY_DEFAULT_CONFIG = {
225582
- baseUrl: "https://runway.devops.xiaohongshu.com/openai/qwen/v1",
225583
- model: "qwen3-coder-plus"
225582
+ baseUrl: "https://runway.devops.rednote.life/openai/google/v1",
225583
+ model: "gemini-3-flash-preview(low)"
225584
225584
  };
225585
225585
  ssoAuthEvents = new EventEmitter6();
225586
225586
  __name(getRequestSSOId, "getRequestSSOId");
@@ -233733,8 +233733,8 @@ var init_git_commit = __esm({
233733
233733
  "packages/core/src/generated/git-commit.ts"() {
233734
233734
  "use strict";
233735
233735
  init_esbuild_shims();
233736
- GIT_COMMIT_INFO = "0d78b913";
233737
- CLI_VERSION = "0.1.8-alpha.12";
233736
+ GIT_COMMIT_INFO = "8f0613d7";
233737
+ CLI_VERSION = "0.1.8-alpha.13";
233738
233738
  }
233739
233739
  });
233740
233740
 
@@ -344049,7 +344049,7 @@ __name(getPackageJson, "getPackageJson");
344049
344049
  // packages/cli/src/utils/version.ts
344050
344050
  async function getCliVersion() {
344051
344051
  const pkgJson = await getPackageJson();
344052
- return "0.1.8-alpha.12";
344052
+ return "0.1.8-alpha.13";
344053
344053
  }
344054
344054
  __name(getCliVersion, "getCliVersion");
344055
344055
 
@@ -352288,7 +352288,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
352288
352288
 
352289
352289
  // packages/cli/src/generated/git-commit.ts
352290
352290
  init_esbuild_shims();
352291
- var GIT_COMMIT_INFO2 = "0d78b913";
352291
+ var GIT_COMMIT_INFO2 = "8f0613d7";
352292
352292
 
352293
352293
  // packages/cli/src/utils/systemInfo.ts
352294
352294
  async function getNpmVersion() {
@@ -390392,13 +390392,6 @@ var import_react82 = __toESM(require_react(), 1);
390392
390392
  // packages/cli/src/config/xhsSsoProviders.ts
390393
390393
  init_esbuild_shims();
390394
390394
  var XHS_SSO_MODELS = [
390395
- {
390396
- id: "kimi-k2-turbo-preview",
390397
- displayName: "kimi-k2-turbo-preview",
390398
- baseUrl: "https://runway.devops.xiaohongshu.com/openai/moonshot/v1",
390399
- contextWindow: "256K",
390400
- description: "kimi k2 \u7684\u9AD8\u901F\u7248\u672C"
390401
- },
390402
390395
  {
390403
390396
  id: "qwen3-coder-plus",
390404
390397
  displayName: "qwen3-coder-plus",
@@ -408199,7 +408192,7 @@ var GeminiAgent = class {
408199
408192
  name: APPROVAL_MODE_INFO[mode].name,
408200
408193
  description: APPROVAL_MODE_INFO[mode].description
408201
408194
  }));
408202
- const version2 = "0.1.8-alpha.12";
408195
+ const version2 = "0.1.8-alpha.13";
408203
408196
  return {
408204
408197
  protocolVersion: PROTOCOL_VERSION,
408205
408198
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.8-alpha.12",
3
+ "version": "0.1.8-alpha.13",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -20,7 +20,7 @@
20
20
  "locales"
21
21
  ],
22
22
  "config": {
23
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.8-alpha.12"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.8-alpha.13"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"