@rdmind/rdmind 0.0.17 → 0.0.18

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 +3 -3
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -180180,7 +180180,7 @@ var init_xiaohongshuqs = __esm({
180180
180180
  if (!baseUrl) {
180181
180181
  return false;
180182
180182
  }
180183
- return baseUrl === "https://maas.devops.xiaohongshu.com/snsexperienceai-q3coder480ba35b-inst/v1" || baseUrl.includes("maas.devops.xiaohongshu.com");
180183
+ return baseUrl === "https://maas.devops.xiaohongshu.com/snsexperienceai-q3coder480ba35b-inst/v1";
180184
180184
  }
180185
180185
  buildHeaders() {
180186
180186
  const version2 = this.cliConfig.getCliVersion() || "unknown";
@@ -183747,7 +183747,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
183747
183747
  };
183748
183748
  }
183749
183749
  async function createContentGenerator(config, gcConfig, sessionId2) {
183750
- const version2 = "0.0.17";
183750
+ const version2 = "0.0.18";
183751
183751
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
183752
183752
  const baseHeaders = {
183753
183753
  "User-Agent": userAgent2
@@ -342033,7 +342033,7 @@ __name(getPackageJson, "getPackageJson");
342033
342033
  // packages/cli/src/utils/version.ts
342034
342034
  async function getCliVersion() {
342035
342035
  const pkgJson = await getPackageJson();
342036
- return "0.0.17";
342036
+ return "0.0.18";
342037
342037
  }
342038
342038
  __name(getCliVersion, "getCliVersion");
342039
342039
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -18,7 +18,7 @@
18
18
  "LICENSE"
19
19
  ],
20
20
  "config": {
21
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.17"
21
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.18"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"