@rdmind/rdmind 0.1.8-alpha.7 → 0.1.8-alpha.8

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 +5 -5
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -130671,7 +130671,7 @@ __export(geminiContentGenerator_exports, {
130671
130671
  createGeminiContentGenerator: () => createGeminiContentGenerator
130672
130672
  });
130673
130673
  function createGeminiContentGenerator(config2, gcConfig) {
130674
- const version2 = "0.1.8-alpha.7";
130674
+ const version2 = "0.1.8-alpha.8";
130675
130675
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
130676
130676
  const baseHeaders = {
130677
130677
  "User-Agent": userAgent2
@@ -221679,7 +221679,7 @@ var init_git_commit = __esm({
221679
221679
  "use strict";
221680
221680
  init_esbuild_shims();
221681
221681
  GIT_COMMIT_INFO = "07a52a0d";
221682
- CLI_VERSION = "0.1.8-alpha.7";
221682
+ CLI_VERSION = "0.1.8-alpha.8";
221683
221683
  }
221684
221684
  });
221685
221685
 
@@ -332087,7 +332087,7 @@ __name(getPackageJson, "getPackageJson");
332087
332087
  // packages/cli/src/utils/version.ts
332088
332088
  async function getCliVersion() {
332089
332089
  const pkgJson = await getPackageJson();
332090
- return "0.1.8-alpha.7";
332090
+ return "0.1.8-alpha.8";
332091
332091
  }
332092
332092
  __name(getCliVersion, "getCliVersion");
332093
332093
 
@@ -340754,7 +340754,7 @@ async function createIdlProject(context2, projectName) {
340754
340754
  );
340755
340755
  return;
340756
340756
  }
340757
- const projectDirectoryName = `${projectName}-idl`;
340757
+ const projectDirectoryName = projectName;
340758
340758
  const targetPath = path84.join(process.cwd(), projectDirectoryName);
340759
340759
  if (fs78.existsSync(targetPath)) {
340760
340760
  context2.ui.addItem(
@@ -395772,7 +395772,7 @@ var GeminiAgent = class {
395772
395772
  name: APPROVAL_MODE_INFO[mode].name,
395773
395773
  description: APPROVAL_MODE_INFO[mode].description
395774
395774
  }));
395775
- const version2 = "0.1.8-alpha.7";
395775
+ const version2 = "0.1.8-alpha.8";
395776
395776
  return {
395777
395777
  protocolVersion: PROTOCOL_VERSION,
395778
395778
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.8-alpha.7",
3
+ "version": "0.1.8-alpha.8",
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.8-alpha.7"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.8-alpha.8"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"