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
Persistent command history + cross-session search. The command timeline is no longer
session-only — every shell-integrated command (command, exit code, output tail) is saved
to an app-internal SQLite store. The timeline modal gains a search box: type to find a
past command across every session (“how did I fix this last time?”), matching both the
command and its output.
Insights — where your time went. A new tab in the timeline aggregates the history over
Today / 7 days / All time: how many commands ran, how many failed, total time spent
waiting, and the biggest time sinks per command (runs, average, failures).
Changed
Shell integration is now on by default. It powers the timeline, the persistent
history, and “Fix it”, so new terminals capture real commands and exit codes out of the
box. An explicit opt-out from a previous session is still honoured.