@rdmind/rdmind 0.0.23-alpha.1 → 0.0.24-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 +5 -5
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -183770,7 +183770,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
183770
183770
|
};
|
|
183771
183771
|
}
|
|
183772
183772
|
async function createContentGenerator(config, gcConfig, sessionId2) {
|
|
183773
|
-
const version2 = "0.0.
|
|
183773
|
+
const version2 = "0.0.24-alpha.0";
|
|
183774
183774
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
183775
183775
|
const baseHeaders = {
|
|
183776
183776
|
"User-Agent": userAgent2
|
|
@@ -247560,8 +247560,8 @@ var init_config3 = __esm({
|
|
|
247560
247560
|
};
|
|
247561
247561
|
this.gitCoAuthor = {
|
|
247562
247562
|
enabled: params.gitCoAuthor?.enabled ?? true,
|
|
247563
|
-
name: params.gitCoAuthor?.name ?? "
|
|
247564
|
-
email: params.gitCoAuthor?.email ?? "
|
|
247563
|
+
name: params.gitCoAuthor?.name ?? "RDMind",
|
|
247564
|
+
email: params.gitCoAuthor?.email ?? "RDMind@xiaohongshu.com"
|
|
247565
247565
|
};
|
|
247566
247566
|
this.usageStatisticsEnabled = params.usageStatisticsEnabled ?? true;
|
|
247567
247567
|
this.fileFiltering = {
|
|
@@ -342366,7 +342366,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
342366
342366
|
// packages/cli/src/utils/version.ts
|
|
342367
342367
|
async function getCliVersion() {
|
|
342368
342368
|
const pkgJson = await getPackageJson();
|
|
342369
|
-
return "0.0.
|
|
342369
|
+
return "0.0.24-alpha.0";
|
|
342370
342370
|
}
|
|
342371
342371
|
__name(getCliVersion, "getCliVersion");
|
|
342372
342372
|
|
|
@@ -344366,7 +344366,7 @@ init_core2();
|
|
|
344366
344366
|
|
|
344367
344367
|
// packages/cli/src/generated/git-commit.ts
|
|
344368
344368
|
init_esbuild_shims();
|
|
344369
|
-
var GIT_COMMIT_INFO2 = "
|
|
344369
|
+
var GIT_COMMIT_INFO2 = "253a911a";
|
|
344370
344370
|
|
|
344371
344371
|
// packages/cli/src/utils/systemInfo.ts
|
|
344372
344372
|
async function getNpmVersion() {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.24-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.24-alpha.0"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|