@rdmind/rdmind 0.2.9-alpha.0 → 0.2.9

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
@@ -161398,7 +161398,7 @@ __export(geminiContentGenerator_exports2, {
161398
161398
  createGeminiContentGenerator: () => createGeminiContentGenerator
161399
161399
  });
161400
161400
  function createGeminiContentGenerator(config2, gcConfig) {
161401
- const version2 = "0.2.9-alpha.0";
161401
+ const version2 = "0.2.9";
161402
161402
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
161403
161403
  const baseHeaders = {
161404
161404
  "User-Agent": userAgent2
@@ -376671,7 +376671,7 @@ __name(getPackageJson, "getPackageJson");
376671
376671
  // packages/cli/src/utils/version.ts
376672
376672
  async function getCliVersion() {
376673
376673
  const pkgJson = await getPackageJson();
376674
- return "0.2.9-alpha.0";
376674
+ return "0.2.9";
376675
376675
  }
376676
376676
  __name(getCliVersion, "getCliVersion");
376677
376677
 
@@ -384394,7 +384394,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
384394
384394
 
384395
384395
  // packages/cli/src/generated/git-commit.ts
384396
384396
  init_esbuild_shims();
384397
- var GIT_COMMIT_INFO = "81a745c06";
384397
+ var GIT_COMMIT_INFO = "ac81b9154";
384398
384398
 
384399
384399
  // packages/cli/src/utils/systemInfo.ts
384400
384400
  async function getNpmVersion() {
@@ -446833,7 +446833,7 @@ var QwenAgent = class {
446833
446833
  async initialize(args) {
446834
446834
  this.clientCapabilities = args.clientCapabilities;
446835
446835
  const authMethods = buildAuthMethods();
446836
- const version2 = "0.2.9-alpha.0";
446836
+ const version2 = "0.2.9";
446837
446837
  return {
446838
446838
  protocolVersion: PROTOCOL_VERSION,
446839
446839
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.2.9-alpha.0",
3
+ "version": "0.2.9",
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.9-alpha.0"
22
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.2.9"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"