@mmmbuto/qwen-code-termux 0.6.3-termux → 0.6.4-termux

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.
Files changed (2) hide show
  1. package/dist/cli.js +8 -8
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -155008,7 +155008,7 @@ __export(geminiContentGenerator_exports, {
155008
155008
  createGeminiContentGenerator: () => createGeminiContentGenerator
155009
155009
  });
155010
155010
  function createGeminiContentGenerator(config2, gcConfig) {
155011
- const version2 = "0.6.3-termux";
155011
+ const version2 = "0.6.4-termux";
155012
155012
  const userAgent2 = config2.userAgent || `QwenCode/${version2} (${process.platform}; ${process.arch})`;
155013
155013
  const baseHeaders = {
155014
155014
  "User-Agent": userAgent2
@@ -356998,7 +356998,7 @@ __name(getPackageJson, "getPackageJson");
356998
356998
  // packages/cli/src/utils/version.ts
356999
356999
  async function getCliVersion() {
357000
357000
  const pkgJson = await getPackageJson();
357001
- return "0.6.3-termux";
357001
+ return "0.6.4-termux";
357002
357002
  }
357003
357003
  __name(getCliVersion, "getCliVersion");
357004
357004
 
@@ -365081,7 +365081,7 @@ var formatDuration = /* @__PURE__ */ __name((milliseconds) => {
365081
365081
 
365082
365082
  // packages/cli/src/generated/git-commit.ts
365083
365083
  init_esbuild_shims();
365084
- var GIT_COMMIT_INFO2 = "168aa3f6";
365084
+ var GIT_COMMIT_INFO2 = "3b146e8f";
365085
365085
 
365086
365086
  // packages/cli/src/utils/systemInfo.ts
365087
365087
  async function getNpmVersion() {
@@ -411036,7 +411036,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
411036
411036
  }
411037
411037
  }
411038
411038
  if (realPath.includes("/.pnpm/global")) {
411039
- const updateCommand3 = "pnpm add -g @qwen-code/qwen-code@latest";
411039
+ const updateCommand3 = "pnpm add -g @mmmbuto/qwen-code-termux@latest";
411040
411040
  return {
411041
411041
  packageManager: "pnpm" /* PNPM */,
411042
411042
  isGlobal: true,
@@ -411045,7 +411045,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
411045
411045
  };
411046
411046
  }
411047
411047
  if (realPath.includes("/.yarn/global")) {
411048
- const updateCommand3 = "yarn global add @qwen-code/qwen-code@latest";
411048
+ const updateCommand3 = "yarn global add @mmmbuto/qwen-code-termux@latest";
411049
411049
  return {
411050
411050
  packageManager: "yarn" /* YARN */,
411051
411051
  isGlobal: true,
@@ -411061,7 +411061,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
411061
411061
  };
411062
411062
  }
411063
411063
  if (realPath.includes("/.bun/bin")) {
411064
- const updateCommand3 = "bun add -g @qwen-code/qwen-code@latest";
411064
+ const updateCommand3 = "bun add -g @mmmbuto/qwen-code-termux@latest";
411065
411065
  return {
411066
411066
  packageManager: "bun" /* BUN */,
411067
411067
  isGlobal: true,
@@ -411084,7 +411084,7 @@ function getInstallationInfo(projectRoot, isAutoUpdateDisabled) {
411084
411084
  updateMessage: "Locally installed. Please update via your project's package.json."
411085
411085
  };
411086
411086
  }
411087
- const updateCommand2 = "npm install -g @qwen-code/qwen-code@latest";
411087
+ const updateCommand2 = "npm install -g @mmmbuto/qwen-code-termux@latest";
411088
411088
  return {
411089
411089
  packageManager: "npm" /* NPM */,
411090
411090
  isGlobal: true,
@@ -416299,7 +416299,7 @@ var GeminiAgent = class {
416299
416299
  name: APPROVAL_MODE_INFO[mode].name,
416300
416300
  description: APPROVAL_MODE_INFO[mode].description
416301
416301
  }));
416302
- const version2 = "0.6.3-termux";
416302
+ const version2 = "0.6.4-termux";
416303
416303
  return {
416304
416304
  protocolVersion: PROTOCOL_VERSION,
416305
416305
  agentInfo: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mmmbuto/qwen-code-termux",
3
- "version": "0.6.3-termux",
3
+ "version": "0.6.4-termux",
4
4
  "engines": {
5
5
  "node": ">=20.0.0"
6
6
  },