@rdmind/rdmind 0.0.16-alpha.4 → 0.0.16

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
@@ -183648,7 +183648,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
183648
183648
  return newContentGeneratorConfig;
183649
183649
  }
183650
183650
  async function createContentGenerator(config, gcConfig, sessionId2) {
183651
- const version2 = "0.0.16-alpha.4";
183651
+ const version2 = "0.0.16";
183652
183652
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
183653
183653
  const baseHeaders = {
183654
183654
  "User-Agent": userAgent2
@@ -340744,7 +340744,7 @@ __name(getPackageJson, "getPackageJson");
340744
340744
  // packages/cli/src/utils/version.ts
340745
340745
  async function getCliVersion() {
340746
340746
  const pkgJson = await getPackageJson();
340747
- return "0.0.16-alpha.4";
340747
+ return "0.0.16";
340748
340748
  }
340749
340749
  __name(getCliVersion, "getCliVersion");
340750
340750
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.0.16-alpha.4",
3
+ "version": "0.0.16",
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.16-alpha.4"
21
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.16"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"