This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+9 more
Affected surfaces
Summary
AI summaryAdded showagent mcp as an MCP server providing searchable access to coding-session history.
Full changelog
showagent is now an MCP server as well as a TUI.
New: showagent mcp — a stdio MCP server that gives any MCP-capable agent (Claude Code, Codex, …) searchable access to your entire coding-session history across all agents:
list_sessions— filter by provider/workspace, free-text search over messagesget_transcript— pull a past conversation (most-recent-first truncation, context-safe defaults)branch_session/convert_session— copy a session, or rewrite it into another agent's native formatresume_command— returns the exact command to continue a session; never executes anything
Ask Claude Code: "find my Codex session about the rate limiter and bring it over here" — and it can.
Setup: claude mcp add showagent -- showagent mcp (Codex config example in the README).
Safety: deletion is deliberately NOT exposed over MCP (the TUI's two-press confirm stays the only path), nothing is ever executed on your behalf, and everything remains 100% local.
Built on the official modelcontextprotocol/go-sdk. Also includes the v0.8.2 fixes (Claude project-dir naming for workspaces with special characters, Gemini .project_root markers) and the real-CLI e2e harness.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About showagent
Bubble Tea TUI that unifies the local session stores of Claude Code, Codex, Gemini CLI, and OpenCode: fuzzy search grouped by workspace, resume via each agent's own CLI, branch local copies, and cross-agent transcript conversion into the target's native format. Scriptable (`list --json`), fully local, single Go binary. MIT.
Related context
Related tools
Beta — feedback welcome: [email protected]