| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | fix input visibility (search/rename) + refresh stale names across history | blasty | 12 days | 2 | -19/+33 |
| * | paging: preserve the cursor's viewport-relative row (IDA-style) | blasty | 12 days | 1 | -12/+25 |
| * | search: land the cursor on the match's starting column | blasty | 12 days | 1 | -0/+8 |
| * | preserve scroll offset in jump history (both views) | blasty | 12 days | 1 | -23/+56 |
| * | fix: decompiler follow/xrefs of a name not listed in refs | blasty | 12 days | 1 | -0/+12 |
| * | rename symbol under cursor ('n') + save ('Ctrl+S') | blasty | 12 days | 2 | -2/+178 |
| * | sortable function list: click column headers (addr/name/size) | blasty | 12 days | 1 | -0/+28 |
| * | track pseudocode-view cursor position across jumps | blasty | 12 days | 1 | -7/+43 |
| * | preserve cursor line+column in the jump history | blasty | 12 days | 1 | -4/+11 |
| * | mouse: click to place cursor, double-click to follow | blasty | 13 days | 1 | -0/+32 |
| * | column cursor: real left/right movement + follow the ref UNDER the cursor | blasty | 13 days | 1 | -41/+236 |
| * | xrefs + follow-under-cursor (disasm & pseudocode) | blasty | 13 days | 2 | -6/+265 |
| * | function-name filter: incremental + highlight + clear | blasty | 13 days | 2 | -28/+109 |
| * | search UX: visible prompt + incremental (as-you-type) highlighting | blasty | 13 days | 1 | -13/+90 |
| * | vim-style search in disasm + pseudocode views | blasty | 13 days | 1 | -7/+244 |
| * | fix decompiler highlighting + cursor jank | blasty | 13 days | 2 | -18/+166 |
| * | decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodies | blasty | 13 days | 2 | -17/+114 |
| * | tui: --open PATH to create/attach a session for an arbitrary binary | blasty | 13 days | 2 | -6/+38 |
| * | add Ctrl+B toggle to show/hide the functions pane | blasty | 13 days | 1 | -0/+10 |
| * | Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backbone | blasty | 13 days | 3 | -0/+500 |
| * | keep idle workers alive: bump_idle_ttl + KeepAlive heartbeat | blasty | 13 days | 2 | -0/+81 |
| * | domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolve | blasty | 13 days | 2 | -0/+404 |
| * | harden client: transparent session auto-recovery + stress suite | blasty | 13 days | 1 | -11/+47 |
| * | persistent MCP client: warm handshake, keep-alive pool, error taxonomy, threa... | blasty | 13 days | 3 | -0/+594 |