aboutsummaryrefslogtreecommitdiffstats
path: root/docs (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-10docs: blueprint for generalizing the TUI-driving layer (e.g. gdb)blasty1-0/+355
2026-07-10app: multi-line comments via literal \\n (long notes were clipping)blasty1-1/+1
2026-07-10drive: add save + retype; point docs/skills at the ergonomic frontendblasty1-2/+9
2026-07-10app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty1-1/+1
2026-07-10rpc: cursor_on + word= edits, single-driver gate, colored screenblasty1-4/+9
2026-07-10rpc: more verbs — structured reads, modal select, in-view search, saveblasty1-0/+12
2026-07-10docs: RPC protocol reference (docs/RPC.md)blasty1-0/+98
2026-07-09names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty1-0/+7
2026-07-09decompiler: fix stale scroll frame on same-function jumpblasty1-1/+11
2026-07-09docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchasblasty1-0/+65
2026-07-09stop piling up idalib workers; raise max-workers headroomblasty1-3/+19
2026-07-09keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty1-8/+29
2026-07-09domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty1-0/+10
2026-07-09stress paging on 10k-func binary; document scale constraintsblasty1-0/+101