@rdmind/rdmind 0.1.3-alpha.1 → 0.1.3-alpha.2
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 -4
- package/locales/en.js +2 -0
- package/locales/zh.js +1 -0
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -160739,7 +160739,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
|
|
|
160739
160739
|
};
|
|
160740
160740
|
}
|
|
160741
160741
|
async function createContentGenerator(config2, gcConfig, isInitialAuth) {
|
|
160742
|
-
const version3 = "0.1.3-alpha.
|
|
160742
|
+
const version3 = "0.1.3-alpha.2";
|
|
160743
160743
|
const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
|
|
160744
160744
|
const baseHeaders = {
|
|
160745
160745
|
"User-Agent": userAgent2
|
|
@@ -235609,7 +235609,7 @@ var init_git_commit = __esm({
|
|
|
235609
235609
|
"use strict";
|
|
235610
235610
|
init_esbuild_shims();
|
|
235611
235611
|
GIT_COMMIT_INFO = "88408513";
|
|
235612
|
-
CLI_VERSION = "0.1.3-alpha.
|
|
235612
|
+
CLI_VERSION = "0.1.3-alpha.2";
|
|
235613
235613
|
}
|
|
235614
235614
|
});
|
|
235615
235615
|
|
|
@@ -306612,6 +306612,7 @@ var init_en3 = __esm({
|
|
|
306612
306612
|
'Theme "{{themeName}}" not found.': 'Theme "{{themeName}}" not found.',
|
|
306613
306613
|
'Theme "{{themeName}}" not found in selected scope.': 'Theme "{{themeName}}" not found in selected scope.',
|
|
306614
306614
|
"clear the screen and conversation history": "clear the screen and conversation history",
|
|
306615
|
+
"Clear conversation history and free up context": "Clear conversation history and free up context",
|
|
306615
306616
|
"Compresses the context by replacing it with a summary.": "Compresses the context by replacing it with a summary.",
|
|
306616
306617
|
"open full RDMind documentation in your browser": "open full RDMind documentation in your browser",
|
|
306617
306618
|
"Configuration not available.": "Configuration not available.",
|
|
@@ -307470,6 +307471,7 @@ var init_zh = __esm({
|
|
|
307470
307471
|
'Theme "{{themeName}}" not found.': '\u672A\u627E\u5230\u4E3B\u9898 "{{themeName}}"\u3002',
|
|
307471
307472
|
'Theme "{{themeName}}" not found in selected scope.': '\u5728\u6240\u9009\u4F5C\u7528\u57DF\u4E2D\u672A\u627E\u5230\u4E3B\u9898 "{{themeName}}"\u3002',
|
|
307472
307473
|
"clear the screen and conversation history": "\u6E05\u5C4F\u5E76\u6E05\u9664\u5BF9\u8BDD\u5386\u53F2",
|
|
307474
|
+
"Clear conversation history and free up context": "\u6E05\u9664\u5BF9\u8BDD\u5386\u53F2\u5E76\u91CA\u653E\u4E0A\u4E0B\u6587",
|
|
307473
307475
|
"Compresses the context by replacing it with a summary.": "\u901A\u8FC7\u7528\u6458\u8981\u66FF\u6362\u6765\u538B\u7F29\u4E0A\u4E0B\u6587",
|
|
307474
307476
|
"open full RDMind documentation in your browser": "\u5728\u6D4F\u89C8\u5668\u4E2D\u6253\u5F00\u5B8C\u6574\u7684 RDMind \u6587\u6863",
|
|
307475
307477
|
"Configuration not available.": "\u914D\u7F6E\u4E0D\u53EF\u7528",
|
|
@@ -346093,7 +346095,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
346093
346095
|
// packages/cli/src/utils/version.ts
|
|
346094
346096
|
async function getCliVersion() {
|
|
346095
346097
|
const pkgJson = await getPackageJson();
|
|
346096
|
-
return "0.1.3-alpha.
|
|
346098
|
+
return "0.1.3-alpha.2";
|
|
346097
346099
|
}
|
|
346098
346100
|
__name(getCliVersion, "getCliVersion");
|
|
346099
346101
|
|
|
@@ -407445,7 +407447,7 @@ var GeminiAgent = class {
|
|
|
407445
407447
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
407446
407448
|
description: APPROVAL_MODE_INFO[mode].description
|
|
407447
407449
|
}));
|
|
407448
|
-
const version3 = "0.1.3-alpha.
|
|
407450
|
+
const version3 = "0.1.3-alpha.2";
|
|
407449
407451
|
return {
|
|
407450
407452
|
protocolVersion: PROTOCOL_VERSION,
|
|
407451
407453
|
agentInfo: {
|
package/locales/en.js
CHANGED
|
@@ -104,6 +104,8 @@ export default {
|
|
|
104
104
|
'Theme "{{themeName}}" not found in selected scope.',
|
|
105
105
|
'clear the screen and conversation history':
|
|
106
106
|
'clear the screen and conversation history',
|
|
107
|
+
'Clear conversation history and free up context':
|
|
108
|
+
'Clear conversation history and free up context',
|
|
107
109
|
'Compresses the context by replacing it with a summary.':
|
|
108
110
|
'Compresses the context by replacing it with a summary.',
|
|
109
111
|
'open full RDMind documentation in your browser':
|
package/locales/zh.js
CHANGED
|
@@ -102,6 +102,7 @@ export default {
|
|
|
102
102
|
'Theme "{{themeName}}" not found in selected scope.':
|
|
103
103
|
'在所选作用域中未找到主题 "{{themeName}}"。',
|
|
104
104
|
'clear the screen and conversation history': '清屏并清除对话历史',
|
|
105
|
+
'Clear conversation history and free up context': '清除对话历史并释放上下文',
|
|
105
106
|
'Compresses the context by replacing it with a summary.':
|
|
106
107
|
'通过用摘要替换来压缩上下文',
|
|
107
108
|
'open full RDMind documentation in your browser':
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.1.3-alpha.
|
|
3
|
+
"version": "0.1.3-alpha.2",
|
|
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.1.3-alpha.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.3-alpha.2"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|