History and Search

Reference · mixed

AITerm has four separate tools for finding things: the command palette, the history browser, terminal scrollback search, and command-mark navigation.

Command palette (⌘K)

⌘K opens the command palette ("Search commands and actions…"). It offers:

Selecting a command loads it into the input bar — it doesn't run until you press Return.

Command history (⌘Y)

⌘Y opens the History browser ("Search history…"). It searches your executed commands and their original plain-English requests. Each row offers Send to input, Save as runbook, and Copy. Clear empties the history.

Terminal scrollback search (⌘F)

⌘F opens Find in terminal, searching the whole scrollback. A counter shows your position (for example 1/5); move between matches with ⌘G (next) and ⌘⇧G (previous), or press Return in the search field for the next match. Esc closes it.

Command marks (⌘↑ / ⌘↓)

⌘↑ and ⌘↓ jump between command starts in the scrollback, scrolling to each command's first line. This navigates command boundaries — it isn't a text search.

Semantic history search (Pro)

Semantic history is Pro. It adds an on-device "Related by meaning" group to the ⌘K palette for cases where your search words don't literally appear in the command. It's conservative by design:

Related pages: Privacy and Data Handling, Runbooks, Free vs. Pro.