@rdmind/rdmind 0.1.7-alpha.1 → 0.1.7

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 -8
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -160871,7 +160871,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
160871
160871
  };
160872
160872
  }
160873
160873
  async function createContentGenerator(config2, gcConfig, isInitialAuth) {
160874
- const version3 = "0.1.7-alpha.1";
160874
+ const version3 = "0.1.7";
160875
160875
  const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
160876
160876
  const baseHeaders = {
160877
160877
  "User-Agent": userAgent2
@@ -236056,7 +236056,7 @@ var init_git_commit = __esm({
236056
236056
  "use strict";
236057
236057
  init_esbuild_shims();
236058
236058
  GIT_COMMIT_INFO = "1ec6def8";
236059
- CLI_VERSION = "0.1.7-alpha.1";
236059
+ CLI_VERSION = "0.1.7";
236060
236060
  }
236061
236061
  });
236062
236062
 
@@ -346291,7 +346291,7 @@ __name(getPackageJson, "getPackageJson");
346291
346291
  // packages/cli/src/utils/version.ts
346292
346292
  async function getCliVersion() {
346293
346293
  const pkgJson = await getPackageJson();
346294
- return "0.1.7-alpha.1";
346294
+ return "0.1.7";
346295
346295
  }
346296
346296
  __name(getCliVersion, "getCliVersion");
346297
346297
 
@@ -381329,10 +381329,7 @@ var defaultKeyBindings = {
381329
381329
  { key: "x", ctrl: true },
381330
381330
  { sequence: "", ctrl: true }
381331
381331
  ],
381332
- ["pasteClipboardImage" /* PASTE_CLIPBOARD_IMAGE */]: [
381333
- { key: "v", ctrl: true },
381334
- { key: "v", command: true }
381335
- ],
381332
+ ["pasteClipboardImage" /* PASTE_CLIPBOARD_IMAGE */]: [{ key: "v", ctrl: true }],
381336
381333
  // App level bindings
381337
381334
  ["showErrorDetails" /* SHOW_ERROR_DETAILS */]: [{ key: "o", ctrl: true }],
381338
381335
  ["toggleToolDescriptions" /* TOGGLE_TOOL_DESCRIPTIONS */]: [{ key: "t", ctrl: true }],
@@ -408931,7 +408928,7 @@ var GeminiAgent = class {
408931
408928
  name: APPROVAL_MODE_INFO[mode].name,
408932
408929
  description: APPROVAL_MODE_INFO[mode].description
408933
408930
  }));
408934
- const version3 = "0.1.7-alpha.1";
408931
+ const version3 = "0.1.7";
408935
408932
  return {
408936
408933
  protocolVersion: PROTOCOL_VERSION,
408937
408934
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.1.7-alpha.1",
3
+ "version": "0.1.7",
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.7-alpha.1"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.7"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"