Skip to content
Tech News
← Back to articles

Show HN: Jeeves – TUI for browsing and resuming AI agent sessions

read original get AI Session Management Tool → more articles
Why This Matters

Jeeves introduces a terminal-based interface that consolidates and streamlines the management of AI agent sessions, supporting popular models like Claude Code and Codex. This tool enhances productivity by allowing users to browse, search, preview, and resume sessions efficiently from a single platform, making AI interactions more accessible and organized for both developers and consumers.

Key Takeaways

jeeves

A TUI for browsing and resuming AI agent sessions.

Browse all your AI agent sessions in one place Claude Code and Codex supported

Search sessions by content

Preview conversation contents in a split pane

Open conversations to read the full conversation

Resume a session directly in the agent

Usage

Install and run jeeves or jeeves <some search term> in a terminal.

# Browse all sessions jeeves # Search for sessions containing "ui refactor" jeeves ui refactor # Search with a regex pattern jeeves " fix.*bug "

... continue reading