You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Keep the welcome splash inline in the host terminal. The shell prompt
stays above the app unless the user opts in via config or --alternate-screen.
Co-authored-by: Mathis <echobt@users.noreply.github.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1-2Lines changed: 1 addition & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,8 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
10
10
## Unreleased
11
11
12
12
### Changed
13
-
### Changed
14
-
- The TUI enters the **alternate screen** on interactive start so the host shell prompt is hidden. Opt out with `[tui] alternate_screen = false`.
13
+
- The TUI runs **inline** by default (`alternate_screen` never). It does not enter the alternate screen on start; the real shell prompt stays in scrollback above the app. Opt in with `cortex --alternate-screen` or `[tui] alternate_screen = true`.
15
14
- Empty-session splash is `Welcome to Cortex, the coding agent CLI` plus `v{package version} · / commands · @ files · ! shell · & cloud`. After the first user turn the splash is dropped (composer + footer only). No mascot, no painted `> cortex` shell lines.
16
15
- Composer lock: empty is `> ` + white block at input col 0 + dim `Plan, search, build anything` after that cell (never a white rect after the placeholder). Blink-off (~530ms) hides the block so the placeholder starts at col 0. Typed copy is `#F5F5F5` with the block at the caret.
Copy file name to clipboardExpand all lines: docs/reference/cli.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ A positional prompt seeds that session. Without a terminal, use
32
32
|`--add-dir <DIR>`| Extra writable directory; repeatable |
33
33
|`-i`, `--image <PATH>`| Attach an image to the initial prompt |
34
34
|`--search`| Enable web search |
35
-
|`--alternate-screen`|Force the alternate screen buffer (already the default). Set `[tui] alternate_screen = false` to stay inline. |
35
+
|`--alternate-screen`|Opt in to the alternate screen buffer. Default is inline (`never`): the host shell prompt stays visible above the app. Same as `[tui] alternate_screen = true`. |
0 commit comments