@wrongstack/cli 0.77.0 → 0.82.6

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
@@ -38,7 +38,7 @@ wstack plugin disable @wrongstack/telegram # keep config but skip loading
38
38
  wstack plugin remove @wrongstack/telegram # remove from config.plugins
39
39
  ```
40
40
 
41
- `--no-tui` forces REPL mode even when `--tui` is configured globally. The TUI uses Ink's alt-screen buffer by default so it can capture every keystroke (Ctrl+S/Q/Z/\\ included) and avoid live-region leaks into scrollback; pass `--no-alt-screen` if you specifically want completed chat to survive after exit.
41
+ `--no-tui` forces REPL mode even when `--tui` is configured globally.
42
42
 
43
43
  ## Slash commands inside the REPL/TUI
44
44
 
@@ -101,7 +101,6 @@ API keys are encrypted at rest with AES-256-GCM and the key file at `~/.wrongsta
101
101
  | `--provider <id>` | Override the configured provider |
102
102
  | `--model <id>` | Override the configured model |
103
103
  | `--resume <id>` | Resume a saved session by id |
104
- | `--no-alt-screen` | Render TUI inline in scrollback (default is alt-screen so all shortcuts are captured). |
105
104
  | `--config <path>` | Use a non-default config file |
106
105
  | `--debug` | Verbose logging to `~/.wrongstack/logs/wrongstack.log` |
107
106
  | `--version` | Print version |