fast-resume
fast-resume copied to clipboard
Find that one coding agent session you want to get back to!
## What The preview pane height (set with `+` / `-`) is now **remembered between sessions**, and its maximum is **80% of the view height**, re-clamped when the window is...
## What Makes **F2** the preview-toggle key shown in the footer, with **Ctrl+`** kept as a hidden (still functional) alternative. ## Why `Ctrl+`` `` is hard to reach on many...
this is a good starting point for cursor support here, but some notes: - this is intentionally MVP scope - exact per-chat Cursor resume is not implemented yet - subagent...
## What Silences a noisy `WARNING` + traceback that `textual_image` prints on terminals that can't report cell size. ## Why `textual_image` determines cell pixel size via an `ioctl` and, failing...
## What Shows a session's **name** in the TUI list and adds a filter for sessions you named yourself. Builds on the renamed-session-title support already in `master` (#51): that takes...
Two new adapters. Both were verified by running `fr` against real session files on my machine. **Kiro** stores sessions in `~/.kiro/sessions/cli/` as UUID-named file pairs: a `.json` for metadata and...
Three things. The modal redesign is the opinionated one; happy to discuss before you review the rest. ## "No / Yolo" → Cancel / Launch + checkbox Pressing `n` in...
Rich parses `[bold red]…[/bold red]` in any string passed to `print`, `Table.add_row`, or `notify`. Session titles, directories, and ids all come from on-disk JSON that external CLIs write, so a...
Hi! Thanks for `fast-resume` — it's become the daily entry point for jumping between coding-agent sessions. Wanted to gauge interest in adding Gemini CLI (`@google/gemini-cli`) as a supported agent before...
Bumps [pytest](https://github.com/pytest-dev/pytest) from 9.0.2 to 9.0.3. Release notes Sourced from pytest's releases. 9.0.3 pytest 9.0.3 (2026-04-07) Bug fixes #12444: Fixed pytest.approx which now correctly takes into account ~collections.abc.Mapping keys order...