| Commit message (Expand) | Author | Files | Lines |
| 6 days | strings: browse every string in the binary and jump to it (IDA's Shift+F12) | blasty | 1 | -1/+44 |
| 6 days | split: follow the decomp across functions as the listing cursor crosses bounds | blasty | 1 | -0/+13 |
| 6 days | split: click a pane to drive it (not just Tab) + spell it out in the status | blasty | 1 | -0/+7 |
| 6 days | split-view phase 4: split-aware status, min-width gate, verified nav | blasty | 1 | -0/+16 |
| 6 days | split-view phase 3: rich per-line instruction region highlight | blasty | 1 | -0/+21 |
| 6 days | split-view phase 2: cursor sync + linked-row highlight | blasty | 1 | -0/+36 |
| 6 days | split: guard toggle behind prompt-active; clear _split in the pilot reset | blasty | 1 | -0/+1 |
| 6 days | split-view phase 1: side-by-side listing <-> pseudocode layout | blasty | 1 | -2/+29 |
| 6 days | decomp: fix stuck 'decompiling' spinner when re-opening a loaded function | blasty | 1 | -0/+10 |
| 6 days | decomp: restore the 'decompiling…' overlay on F5/Tab from the listing | blasty | 1 | -6/+7 |
| 6 days | palette: replace the stock Ctrl+P command palette with real ida-tui actions | blasty | 1 | -0/+23 |
| 7 days | hex: freeze the cursor's screen position on scroll (not clamp-to-edge) | blasty | 1 | -12/+17 |
| 7 days | hex: cursor follows the scroll (stays visible on wheel/scrollbar) | blasty | 1 | -4/+5 |
| 7 days | hex: click to place the byte cursor (hex + ascii panes) | blasty | 1 | -0/+22 |
| 7 days | mcp: delete the ida-pro-mcp transport, supervisor, and mcp-only tests | blasty | 8 | -1305/+0 |
| 7 days | mcp: collapse app + launcher to worker-only | blasty | 1 | -18/+14 |
| 7 days | tests: pass url=""/db=None to IdaTui in the worker pilot path | blasty | 1 | -1/+1 |
| 7 days | tests: add --worker <binary> to run the pilot suite against the idalib worker | blasty | 1 | -5/+16 |
| 7 days | fix: don't let a late navigation steal focus from an open prompt | blasty | 1 | -1/+5 |
| 7 days | listing: two-level indent, address on headers, drop 'near', opcode cap+cycle | blasty | 1 | -3/+3 |
| 7 days | listing: IDA-style function boundary banners in the unified view | blasty | 1 | -0/+25 |
| 7 days | unify: the continuous listing is the one code view; deprecate DisasmView | blasty | 1 | -140/+100 |
| 8 days | listing: F5/Tab decompiles the function under the cursor (IDA-style) — step 2 | blasty | 1 | -0/+18 |
| 8 days | listing: render opcode bytes (shared engine with disasm) — M4/UX step 1 | blasty | 1 | -1/+11 |
| 8 days | app: 'L' opens the continuous segment listing (functions+data interleaved) | blasty | 1 | -0/+27 |
| 8 days | listing: expand struct-typed globals into member rows (M4 item 3) | blasty | 1 | -0/+48 |
| 8 days | app: 'a' — make string literal in the listing (M4 richness) | blasty | 1 | -0/+49 |
| 8 days | app: listing 'n' names the address (can name a bare/undefined byte) | blasty | 1 | -0/+63 |
| 8 days | app: on startup, land on main() (else pop the symbol picker) | blasty | 1 | -3/+36 |
| 8 days | app: 'd' — define typed data in the listing (make_data, M3) | blasty | 1 | -0/+41 |
| 8 days | app: ListingView — virtualized flat code+data listing for regions (M2) | blasty | 1 | -15/+81 |
| 8 days | server+domain: heads walker + ListingModel — flat code/data listing (M1) | blasty | 1 | -0/+36 |
| 8 days | app: non-function regions — open a flat listing + c/p/u edit verbs (M0) | blasty | 1 | -0/+50 |
| 2026-07-10 | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 1 | -4/+12 |
| 2026-07-10 | drive: ergonomic RE helper over the RPC socket (terse text, auto socket) | blasty | 1 | -0/+10 |
| 2026-07-10 | app: comment on a no-address line -> function comment (was refused) | blasty | 1 | -0/+32 |
| 2026-07-10 | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 1 | -0/+14 |
| 2026-07-10 | pane: auto-start the ida-pro-mcp supervisor if it's down | blasty | 1 | -0/+87 |
| 2026-07-10 | rpc: cursor_on + word= edits, single-driver gate, colored screen | blasty | 1 | -5/+26 |
| 2026-07-10 | rpc: readiness, quit, methods discovery, not-ready guard | blasty | 1 | -2/+23 |
| 2026-07-10 | rpc: more verbs — structured reads, modal select, in-view search, save | blasty | 1 | -0/+56 |
| 2026-07-10 | rpc: semantic verbs (typed-with-delay ops + fast movement) | blasty | 1 | -2/+43 |
| 2026-07-10 | rpc: unix-socket puppeteering server (raw keys + introspection + screen) | blasty | 1 | -0/+121 |
| 2026-07-10 | sync: extract shared settle/wait helpers (idatui/_sync.py) | blasty | 1 | -7/+2 |
| 2026-07-10 | tests: retire the monolithic test_tui.py (superseded by test_scenarios) | blasty | 1 | -1236/+0 |
| 2026-07-10 | tests: isolated scenario suite (parity with the monolith, fast --only) | blasty | 1 | -0/+1272 |
| 2026-07-10 | hex view: raw image bytes (VA-addressed), synced to the code cursor | blasty | 1 | -2/+28 |
| 2026-07-10 | retype: set variable/function types with 'y' (IDA-style), via structured tools | blasty | 1 | -3/+37 |
| 2026-07-10 | struct editor: auto-format the definition on save | blasty | 1 | -0/+5 |
| 2026-07-10 | struct editor: loud save errors + guard unsaved edits | blasty | 1 | -0/+22 |