@rdmind/rdmind 0.0.23-alpha.1 → 0.0.23

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 +2 -2
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -183770,7 +183770,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
183770
183770
  };
183771
183771
  }
183772
183772
  async function createContentGenerator(config, gcConfig, sessionId2) {
183773
- const version2 = "0.0.23-alpha.1";
183773
+ const version2 = "0.0.23";
183774
183774
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
183775
183775
  const baseHeaders = {
183776
183776
  "User-Agent": userAgent2
@@ -342366,7 +342366,7 @@ __name(getPackageJson, "getPackageJson");
342366
342366
  // packages/cli/src/utils/version.ts
342367
342367
  async function getCliVersion() {
342368
342368
  const pkgJson = await getPackageJson();
342369
- return "0.0.23-alpha.1";
342369
+ return "0.0.23";
342370
342370
  }
342371
342371
  __name(getCliVersion, "getCliVersion");
342372
342372
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.0.23-alpha.1",
3
+ "version": "0.0.23",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -19,7 +19,7 @@
19
19
  "LICENSE"
20
20
  ],
21
21
  "config": {
22
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.23-alpha.1"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.23"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"