v0.2.0 — Agents parity + FlightDeck split
PacketCode v0.2.0
Headline
- Agents pane parity push — plan mode (Shift-Tab style read-only), permission prompts (Auto / Ask / Allow / Deny), extended thinking with streaming display, accept/reject inline diffs for write_file, retry last turn, collapsible tool results, per-turn cost pill, custom slash commands, parallel tool execution, conversation persistence and markdown export, checkpoints backend.
- Cross-provider cost tracking — unified Cost Dashboard aggregating Claude CLI + Codex CLI + all 5 API agents (Claude / OpenAI / MiniMax / OpenRouter / Ollama) with source filter + per-turn pricing tables.
- Opus 4.7 model support — selectable in Claude CLI, Anthropic API, and OpenRouter provider lists.
- TUI extracted — the
packetcode-tuibinary moved to its own sibling repo, FlightDeck. PacketCode is now GUI-only. - Docs + landing page refresh — full user manual, updated landing page, TUI mentions cleaned from marketing.
Included artifacts
packetcode.exe— portable GUI binary (28.4 MB).PacketCode_0.2.0_x64-setup.exe— NSIS installer (6.9 MB).
Install
Run the NSIS installer, or drop the portable packetcode.exe wherever you want and run it.
Agents BYOK setup
The new API agents require you to bring your own API keys. Open Tools → API Keys and add at least one: Claude, OpenAI, MiniMax, OpenRouter, or Ollama (local).
Terminal alternative
If you want a TUI-first experience, see the FlightDeck sibling repo — same Flights / orchestration model, pure Ratatui.
🤖 Generated with Claude Code