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
Switching tabs now restores the input method that tab was last left in,
so a CLAUDE.md tab can stay on a CJK source while a shadow tab defaults
to English. The system input source is only touched while the panel holds
focus, so other apps keep their own input method. Per-tab sources persist
for xcode/pinned tabs and are gated behind a Settings toggle (default on).
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
@@ -19,6 +19,7 @@ A macOS menu bar app that puts Claude Code or Codex right in your MacBook's notc
19
19
-**Ligature toggle** — Settings → General → Terminal → Ligatures switches off OpenType `calt` and `liga` substitutions, so `===`, `=>`, `!=` etc. render as plain characters instead of combined glyphs
20
20
-**Force-click to look up** — deep-press a word in the terminal to pop up its system dictionary definition, just like Safari's Look Up; toggle via Settings → General → Terminal → Look up on force click
21
21
-**Right-click menu** — right-click in the terminal for Copy / Paste / Select All, look up or web-search the selection (or the word under the cursor), open a URL under the cursor, and clear the screen
22
+
-**Per-tab input source** — each tab remembers its own keyboard input method, so a CLAUDE.md tab can stay on a CJK input source while a shadow tab defaults to English; switches automatically as you change tabs and leaves other apps' input source untouched. Toggle via Settings → General → Terminal → Per-tab input source
22
23
-**Adjustable scrollback** — set the terminal history buffer in Settings → General → Terminal (default 1,000 lines, up to 50,000)
23
24
-**Live status in the notch** — animated pill shows whether the agent is working, waiting, or done
24
25
-**Git checkpoints** — Cmd+S to snapshot your project before the agent makes changes
0 commit comments