@qwen-code/qwen-code 0.1.0 → 0.1.1-nightly.20251029.7ccba756

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/cli.js +5 -5
  2. package/package.json +2 -2
package/cli.js CHANGED
@@ -182545,7 +182545,7 @@ function createContentGeneratorConfig(config, authType, generationConfig) {
182545
182545
  return newContentGeneratorConfig;
182546
182546
  }
182547
182547
  async function createContentGenerator(config, gcConfig, sessionId2) {
182548
- const version2 = "0.1.0";
182548
+ const version2 = "0.1.1-nightly.20251029.7ccba756";
182549
182549
  const userAgent2 = `QwenCode/${version2} (${process.platform}; ${process.arch})`;
182550
182550
  const baseHeaders = {
182551
182551
  "User-Agent": userAgent2
@@ -315062,7 +315062,7 @@ init_esbuild_shims();
315062
315062
 
315063
315063
  // packages/cli/src/generated/git-commit.ts
315064
315064
  init_esbuild_shims();
315065
- var GIT_COMMIT_INFO2 = "1577dabf";
315065
+ var GIT_COMMIT_INFO2 = "ca1fbb68";
315066
315066
 
315067
315067
  // packages/cli/src/ui/components/AboutBox.tsx
315068
315068
  var import_jsx_runtime43 = __toESM(require_jsx_runtime(), 1);
@@ -337096,7 +337096,7 @@ __name(getPackageJson, "getPackageJson");
337096
337096
  // packages/cli/src/utils/version.ts
337097
337097
  async function getCliVersion() {
337098
337098
  const pkgJson = await getPackageJson();
337099
- return "0.1.0";
337099
+ return "0.1.1-nightly.20251029.7ccba756";
337100
337100
  }
337101
337101
  __name(getCliVersion, "getCliVersion");
337102
337102
 
@@ -339145,11 +339145,11 @@ var listCommand3 = {
339145
339145
  const isoString = chat.mtime.toISOString();
339146
339146
  const match2 = isoString.match(/(\d{4}-\d{2}-\d{2})T(\d{2}:\d{2}:\d{2})/);
339147
339147
  const formattedDate = match2 ? `${match2[1]} ${match2[2]}` : "Invalid Date";
339148
- message += ` - \x1B[36m${paddedName}\x1B[0m \x1B[90m(saved on ${formattedDate})\x1B[0m
339148
+ message += ` - ${paddedName} (saved on ${formattedDate})
339149
339149
  `;
339150
339150
  }
339151
339151
  message += `
339152
- \x1B[90mNote: Newest last, oldest first\x1B[0m`;
339152
+ Note: Newest last, oldest first`;
339153
339153
  return {
339154
339154
  type: "message",
339155
339155
  messageType: "info",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qwen-code/qwen-code",
3
- "version": "0.1.0",
3
+ "version": "0.1.1-nightly.20251029.7ccba756",
4
4
  "description": "Qwen Code - AI-powered coding assistant",
5
5
  "repository": {
6
6
  "type": "git",
@@ -18,7 +18,7 @@
18
18
  "LICENSE"
19
19
  ],
20
20
  "config": {
21
- "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.0"
21
+ "sandboxImageUri": "ghcr.io/qwenlm/qwen-code:0.1.1-nightly.20251029.7ccba756"
22
22
  },
23
23
  "dependencies": {
24
24
  "tiktoken": "^1.0.21"