@rdmind/rdmind 0.0.16-alpha.2 → 0.0.16-alpha.3

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 +13 -13
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -183648,7 +183648,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
183648
183648
  return newContentGeneratorConfig;
183649
183649
  }
183650
183650
  async function createContentGenerator(config, gcConfig, sessionId2) {
183651
- const version2 = "0.0.16-alpha.2";
183651
+ const version2 = "0.0.16-alpha.3";
183652
183652
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
183653
183653
  const baseHeaders = {
183654
183654
  "User-Agent": userAgent2
@@ -318686,7 +318686,7 @@ init_esbuild_shims();
318686
318686
 
318687
318687
  // packages/cli/src/generated/git-commit.ts
318688
318688
  init_esbuild_shims();
318689
- var GIT_COMMIT_INFO2 = "3d237311";
318689
+ var GIT_COMMIT_INFO2 = "feddc548";
318690
318690
 
318691
318691
  // packages/cli/src/ui/components/AboutBox.tsx
318692
318692
  var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
@@ -340744,7 +340744,7 @@ __name(getPackageJson, "getPackageJson");
340744
340744
  // packages/cli/src/utils/version.ts
340745
340745
  async function getCliVersion() {
340746
340746
  const pkgJson = await getPackageJson();
340747
- return "0.0.16-alpha.2";
340747
+ return "0.0.16-alpha.3";
340748
340748
  }
340749
340749
  __name(getCliVersion, "getCliVersion");
340750
340750
 
@@ -343149,7 +343149,7 @@ var listCommand3 = {
343149
343149
  };
343150
343150
  var saveCommand = {
343151
343151
  name: "save",
343152
- description: "\u5C06\u5F53\u524D\u5BF9\u8BDD\u4FDD\u5B58\u4E3A\u68C0\u67E5\u70B9\uFF0C\u7528\u6CD5: /chat save <tag>",
343152
+ description: "\u5C06\u5F53\u524D\u5BF9\u8BDD\u4FDD\u5B58\u4E3A\u68C0\u67E5\u70B9\uFF0C\u7528\u6CD5\uFF1A/chat save <tag>",
343153
343153
  kind: "built-in" /* BUILT_IN */,
343154
343154
  action: /* @__PURE__ */ __name(async (context2, args) => {
343155
343155
  const tag2 = args.trim();
@@ -343208,7 +343208,7 @@ var saveCommand = {
343208
343208
  var resumeCommand = {
343209
343209
  name: "resume",
343210
343210
  altNames: ["load"],
343211
- description: "\u4ECE\u68C0\u67E5\u70B9\u6062\u590D\u5BF9\u8BDD\uFF0C\u7528\u6CD5: /chat resume <tag>",
343211
+ description: "\u4ECE\u68C0\u67E5\u70B9\u6062\u590D\u5BF9\u8BDD\uFF0C\u7528\u6CD5\uFF1A/chat resume <tag>",
343212
343212
  kind: "built-in" /* BUILT_IN */,
343213
343213
  action: /* @__PURE__ */ __name(async (context2, args) => {
343214
343214
  const tag2 = args.trim();
@@ -343265,7 +343265,7 @@ var resumeCommand = {
343265
343265
  };
343266
343266
  var deleteCommand = {
343267
343267
  name: "delete",
343268
- description: "\u5220\u9664\u5BF9\u8BDD\u68C0\u67E5\u70B9\uFF0C\u7528\u6CD5: /chat delete <tag>",
343268
+ description: "\u5220\u9664\u5BF9\u8BDD\u68C0\u67E5\u70B9\uFF0C\u7528\u6CD5\uFF1A/chat delete <tag>",
343269
343269
  kind: "built-in" /* BUILT_IN */,
343270
343270
  action: /* @__PURE__ */ __name(async (context2, args) => {
343271
343271
  const tag2 = args.trim();
@@ -343335,7 +343335,7 @@ ${text}`;
343335
343335
  __name(serializeHistoryToMarkdown, "serializeHistoryToMarkdown");
343336
343336
  var shareCommand = {
343337
343337
  name: "share",
343338
- description: "Share the current conversation to a markdown or json file. Usage: /chat share <file>",
343338
+ description: "\u5C06\u5F53\u524D\u5BF9\u8BDD\u5206\u4EAB\u5230 markdown \u6216 json \u6587\u4EF6\u3002\u7528\u6CD5\uFF1A/chat share <\u6587\u4EF6>",
343339
343339
  kind: "built-in" /* BUILT_IN */,
343340
343340
  action: /* @__PURE__ */ __name(async (context2, args) => {
343341
343341
  let filePathArg = args.trim();
@@ -343843,7 +343843,7 @@ async function createJavaFlsProject(context2, projectName) {
343843
343843
  __name(createJavaFlsProject, "createJavaFlsProject");
343844
343844
  var javaSnsCommand = {
343845
343845
  name: "sns",
343846
- description: "\u521B\u5EFA\u57FA\u4E8ESNS\u4E1A\u52A1\u6A21\u5757\u7684Java\u9879\u76EE",
343846
+ description: "\u793E\u533A",
343847
343847
  kind: "built-in" /* BUILT_IN */,
343848
343848
  action: /* @__PURE__ */ __name(async (context2, args) => {
343849
343849
  const projectName = args.trim();
@@ -343862,7 +343862,7 @@ var javaSnsCommand = {
343862
343862
  };
343863
343863
  var javaFlsCommand = {
343864
343864
  name: "fls",
343865
- description: "\u521B\u5EFA\u57FA\u4E8EFLS\u4E1A\u52A1\u6A21\u5757\u7684Java\u9879\u76EE",
343865
+ description: "\u7535\u5546",
343866
343866
  kind: "built-in" /* BUILT_IN */,
343867
343867
  action: /* @__PURE__ */ __name(async (context2, args) => {
343868
343868
  const projectName = args.trim();
@@ -343890,7 +343890,7 @@ var javaCommand = {
343890
343890
  context2.ui.addItem(
343891
343891
  {
343892
343892
  type: "error" /* ERROR */,
343893
- text: "\u274C \u8BF7\u9009\u62E9\u4E1A\u52A1\u6A21\u5757\u7C7B\u578B\u3002\n\n\u53EF\u7528\u7684\u4E1A\u52A1\u6A21\u5757\uFF1A\n\u2022 sns - SNS\u793E\u4EA4\u4E1A\u52A1\u6A21\u5757\n\u2022 fls - FLS\u4E1A\u52A1\u6A21\u5757\n\n\u4F7F\u7528\u683C\u5F0F\uFF1A\n\u2022 /create java sns <\u9879\u76EE\u540D>\n\u2022 /create java fls <\u9879\u76EE\u540D>"
343893
+ text: "\u274C \u8BF7\u9009\u62E9\u4E1A\u52A1\u6A21\u5757\u7C7B\u578B\u3002\n\n\u53EF\u7528\u7684\u4E1A\u52A1\u6A21\u5757\uFF1A\n\u2022 sns - SNS\u793E\u533A\u4E1A\u52A1\u6A21\u5757\n\u2022 fls - FLS\u4E1A\u52A1\u6A21\u5757\n\n\u4F7F\u7528\u683C\u5F0F\uFF1A\n\u2022 /create java sns <\u9879\u76EE\u540D>\n\u2022 /create java fls <\u9879\u76EE\u540D>"
343894
343894
  },
343895
343895
  Date.now()
343896
343896
  );
@@ -343919,7 +343919,7 @@ var javaCommand = {
343919
343919
  };
343920
343920
  var createCommand = {
343921
343921
  name: "create",
343922
- description: "\u521B\u5EFA\u9879\u76EE\u811A\u624B\u67B6",
343922
+ description: "\u521B\u5EFA\u9879\u76EE\u811A\u624B\u67B6\uFF0C\u7528\u6CD5\uFF1A/create java sns <\u9879\u76EE\u540D>",
343923
343923
  kind: "built-in" /* BUILT_IN */,
343924
343924
  subCommands: [javaCommand],
343925
343925
  action: /* @__PURE__ */ __name(async (context2, args) => {
@@ -343928,7 +343928,7 @@ var createCommand = {
343928
343928
  context2.ui.addItem(
343929
343929
  {
343930
343930
  type: "error" /* ERROR */,
343931
- text: "\u274C \u8BF7\u9009\u62E9\u4E1A\u52A1\u6A21\u5757\u7C7B\u578B\u3002\n\n\u53EF\u7528\u7684\u4E1A\u52A1\u6A21\u5757\uFF1A\n\u2022 sns - SNS\u793E\u4EA4\u4E1A\u52A1\u6A21\u5757\n\u2022 fls - FLS\u4E1A\u52A1\u6A21\u5757\n\n\u4F7F\u7528\u683C\u5F0F\uFF1A\n\u2022 /create java sns <\u9879\u76EE\u540D>\n\u2022 /create java fls <\u9879\u76EE\u540D>"
343931
+ text: "\u274C \u8BF7\u9009\u62E9\u4E1A\u52A1\u6A21\u5757\u7C7B\u578B\u3002\n\n\u53EF\u7528\u7684\u4E1A\u52A1\u6A21\u5757\uFF1A\n\u2022 sns - SNS\u793E\u533A\u4E1A\u52A1\u6A21\u5757\n\u2022 fls - FLS\u4E1A\u52A1\u6A21\u5757\n\n\u4F7F\u7528\u683C\u5F0F\uFF1A\n\u2022 /create java sns <\u9879\u76EE\u540D>\n\u2022 /create java fls <\u9879\u76EE\u540D>"
343932
343932
  },
343933
343933
  Date.now()
343934
343934
  );
@@ -344429,7 +344429,7 @@ var listExtensionsCommand = {
344429
344429
  };
344430
344430
  var updateExtensionsCommand = {
344431
344431
  name: "update",
344432
- description: "\u66F4\u65B0\u6269\u5C55\u3002\u7528\u6CD5: update <extension-names>|--all",
344432
+ description: "\u66F4\u65B0\u6269\u5C55\u3002\u7528\u6CD5\uFF1Aupdate <extension-names>|--all",
344433
344433
  kind: "built-in" /* BUILT_IN */,
344434
344434
  action: updateAction,
344435
344435
  completion: /* @__PURE__ */ __name(async (context2, partialArg) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rdmind/rdmind",
3
- "version": "0.0.16-alpha.2",
3
+ "version": "0.0.16-alpha.3",
4
4
  "description": "RDMind - AI-powered coding assistant",
5
5
  "type": "module",
6
6
  "main": "cli.js",
@@ -18,7 +18,7 @@
18
18
  "LICENSE"
19
19
  ],
20
20
  "config": {
21
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.16-alpha.2"
21
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.16-alpha.3"
22
22
  },
23
23
  "publishConfig": {
24
24
  "access": "public"