100% local, no code upload
build_auto_context, generate_context_packet and send_context_packet_to_slots are Tauri commands that operate only on your on-disk code map and PTYs. No code is uploaded, no external AI API is called, and no hidden commands are sent.
Budget-driven token reduction
Four budgets — TINY, SMALL, BALANCED, DEEP — cap files, symbols and neighbors (balanced is 8 files / 30 symbols / 6 neighbors). Each packet shows estimated full-repo tokens vs packet tokens and a reduction percent so you see what you save.
Agent-aware, config-aware multi-send
One panel composes multiple task rows, each targeting different agent slots with a Config Advisor recommendation. On SEND ALL, claude slots get their chosen config injected as slash pre-commands while foreign CLIs receive the bare packet — a config never mutates the wrong agent.
Secret-safe by construction
Agents receive plain, human-readable Markdown, and the selector skips sensitive paths like .env, .env.* and secrets.* so credentials are never bundled into a packet. Only the DEEP budget inlines source, and even then it's bounded and still skips sensitive files.
Persistent per-slot badges
After a send, each slot shows a PKT badge with file/symbol counts that survives restarts via local usage logging and rehydration. It flips to PKT* when the code map is rescanned after the packet was built, and shows CTX ERR on a failed send.
WYSIWYG send
If you previewed or created a packet for exactly the task you're sending, that same packet is reused instead of regenerating a near-duplicate — what you saw in the preview is what the agent gets.