@rdmind/rdmind 0.0.28-alpha.12 → 0.0.28-alpha.13
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 +7 -7
- package/package.json +2 -2
package/cli.js
CHANGED
|
@@ -147562,7 +147562,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
|
|
|
147562
147562
|
};
|
|
147563
147563
|
}
|
|
147564
147564
|
async function createContentGenerator(config, gcConfig, sessionId2, isInitialAuth) {
|
|
147565
|
-
const version2 = "0.0.28-alpha.
|
|
147565
|
+
const version2 = "0.0.28-alpha.13";
|
|
147566
147566
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
147567
147567
|
const baseHeaders = {
|
|
147568
147568
|
"User-Agent": userAgent2
|
|
@@ -222083,8 +222083,8 @@ var init_git_commit = __esm({
|
|
|
222083
222083
|
"packages/core/src/generated/git-commit.ts"() {
|
|
222084
222084
|
"use strict";
|
|
222085
222085
|
init_esbuild_shims();
|
|
222086
|
-
GIT_COMMIT_INFO = "
|
|
222087
|
-
CLI_VERSION = "0.0.28-alpha.
|
|
222086
|
+
GIT_COMMIT_INFO = "c61743be";
|
|
222087
|
+
CLI_VERSION = "0.0.28-alpha.13";
|
|
222088
222088
|
}
|
|
222089
222089
|
});
|
|
222090
222090
|
|
|
@@ -303702,7 +303702,7 @@ async function isL4Repository(workspaceRoot) {
|
|
|
303702
303702
|
}
|
|
303703
303703
|
}
|
|
303704
303704
|
async function checkRepositoryRiskLevel(gitRepoUrl) {
|
|
303705
|
-
const apiUrl = "http://pallas
|
|
303705
|
+
const apiUrl = "http://pallas.devops.xiaohongshu.com/pallas/rdmind/cli/repo-risk-level";
|
|
303706
303706
|
try {
|
|
303707
303707
|
const response = await fetch(
|
|
303708
303708
|
`${apiUrl}?gitRepoUrl=${encodeURIComponent(gitRepoUrl)}`,
|
|
@@ -316291,7 +316291,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
316291
316291
|
// packages/cli/src/utils/version.ts
|
|
316292
316292
|
async function getCliVersion() {
|
|
316293
316293
|
const pkgJson = await getPackageJson();
|
|
316294
|
-
return "0.0.28-alpha.
|
|
316294
|
+
return "0.0.28-alpha.13";
|
|
316295
316295
|
}
|
|
316296
316296
|
__name(getCliVersion, "getCliVersion");
|
|
316297
316297
|
|
|
@@ -320314,7 +320314,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
|
|
|
320314
320314
|
|
|
320315
320315
|
// packages/cli/src/generated/git-commit.ts
|
|
320316
320316
|
init_esbuild_shims();
|
|
320317
|
-
var GIT_COMMIT_INFO2 = "
|
|
320317
|
+
var GIT_COMMIT_INFO2 = "c61743be";
|
|
320318
320318
|
|
|
320319
320319
|
// packages/cli/src/utils/systemInfo.ts
|
|
320320
320320
|
async function getNpmVersion() {
|
|
@@ -371994,7 +371994,7 @@ async function start_sandbox(config, nodeArgs = [], cliConfig, cliArgs = []) {
|
|
|
371994
371994
|
sandboxProcess?.on("close", (code2, signal) => {
|
|
371995
371995
|
process.stdin.resume();
|
|
371996
371996
|
if (code2 !== 0 && code2 !== null) {
|
|
371997
|
-
console.
|
|
371997
|
+
console.error(
|
|
371998
371998
|
`Sandbox process exited with code: ${code2}, signal: ${signal}`
|
|
371999
371999
|
);
|
|
372000
372000
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.28-alpha.
|
|
3
|
+
"version": "0.0.28-alpha.13",
|
|
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.0.28-alpha.
|
|
23
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.28-alpha.13"
|
|
24
24
|
},
|
|
25
25
|
"publishConfig": {
|
|
26
26
|
"access": "public"
|