| Commit message (Expand) | Author | Age | Files | Lines |
| * | track pseudocode-view cursor position across jumps | blasty | 2026-07-09 | 2 | -7/+90 |
| * | preserve cursor line+column in the jump history | blasty | 2026-07-09 | 2 | -4/+18 |
| * | mouse: click to place cursor, double-click to follow | blasty | 2026-07-09 | 2 | -0/+69 |
| * | column cursor: real left/right movement + follow the ref UNDER the cursor | blasty | 2026-07-09 | 2 | -41/+264 |
| * | xrefs + follow-under-cursor (disasm & pseudocode) | blasty | 2026-07-09 | 3 | -8/+305 |
| * | function-name filter: incremental + highlight + clear | blasty | 2026-07-09 | 3 | -28/+137 |
| * | search UX: visible prompt + incremental (as-you-type) highlighting | blasty | 2026-07-09 | 2 | -14/+109 |
| * | vim-style search in disasm + pseudocode views | blasty | 2026-07-09 | 2 | -8/+277 |
| * | fix decompiler highlighting + cursor jank | blasty | 2026-07-09 | 4 | -21/+175 |
| * | decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodies | blasty | 2026-07-09 | 3 | -18/+134 |
| * | tui: --open PATH to create/attach a session for an arbitrary binary | blasty | 2026-07-09 | 2 | -6/+38 |
| * | add Ctrl+B toggle to show/hide the functions pane | blasty | 2026-07-09 | 2 | -1/+24 |
| * | Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backbone | blasty | 2026-07-09 | 5 | -2/+632 |
| * | keep idle workers alive: bump_idle_ttl + KeepAlive heartbeat | blasty | 2026-07-09 | 4 | -8/+186 |
| * | domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolve | blasty | 2026-07-09 | 5 | -3/+582 |
| * | stress paging on 10k-func binary; document scale constraints | blasty | 2026-07-09 | 3 | -0/+254 |
| * | harden client: transparent session auto-recovery + stress suite | blasty | 2026-07-09 | 4 | -11/+593 |
| * | persistent MCP client: warm handshake, keep-alive pool, error taxonomy, threa... | blasty | 2026-07-09 | 7 | -0/+780 |