@rdmind/rdmind 0.1.4-alpha.9 → 0.1.4

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 +7 -7
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -160679,7 +160679,7 @@ var init_geminiContentGenerator = __esm({
160679
160679
  config: {
160680
160680
  ...request4.config,
160681
160681
  thinkingConfig: {
160682
- includeThoughts: true,
160682
+ includeThoughts: false,
160683
160683
  thinkingLevel
160684
160684
  }
160685
160685
  }
@@ -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.9";
160829
+ const version3 = "0.1.4";
160830
160830
  const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
160831
160831
  const baseHeaders = {
160832
160832
  "User-Agent": userAgent2
@@ -235991,8 +235991,8 @@ var init_git_commit = __esm({
235991
235991
  "packages/core/src/generated/git-commit.ts"() {
235992
235992
  "use strict";
235993
235993
  init_esbuild_shims();
235994
- GIT_COMMIT_INFO = "a5a74672";
235995
- CLI_VERSION = "0.1.4-alpha.9";
235994
+ GIT_COMMIT_INFO = "607182c4";
235995
+ CLI_VERSION = "0.1.4";
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.9";
346354
+ return "0.1.4";
346355
346355
  }
346356
346356
  __name(getCliVersion, "getCliVersion");
346357
346357
 
@@ -352881,7 +352881,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
352881
352881
 
352882
352882
  // packages/cli/src/generated/git-commit.ts
352883
352883
  init_esbuild_shims();
352884
- var GIT_COMMIT_INFO2 = "a5a74672";
352884
+ var GIT_COMMIT_INFO2 = "607182c4";
352885
352885
 
352886
352886
  // packages/cli/src/utils/systemInfo.ts
352887
352887
  async function getNpmVersion() {
@@ -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.9";
408690
+ const version3 = "0.1.4";
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.9",
3
+ "version": "0.1.4",
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.9"
23
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.4"
24
24
  },
25
25
  "publishConfig": {
26
26
  "access": "public"