@linzumi/cli 0.0.66-beta → 0.0.67-beta

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/README.md CHANGED
@@ -58,7 +58,7 @@ Install the CLI or run it with `npx`:
58
58
  ```bash
59
59
  npm install -g @linzumi/cli@latest
60
60
  npx -y @linzumi/cli@latest signup
61
- npx -y @linzumi/cli@0.0.66-beta --version
61
+ npx -y @linzumi/cli@0.0.67-beta --version
62
62
  linzumi --version
63
63
  ```
64
64
 
package/dist/index.js CHANGED
@@ -11695,7 +11695,7 @@ var linzumiCliVersion, linzumiCliVersionText;
11695
11695
  var init_version = __esm({
11696
11696
  "src/version.ts"() {
11697
11697
  "use strict";
11698
- linzumiCliVersion = "0.0.66-beta";
11698
+ linzumiCliVersion = "0.0.67-beta";
11699
11699
  linzumiCliVersionText = `linzumi ${linzumiCliVersion}`;
11700
11700
  }
11701
11701
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "0.0.66-beta",
3
+ "version": "0.0.67-beta",
4
4
  "description": "Linzumi CLI — point a Codex agent at the real code on your laptop, with your team watching and steering from shared threads.",
5
5
  "type": "module",
6
6
  "bin": {