@rdmind/rdmind 0.0.15-alpha.7 → 0.0.15
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 -4
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -183623,7 +183623,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
183623
183623
|
return newContentGeneratorConfig;
|
|
183624
183624
|
}
|
|
183625
183625
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
183626
|
-
const version2 = "0.0.15
|
|
183626
|
+
const version2 = "0.0.15";
|
|
183627
183627
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
183628
183628
|
const baseHeaders = {
|
|
183629
183629
|
"User-Agent": userAgent2
|
|
@@ -318655,7 +318655,7 @@ init_esbuild_shims();
|
|
|
318655
318655
|
|
|
318656
318656
|
// packages/cli/src/generated/git-commit.ts
|
|
318657
318657
|
init_esbuild_shims();
|
|
318658
|
-
var GIT_COMMIT_INFO2 = "
|
|
318658
|
+
var GIT_COMMIT_INFO2 = "e45ceb08";
|
|
318659
318659
|
|
|
318660
318660
|
// packages/cli/src/ui/components/AboutBox.tsx
|
|
318661
318661
|
var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
|
|
@@ -319602,7 +319602,7 @@ var Help = /* @__PURE__ */ __name(({ commands }) => /* @__PURE__ */ (0, import_j
|
|
|
319602
319602
|
] }),
|
|
319603
319603
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(Text, { color: theme.text.primary, children: [
|
|
319604
319604
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Text, { color: theme.text.secondary, children: "[MCP]" }),
|
|
319605
|
-
" -
|
|
319605
|
+
" - \u6A21\u578B\u4E0A\u4E0B\u6587\u534F\u8BAE\u547D\u4EE4\uFF08\u6765\u81EA\u5916\u90E8\u670D\u52A1\u5668\uFF09"
|
|
319606
319606
|
] }),
|
|
319607
319607
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Box_default, { height: 1 }),
|
|
319608
319608
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Text, { bold: true, color: theme.text.primary, children: "\u952E\u76D8\u5FEB\u6377\u952E:" }),
|
|
@@ -340713,7 +340713,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
340713
340713
|
// packages/cli/src/utils/version.ts
|
|
340714
340714
|
async function getCliVersion() {
|
|
340715
340715
|
const pkgJson = await getPackageJson();
|
|
340716
|
-
return "0.0.15
|
|
340716
|
+
return "0.0.15";
|
|
340717
340717
|
}
|
|
340718
340718
|
__name(getCliVersion, "getCliVersion");
|
|
340719
340719
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.15
|
|
3
|
+
"version": "0.0.15",
|
|
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.15
|
|
21
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.15"
|
|
22
22
|
},
|
|
23
23
|
"publishConfig": {
|
|
24
24
|
"access": "public"
|