@rdmind/rdmind 0.0.20 → 0.0.21-alpha.0
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/package.json +2 -2
package/cli.js
CHANGED
|
@@ -183747,7 +183747,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
183747
183747
|
};
|
|
183748
183748
|
}
|
|
183749
183749
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
183750
|
-
const version2 = "0.0.
|
|
183750
|
+
const version2 = "0.0.21-alpha.0";
|
|
183751
183751
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
183752
183752
|
const baseHeaders = {
|
|
183753
183753
|
"User-Agent": userAgent2
|
|
@@ -185926,7 +185926,7 @@ Do NOT use this tool:
|
|
|
185926
185926
|
`;
|
|
185927
185927
|
QWEN_CONFIG_DIR = ".rdmind";
|
|
185928
185928
|
DEFAULT_CONTEXT_FILENAME = "RDMind.md";
|
|
185929
|
-
MEMORY_SECTION_HEADER = "##
|
|
185929
|
+
MEMORY_SECTION_HEADER = "## RDMind Added Memories";
|
|
185930
185930
|
currentGeminiMdFilename = DEFAULT_CONTEXT_FILENAME;
|
|
185931
185931
|
__name(setGeminiMdFilename, "setGeminiMdFilename");
|
|
185932
185932
|
__name(getCurrentGeminiMdFilename, "getCurrentGeminiMdFilename");
|
|
@@ -319943,7 +319943,7 @@ init_esbuild_shims();
|
|
|
319943
319943
|
|
|
319944
319944
|
// packages/cli/src/generated/git-commit.ts
|
|
319945
319945
|
init_esbuild_shims();
|
|
319946
|
-
var GIT_COMMIT_INFO2 = "
|
|
319946
|
+
var GIT_COMMIT_INFO2 = "28a6f7e6";
|
|
319947
319947
|
|
|
319948
319948
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
319949
319949
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -342045,7 +342045,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
342045
342045
|
// packages/cli/src/utils/version.ts
|
|
342046
342046
|
async function getCliVersion() {
|
|
342047
342047
|
const pkgJson = await getPackageJson();
|
|
342048
|
-
return "0.0.
|
|
342048
|
+
return "0.0.21-alpha.0";
|
|
342049
342049
|
}
|
|
342050
342050
|
__name(getCliVersion, "getCliVersion");
|
|
342051
342051
|
|
|
@@ -342541,7 +342541,7 @@ async function parseArguments(settings) {
|
|
|
342541
342541
|
default: false
|
|
342542
342542
|
}).option("proxy", {
|
|
342543
342543
|
type: "string",
|
|
342544
|
-
description: "Proxy for
|
|
342544
|
+
description: "Proxy for RDMind, like schema://user:password@host:port"
|
|
342545
342545
|
}).deprecateOption(
|
|
342546
342546
|
"proxy",
|
|
342547
342547
|
'Use the "proxy" setting in settings.json instead. This flag will be removed in a future version.'
|
|
@@ -346850,7 +346850,7 @@ var initCommand = {
|
|
|
346850
346850
|
context2.ui.addItem(
|
|
346851
346851
|
{
|
|
346852
346852
|
type: "info",
|
|
346853
|
-
text:
|
|
346853
|
+
text: `\u5DF2\u521B\u5EFA\u7A7A\u7684 ${contextFileName} \uFF0C\u63A5\u4E0B\u6765\u5C06\u5206\u6790\u9879\u76EE\u6765\u586B\u5145\u5185\u5BB9\u3002`
|
|
346854
346854
|
},
|
|
346855
346855
|
Date.now()
|
|
346856
346856
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.21-alpha.0",
|
|
4
4
|
"description": "RDMind - AI-powered coding assistant",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "cli.js",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"LICENSE"
|
|
20
20
|
],
|
|
21
21
|
"config": {
|
|
22
|
-
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.21-alpha.0"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|