mpd-llm-cli 0.1.32 → 0.1.34
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/bundle/api.js +2 -2
- package/bundle/gemini.js +1157 -17102
- package/package.json +3 -1
package/bundle/api.js
CHANGED
|
@@ -27717,7 +27717,7 @@ async function createContentGeneratorConfig(model, authType) {
|
|
|
27717
27717
|
return contentGeneratorConfig;
|
|
27718
27718
|
}
|
|
27719
27719
|
async function createContentGenerator(config2, sessionId2) {
|
|
27720
|
-
const version2 = "0.1.
|
|
27720
|
+
const version2 = "0.1.34";
|
|
27721
27721
|
const httpOptions = {
|
|
27722
27722
|
headers: {
|
|
27723
27723
|
"User-Agent": `GeminiCLI/${version2} (${process.platform}; ${process.arch})`
|
|
@@ -166405,7 +166405,7 @@ async function getPackageJson() {
|
|
|
166405
166405
|
// packages/cli/src/utils/version.ts
|
|
166406
166406
|
async function getCliVersion() {
|
|
166407
166407
|
const pkgJson = await getPackageJson();
|
|
166408
|
-
return "0.1.
|
|
166408
|
+
return "0.1.34";
|
|
166409
166409
|
}
|
|
166410
166410
|
|
|
166411
166411
|
// packages/cli/src/config/sandboxConfig.ts
|