| Commit message (Expand) | Author | Files | Lines |
| 11 days | docs: blueprint for generalizing the TUI-driving layer (e.g. gdb) | blasty | 1 | -0/+355 |
| 11 days | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 1 | -1/+1 |
| 11 days | drive: add save + retype; point docs/skills at the ergonomic frontend | blasty | 1 | -2/+9 |
| 11 days | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 1 | -1/+1 |
| 11 days | rpc: cursor_on + word= edits, single-driver gate, colored screen | blasty | 1 | -4/+9 |
| 11 days | rpc: more verbs — structured reads, modal select, in-view search, save | blasty | 1 | -0/+12 |
| 11 days | docs: RPC protocol reference (docs/RPC.md) | blasty | 1 | -0/+98 |
| 12 days | names: command-palette fuzzy finder (Ctrl+N), overlay-first | blasty | 1 | -0/+7 |
| 12 days | decompiler: fix stale scroll frame on same-function jump | blasty | 1 | -1/+11 |
| 12 days | docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchas | blasty | 1 | -0/+65 |
| 12 days | stop piling up idalib workers; raise max-workers headroom | blasty | 1 | -3/+19 |
| 13 days | keep idle workers alive: bump_idle_ttl + KeepAlive heartbeat | blasty | 1 | -8/+29 |
| 13 days | domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolve | blasty | 1 | -0/+10 |
| 13 days | stress paging on 10k-func binary; document scale constraints | blasty | 1 | -0/+101 |