@rdmind/rdmind 0.1.8-alpha.11 → 0.1.8-alpha.12
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 +4 -14
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -156088,7 +156088,7 @@ __export(geminiContentGenerator_exports2, {
|
|
|
156088
156088
|
createGeminiContentGenerator: () => createGeminiContentGenerator
|
|
156089
156089
|
});
|
|
156090
156090
|
function createGeminiContentGenerator(config2, gcConfig) {
|
|
156091
|
-
const version2 = "0.1.8-alpha.
|
|
156091
|
+
const version2 = "0.1.8-alpha.12";
|
|
156092
156092
|
const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
156093
156093
|
const baseHeaders = {
|
|
156094
156094
|
"User-Agent": userAgent2
|
|
@@ -233734,7 +233734,7 @@ var init_git_commit = __esm({
|
|
|
233734
233734
|
"use strict";
|
|
233735
233735
|
init_esbuild_shims();
|
|
233736
233736
|
GIT_COMMIT_INFO = "0d78b913";
|
|
233737
|
-
CLI_VERSION = "0.1.8-alpha.
|
|
233737
|
+
CLI_VERSION = "0.1.8-alpha.12";
|
|
233738
233738
|
}
|
|
233739
233739
|
});
|
|
233740
233740
|
|
|
@@ -344049,7 +344049,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
344049
344049
|
// packages/cli/src/utils/version.ts
|
|
344050
344050
|
async function getCliVersion() {
|
|
344051
344051
|
const pkgJson = await getPackageJson();
|
|
344052
|
-
return "0.1.8-alpha.
|
|
344052
|
+
return "0.1.8-alpha.12";
|
|
344053
344053
|
}
|
|
344054
344054
|
__name(getCliVersion, "getCliVersion");
|
|
344055
344055
|
|
|
@@ -348026,16 +348026,6 @@ var SUPPORTED_LANGUAGES = [
|
|
|
348026
348026
|
code: "zh",
|
|
348027
348027
|
id: "zh-CN",
|
|
348028
348028
|
fullName: "Chinese"
|
|
348029
|
-
},
|
|
348030
|
-
{
|
|
348031
|
-
code: "ru",
|
|
348032
|
-
id: "ru-RU",
|
|
348033
|
-
fullName: "Russian"
|
|
348034
|
-
},
|
|
348035
|
-
{
|
|
348036
|
-
code: "de",
|
|
348037
|
-
id: "de-DE",
|
|
348038
|
-
fullName: "German"
|
|
348039
348029
|
}
|
|
348040
348030
|
];
|
|
348041
348031
|
function getLanguageNameFromLocale(locale) {
|
|
@@ -408209,7 +408199,7 @@ var GeminiAgent = class {
|
|
|
408209
408199
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
408210
408200
|
description: APPROVAL_MODE_INFO[mode].description
|
|
408211
408201
|
}));
|
|
408212
|
-
const version2 = "0.1.8-alpha.
|
|
408202
|
+
const version2 = "0.1.8-alpha.12";
|
|
408213
408203
|
return {
|
|
408214
408204
|
protocolVersion: PROTOCOL_VERSION,
|
|
408215
408205
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.1.8-alpha.
|
|
3
|
+
"version": "0.1.8-alpha.12",
|
|
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.8-alpha.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.8-alpha.12"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|