@rdmind/rdmind 0.0.28-alpha.10 → 0.0.28-alpha.11
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.
- package/cli.js +6 -6
- package/locales/en.js +1 -1
- package/locales/zh.js +1 -1
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -147562,7 +147562,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
147562
147562
|
};
|
|
147563
147563
|
}
|
|
147564
147564
|
async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
|
|
147565
|
-
const version2 = "0.0.28-alpha.
|
|
147565
|
+
const version2 = "0.0.28-alpha.11";
|
|
147566
147566
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
147567
147567
|
const baseHeaders = {
|
|
147568
147568
|
"User-Agent": userAgent2
|
|
@@ -222084,7 +222084,7 @@ var init_git_commit = __esm({
|
|
|
222084
222084
|
"use strict";
|
|
222085
222085
|
init_esbuild_shims();
|
|
222086
222086
|
GIT_COMMIT_INFO = "95641c40";
|
|
222087
|
-
CLI_VERSION = "0.0.28-alpha.
|
|
222087
|
+
CLI_VERSION = "0.0.28-alpha.11";
|
|
222088
222088
|
}
|
|
222089
222089
|
});
|
|
222090
222090
|
|
|
@@ -287551,7 +287551,7 @@ var init_en2 = __esm({
|
|
|
287551
287551
|
"open documentation": "open documentation",
|
|
287552
287552
|
Create: "Create",
|
|
287553
287553
|
"to customize your interactions with RDMind": "to customize your interactions with RDMind",
|
|
287554
|
-
|
|
287554
|
+
PressEsc: "Press",
|
|
287555
287555
|
"twice to clear input,": "twice to clear input,",
|
|
287556
287556
|
"for new line,": "for new line,",
|
|
287557
287557
|
"to exit RDMind": "to exit RDMind",
|
|
@@ -288404,7 +288404,7 @@ var init_zh = __esm({
|
|
|
288404
288404
|
"open documentation": "\u6253\u5F00\u6587\u6863",
|
|
288405
288405
|
Create: "\u521B\u5EFA",
|
|
288406
288406
|
"to customize your interactions with RDMind": "\u81EA\u5B9A\u4E49\u4F60\u4E0E RDMind \u7684\u4EA4\u4E92\u65B9\u5F0F",
|
|
288407
|
-
|
|
288407
|
+
PressEsc: "\u4E24\u6B21",
|
|
288408
288408
|
"twice to clear input,": "\u6E05\u7A7A\u8F93\u5165\u6846\uFF0C",
|
|
288409
288409
|
"for new line,": "\u6362\u884C\uFF0C",
|
|
288410
288410
|
"to exit RDMind": "\u9000\u51FARDMind",
|
|
@@ -316291,7 +316291,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
316291
316291
|
// packages/cli/src/utils/version.ts
|
|
316292
316292
|
async function getCliVersion() {
|
|
316293
316293
|
const pkgJson = await getPackageJson();
|
|
316294
|
-
return "0.0.28-alpha.
|
|
316294
|
+
return "0.0.28-alpha.11";
|
|
316295
316295
|
}
|
|
316296
316296
|
__name(getCliVersion, "getCliVersion");
|
|
316297
316297
|
|
|
@@ -354746,7 +354746,7 @@ var Tips = /* @__PURE__ */ __name(({ config }) => {
|
|
|
354746
354746
|
/* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(Text3, { color: theme.text.primary, children: [
|
|
354747
354747
|
geminiMdFileCount === 0 ? "4." : "3.",
|
|
354748
354748
|
" ",
|
|
354749
|
-
t2("
|
|
354749
|
+
t2("PressEsc"),
|
|
354750
354750
|
" ",
|
|
354751
354751
|
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(Text3, { bold: true, color: theme.text.accent, children: "Esc" }),
|
|
354752
354752
|
" ",
|
package/locales/en.js
CHANGED
|
@@ -887,7 +887,7 @@ export default {
|
|
|
887
887
|
Create: 'Create',
|
|
888
888
|
'to customize your interactions with RDMind':
|
|
889
889
|
'to customize your interactions with RDMind',
|
|
890
|
-
|
|
890
|
+
PressEsc: 'Press',
|
|
891
891
|
'twice to clear input,': 'twice to clear input,',
|
|
892
892
|
'for new line,': 'for new line,',
|
|
893
893
|
'to exit RDMind': 'to exit RDMind',
|
package/locales/zh.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.28-alpha.
|
|
3
|
+
"version": "0.0.28-alpha.11",
|
|
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.0.28-alpha.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.28-alpha.11"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|