@termiq/cli 1.22.0 → 2.0.0

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/bin.js +3 -3
  2. package/package.json +1 -1
package/dist/bin.js CHANGED
@@ -75,9 +75,9 @@ tell application "System Events" to get value of property list item "CFBundleNam
75
75
  --log-to-file Write logs to ~/.termiq/logs/cli.log (suppresses stderr)
76
76
  --cid ID Override session correlation ID (for support tracing)
77
77
  --statusline Tmux-style status bar in local terminal (off by default)
78
- --multi-viewer Enable per-viewer rendering (opt-in, persists in config).
79
- Server will route this terminal through canonical buffer
80
- + per-viewer rewrap. Default \u2014 LCD policy (min over viewers).
78
+ --multi-viewer Latest-wins geometry (opt-in, persists in config): pty
79
+ follows whoever typed or resized last; other viewers
80
+ mirror it. Default \u2014 LCD policy (min size over viewers).
81
81
  --help, -h Show this help
82
82
 
83
83
  Environment:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@termiq/cli",
3
- "version": "1.22.0",
3
+ "version": "2.0.0",
4
4
  "description": "TermIQ CLI agent — access terminals from anywhere",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "homepage": "https://termiq.io",