@rdmind/rdmind 0.0.22-alpha.0 → 0.0.22
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 +2 -2
- 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.22
|
|
183773
|
+
const version2 = "0.0.22";
|
|
183774
183774
|
const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
|
|
183775
183775
|
const baseHeaders = {
|
|
183776
183776
|
"User-Agent": userAgent2
|
|
@@ -342531,7 +342531,7 @@ __name(getPackageJson, "getPackageJson");
|
|
|
342531
342531
|
// packages/cli/src/utils/version.ts
|
|
342532
342532
|
async function getCliVersion() {
|
|
342533
342533
|
const pkgJson = await getPackageJson();
|
|
342534
|
-
return "0.0.22
|
|
342534
|
+
return "0.0.22";
|
|
342535
342535
|
}
|
|
342536
342536
|
__name(getCliVersion, "getCliVersion");
|
|
342537
342537
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rdmind/rdmind",
|
|
3
|
-
"version": "0.0.22
|
|
3
|
+
"version": "0.0.22",
|
|
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
|
|
22
|
+
"sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.0.22"
|
|
23
23
|
},
|
|
24
24
|
"publishConfig": {
|
|
25
25
|
"access": "public"
|