@rdmind/rdmind 0.2.2-alpha.0 → 0.2.2-alpha.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 +6 -6
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -157359,7 +157359,7 @@ __export(geminiContentGenerator_exports2, {
157359
157359
  createGeminiContentGenerator: () => createGeminiContentGenerator
157360
157360
  });
157361
157361
  function createGeminiContentGenerator(config2, gcConfig) {
157362
- const version2 = "0.2.2-alpha.0";
157362
+ const version2 = "0.2.2-alpha.1";
157363
157363
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
157364
157364
  const baseHeaders = {
157365
157365
  "User-Agent": userAgent2
@@ -254755,8 +254755,8 @@ var init_git_commit = __esm({
254755
254755
  "packages/core/src/generated/git-commit.ts"() {
254756
254756
  "use strict";
254757
254757
  init_esbuild_shims();
254758
- GIT_COMMIT_INFO = "e46cf109c";
254759
- CLI_VERSION = "0.2.2-alpha.0";
254758
+ GIT_COMMIT_INFO = "0d9e721ec";
254759
+ CLI_VERSION = "0.2.2-alpha.1";
254760
254760
  }
254761
254761
  });
254762
254762
 
@@ -355436,7 +355436,7 @@ __name(getPackageJson, "getPackageJson");
355436
355436
  // packages/cli/src/utils/version.ts
355437
355437
  async function getCliVersion() {
355438
355438
  const pkgJson = await getPackageJson();
355439
- return "0.2.2-alpha.0";
355439
+ return "0.2.2-alpha.1";
355440
355440
  }
355441
355441
  __name(getCliVersion, "getCliVersion");
355442
355442
 
@@ -363251,7 +363251,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
363251
363251
 
363252
363252
  // packages/cli/src/generated/git-commit.ts
363253
363253
  init_esbuild_shims();
363254
- var GIT_COMMIT_INFO2 = "e46cf109c";
363254
+ var GIT_COMMIT_INFO2 = "0d9e721ec";
363255
363255
 
363256
363256
  // packages/cli/src/utils/systemInfo.ts
363257
363257
  async function getNpmVersion() {
@@ -421430,7 +421430,7 @@ var GeminiAgent = class {
421430
421430
  name: APPROVAL_MODE_INFO[mode].name,
421431
421431
  description: APPROVAL_MODE_INFO[mode].description
421432
421432
  }));
421433
- const version2 = "0.2.2-alpha.0";
421433
+ const version2 = "0.2.2-alpha.1";
421434
421434
  return {
421435
421435
  protocolVersion: PROTOCOL_VERSION,
421436
421436
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.2-alpha.0",
3
+ "version": "0.2.2-alpha.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.2.2-alpha.0"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.2-alpha.1"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"