@rdmind/rdmind 0.1.5-alpha.1 → 0.1.5
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 +8 -8
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -160796,7 +160796,7 @@ function createContentGeneratorConfig(config2, authType, generationConfig) {
|
|
|
160796
160796
|
};
|
|
160797
160797
|
}
|
|
160798
160798
|
async function createContentGenerator(config2, gcConfig, isInitialAuth) {
|
|
160799
|
-
const version3 = "0.1.5
|
|
160799
|
+
const version3 = "0.1.5";
|
|
160800
160800
|
const userAgent2 = `QwenCode/${version3} (${process.platform}; ${process.arch})`;
|
|
160801
160801
|
const baseHeaders = {
|
|
160802
160802
|
"User-Agent": userAgent2
|
|
@@ -235966,8 +235966,8 @@ var init_git_commit = __esm({
|
|
|
235966
235966
|
"packages/core/src/generated/git-commit.ts"() {
|
|
235967
235967
|
"use strict";
|
|
235968
235968
|
init_esbuild_shims();
|
|
235969
|
-
GIT_COMMIT_INFO = "
|
|
235970
|
-
CLI_VERSION = "0.1.5
|
|
235969
|
+
GIT_COMMIT_INFO = "0c6afa42";
|
|
235970
|
+
CLI_VERSION = "0.1.5";
|
|
235971
235971
|
}
|
|
235972
235972
|
});
|
|
235973
235973
|
|
|
@@ -346337,7 +346337,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
346337
346337
|
// packages/cli/src/utils/version.ts
|
|
346338
346338
|
async function getCliVersion() {
|
|
346339
346339
|
const pkgJson = await getPackageJson();
|
|
346340
|
-
return "0.1.5
|
|
346340
|
+
return "0.1.5";
|
|
346341
346341
|
}
|
|
346342
346342
|
__name(getCliVersion, "getCliVersion");
|
|
346343
346343
|
|
|
@@ -349628,7 +349628,7 @@ async function loadCliConfig(settings, extensions, extensionEnablementManager, a
|
|
|
349628
349628
|
sessionId = argv.resume;
|
|
349629
349629
|
sessionData = await sessionService.loadSession(argv.resume);
|
|
349630
349630
|
if (!sessionData) {
|
|
349631
|
-
const message = `No saved session found with ID ${argv.resume}. Run \`
|
|
349631
|
+
const message = `No saved session found with ID ${argv.resume}. Run \`rdmind --resume\` without an ID to choose from existing sessions.`;
|
|
349632
349632
|
console.log(message);
|
|
349633
349633
|
process.exit(1);
|
|
349634
349634
|
}
|
|
@@ -352875,7 +352875,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
352875
352875
|
|
|
352876
352876
|
// packages/cli/src/generated/git-commit.ts
|
|
352877
352877
|
init_esbuild_shims();
|
|
352878
|
-
var GIT_COMMIT_INFO2 = "
|
|
352878
|
+
var GIT_COMMIT_INFO2 = "0c6afa42";
|
|
352879
352879
|
|
|
352880
352880
|
// packages/cli/src/utils/systemInfo.ts
|
|
352881
352881
|
async function getNpmVersion() {
|
|
@@ -387378,7 +387378,7 @@ var SessionSummaryDisplay = /* @__PURE__ */ __name(({
|
|
|
387378
387378
|
t3("To continue this session, run"),
|
|
387379
387379
|
" ",
|
|
387380
387380
|
/* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(Text3, { color: theme.text.accent, children: [
|
|
387381
|
-
"
|
|
387381
|
+
"rdmind --resume ",
|
|
387382
387382
|
stats.sessionId
|
|
387383
387383
|
] })
|
|
387384
387384
|
] }) })
|
|
@@ -408690,7 +408690,7 @@ var GeminiAgent = class {
|
|
|
408690
408690
|
name: APPROVAL_MODE_INFO[mode].name,
|
|
408691
408691
|
description: APPROVAL_MODE_INFO[mode].description
|
|
408692
408692
|
}));
|
|
408693
|
-
const version3 = "0.1.5
|
|
408693
|
+
const version3 = "0.1.5";
|
|
408694
408694
|
return {
|
|
408695
408695
|
protocolVersion: PROTOCOL_VERSION,
|
|
408696
408696
|
agentInfo: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.1.5
|
|
3
|
+
"version": "0.1.5",
|
|
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.5
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.5"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|