mpd-llm-cli 0.1.13 → 0.1.14

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 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.13";
27720
+ const version2 = "0.1.14";
27721
27721
  const httpOptions = {
27722
27722
  headers: {
27723
27723
  "User-Agent": `GeminiCLI/${version2} (${process.platform}; ${process.arch})`
@@ -165364,7 +165364,7 @@ async function getPackageJson() {
165364
165364
  // packages/cli/src/utils/version.ts
165365
165365
  async function getCliVersion() {
165366
165366
  const pkgJson = await getPackageJson();
165367
- return "0.1.13";
165367
+ return "0.1.14";
165368
165368
  }
165369
165369
 
165370
165370
  // packages/cli/src/config/sandboxConfig.ts
package/bundle/gemini.js CHANGED
@@ -78252,7 +78252,7 @@ async function createContentGeneratorConfig(model, authType) {
78252
78252
  return contentGeneratorConfig;
78253
78253
  }
78254
78254
  async function createContentGenerator(config2, sessionId2) {
78255
- const version3 = "0.1.13";
78255
+ const version3 = "0.1.14";
78256
78256
  const httpOptions = {
78257
78257
  headers: {
78258
78258
  "User-Agent": `GeminiCLI/${version3} (${process.platform}; ${process.arch})`
@@ -243944,7 +243944,7 @@ var LangfuseClient = class {
243944
243944
  name: "MPD LLM CLI Session",
243945
243945
  metadata: {
243946
243946
  ...safeMetadata,
243947
- cli_version: this.safeString("0.1.13", "unknown"),
243947
+ cli_version: this.safeString("0.1.14", "unknown"),
243948
243948
  model: this.safeString(process.env.CUSTOM_LLM_MODEL_NAME, "gemini"),
243949
243949
  auth_type: process.env.USE_CUSTOM_LLM ? "custom_llm" : "google_oauth",
243950
243950
  environment: this.safeString(this.configManager.getConfig()?.environment, "unknown")
@@ -244975,7 +244975,7 @@ var LangfuseIntegration = class {
244975
244975
  const metadata = {
244976
244976
  model: this.config.getModel(),
244977
244977
  auth_type: this.config.getContentGeneratorConfig()?.authType,
244978
- cli_version: "0.1.13",
244978
+ cli_version: "0.1.14",
244979
244979
  start_time: (/* @__PURE__ */ new Date()).toISOString(),
244980
244980
  session_id: this.sessionId
244981
244981
  };
@@ -245045,7 +245045,7 @@ var LangfuseIntegration = class {
245045
245045
  error,
245046
245046
  metadata: {
245047
245047
  session_id: this.sessionId,
245048
- cli_version: "0.1.13",
245048
+ cli_version: "0.1.14",
245049
245049
  auth_type: this.config.getContentGeneratorConfig()?.authType
245050
245050
  }
245051
245051
  });
@@ -248771,7 +248771,7 @@ import { promises as fs33 } from "fs";
248771
248771
  import path37 from "path";
248772
248772
 
248773
248773
  // packages/cli/src/generated/git-commit.ts
248774
- var GIT_COMMIT_INFO = "a4e2bd1 (local modifications)";
248774
+ var GIT_COMMIT_INFO = "611a052";
248775
248775
 
248776
248776
  // node_modules/read-package-up/index.js
248777
248777
  import path35 from "node:path";
@@ -248984,7 +248984,7 @@ async function getPackageJson() {
248984
248984
  // packages/cli/src/utils/version.ts
248985
248985
  async function getCliVersion() {
248986
248986
  const pkgJson = await getPackageJson();
248987
- return "0.1.13";
248987
+ return "0.1.14";
248988
248988
  }
248989
248989
 
248990
248990
  // packages/cli/src/ui/commands/memoryCommand.ts
@@ -270002,7 +270002,7 @@ var DataCollector = class {
270002
270002
  // 提取元数据
270003
270003
  extractMetadata(data) {
270004
270004
  return {
270005
- cli_version: "0.1.13",
270005
+ cli_version: "0.1.14",
270006
270006
  model: process.env.CUSTOM_LLM_MODEL_NAME || "gemini",
270007
270007
  auth_type: process.env.USE_CUSTOM_LLM ? "custom_llm" : "google_oauth",
270008
270008
  project_path: data.projectPath,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mpd-llm-cli",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },
@@ -10,7 +10,7 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/ConardLi/easy-llm-cli.git"
13
+ "url": "git+https://git.rakuten-it.com/scm/mpd-ai/mpd-llm-cli.git"
14
14
  },
15
15
  "config": {
16
16
  "sandboxImageUri": "xx:0.1.0"