@rdmind/rdmind 0.1.1-alpha.4 → 0.1.1

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
@@ -160720,7 +160720,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
160720
160720
  };
160721
160721
  }
160722
160722
  async function createContentGenerator(config2, gcConfig, sessionId2, isInitialAuth) {
160723
- const version3 = "0.1.1-alpha.4";
160723
+ const version3 = "0.1.1";
160724
160724
  const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
160725
160725
  const baseHeaders = {
160726
160726
  "User-Agent": userAgent2
@@ -235020,7 +235020,7 @@ var init_git_commit = __esm({
235020
235020
  "use strict";
235021
235021
  init_esbuild_shims();
235022
235022
  GIT_COMMIT_INFO = "896d0f2";
235023
- CLI_VERSION = "0.1.1-alpha.4";
235023
+ CLI_VERSION = "0.1.1";
235024
235024
  }
235025
235025
  });
235026
235026
 
@@ -345331,7 +345331,7 @@ __name(getPackageJson, "getPackageJson");
345331
345331
  // packages/cli/src/utils/version.ts
345332
345332
  async function getCliVersion() {
345333
345333
  const pkgJson = await getPackageJson();
345334
- return "0.1.1-alpha.4";
345334
+ return "0.1.1";
345335
345335
  }
345336
345336
  __name(getCliVersion, "getCliVersion");
345337
345337
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.1-alpha.4",
3
+ "version": "0.1.1",
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.1-alpha.4"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.1"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"