@linzumi/cli 0.0.47-beta → 0.0.48-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
@@ -63,7 +63,7 @@ Install the CLI or run it with `npx`:
63
63
 
64
64
  ```bash
65
65
  npm install -g @linzumi/cli@latest
66
- npx -y @linzumi/cli@0.0.47-beta --version
66
+ npx -y @linzumi/cli@0.0.48-beta --version
67
67
  linzumi --version
68
68
  ```
69
69
 
package/dist/index.js CHANGED
@@ -8500,7 +8500,7 @@ function realpathOrResolved(pathValue) {
8500
8500
  }
8501
8501
 
8502
8502
  // src/version.ts
8503
- var linzumiCliVersion = "0.0.47-beta";
8503
+ var linzumiCliVersion = "0.0.48-beta";
8504
8504
  var linzumiCliVersionText = `linzumi ${linzumiCliVersion}`;
8505
8505
 
8506
8506
  // src/runnerLock.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@linzumi/cli",
3
- "version": "0.0.47-beta",
3
+ "version": "0.0.48-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": {