subinium/agf — reverse-engineered prompt
Reverse engineered prompt
Build me a local terminal app called agf that helps me find old AI coding agent sessions and jump back into the right one fast.
I want one searchable screen that scans the session files already saved on my computer for tools like Claude Code, Codex, Gemini CLI, Cursor CLI, OpenCode, Kiro, pi, and Hermes. It should let me fuzzy search by project name, path, branch, or summary, filter by agent, preview a session, and then resume it using the correct command for that agent. Also add a quick command like agf resume project name that skips the full interface and opens the best match.
Please keep it local first, no cloud account or background service. Include basic setup for common shells like zsh, bash, fish, and PowerShell, plus a small config file for sort order, max sessions, and whether search includes summaries. It should work on macOS, Linux, and Windows where possible. Use Rust and make the terminal UI feel fast and keyboard friendly.
Want more depth? Deep Reverse