@rdmind/rdmind 0.2.7-alpha.5 → 0.2.7-alpha.6

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
@@ -149004,7 +149004,7 @@ var init_codexContentGenerator = __esm({
149004
149004
  max_output_tokens: this.samplingParams?.max_tokens,
149005
149005
  reasoning: {
149006
149006
  effort: reasoningEffort,
149007
- summary: "none"
149007
+ summary: "concise"
149008
149008
  },
149009
149009
  text: {
149010
149010
  verbosity: "medium"
@@ -160776,7 +160776,7 @@ __export(geminiContentGenerator_exports2, {
160776
160776
  createGeminiContentGenerator: () => createGeminiContentGenerator
160777
160777
  });
160778
160778
  function createGeminiContentGenerator(config2, gcConfig) {
160779
- const version2 = "0.2.7-alpha.5";
160779
+ const version2 = "0.2.7-alpha.6";
160780
160780
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
160781
160781
  const baseHeaders = {
160782
160782
  "User-Agent": userAgent2
@@ -361559,7 +361559,7 @@ __name(getPackageJson, "getPackageJson");
361559
361559
  // packages/cli/src/utils/version.ts
361560
361560
  async function getCliVersion() {
361561
361561
  const pkgJson = await getPackageJson();
361562
- return "0.2.7-alpha.5";
361562
+ return "0.2.7-alpha.6";
361563
361563
  }
361564
361564
  __name(getCliVersion, "getCliVersion");
361565
361565
 
@@ -429094,7 +429094,7 @@ var GeminiAgent = class {
429094
429094
  name: APPROVAL_MODE_INFO[mode].name,
429095
429095
  description: APPROVAL_MODE_INFO[mode].description
429096
429096
  }));
429097
- const version2 = "0.2.7-alpha.5";
429097
+ const version2 = "0.2.7-alpha.6";
429098
429098
  return {
429099
429099
  protocolVersion: PROTOCOL_VERSION,
429100
429100
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.7-alpha.5",
3
+ "version": "0.2.7-alpha.6",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -19,7 +19,7 @@
19
19
  "locales"
20
20
  ],
21
21
  "config": {
22
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.7-alpha.5"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.7-alpha.6"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"