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
Add adjustable terminal scrollback buffer size; bump to 1.2.5
New Settings → General control (numeric field + stepper) sets the
scrollback buffer, persisted via SettingsManager (clamped 500–50,000,
default 1,000) and applied live to every terminal through
TerminalManager.setBufferSize.
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ A macOS menu bar app that puts Claude Code or Codex right in your MacBook's notc
15
15
-**Pin tabs to persist** — right-click a `+` tab → **Pin Tab** to keep it across app restarts; Notchy remembers the tab's working directory and re-runs agent auto-launch on relaunch
16
16
-**Shadow tabs** — right-click an Xcode or pinned tab → **Shadow Tab** to spawn a plain shell sibling cd'd into the same directory, for ad-hoc git/build commands without disturbing the agent
17
17
-**Zoom terminal font** — Cmd+= (or Cmd++) and Cmd+− adjust the font size across all open terminals, Cmd+0 resets to default; the size is persisted across launches
18
+
-**Adjustable scrollback** — set the terminal history buffer in Settings → General → Terminal (default 1,000 lines, up to 50,000)
18
19
-**Live status in the notch** — animated pill shows whether the agent is working, waiting, or done
19
20
-**Git checkpoints** — Cmd+S to snapshot your project before the agent makes changes
0 commit comments