@rdmind/rdmind 0.1.4-alpha.10 → 0.1.4-alpha.11

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 +4 -4
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -160826,7 +160826,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
160826
160826
  };
160827
160827
  }
160828
160828
  async function createContentGenerator(config2, gcConfig, isInitialAuth) {
160829
- const version3 = "0.1.4-alpha.10";
160829
+ const version3 = "0.1.4-alpha.11";
160830
160830
  const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
160831
160831
  const baseHeaders = {
160832
160832
  "User-Agent": userAgent2
@@ -235992,7 +235992,7 @@ var init_git_commit = __esm({
235992
235992
  "use strict";
235993
235993
  init_esbuild_shims();
235994
235994
  GIT_COMMIT_INFO = "a5a74672";
235995
- CLI_VERSION = "0.1.4-alpha.10";
235995
+ CLI_VERSION = "0.1.4-alpha.11";
235996
235996
  }
235997
235997
  });
235998
235998
 
@@ -346351,7 +346351,7 @@ __name(getPackageJson, "getPackageJson");
346351
346351
  // packages/cli/src/utils/version.ts
346352
346352
  async function getCliVersion() {
346353
346353
  const pkgJson = await getPackageJson();
346354
- return "0.1.4-alpha.10";
346354
+ return "0.1.4-alpha.11";
346355
346355
  }
346356
346356
  __name(getCliVersion, "getCliVersion");
346357
346357
 
@@ -408687,7 +408687,7 @@ var GeminiAgent = class {
408687
408687
  name: APPROVAL_MODE_INFO[mode].name,
408688
408688
  description: APPROVAL_MODE_INFO[mode].description
408689
408689
  }));
408690
- const version3 = "0.1.4-alpha.10";
408690
+ const version3 = "0.1.4-alpha.11";
408691
408691
  return {
408692
408692
  protocolVersion: PROTOCOL_VERSION,
408693
408693
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.4-alpha.10",
3
+ "version": "0.1.4-alpha.11",
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.4-alpha.10"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.4-alpha.11"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"