Skip to content

showagent

v0.9.0 Feature

This release adds 3 notable features for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

ai-agents bubbletea claude-code cli codex developer-tools
+9 more
gemini-cli go lipgloss mcp model-context-protocol opencode session-history session-manager tui

Affected surfaces

auth rbac

Summary

AI summary

Added 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 messages
  • get_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 format
  • resume_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

Track showagent

Get notified when new releases ship.

Sign up free

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.

All releases →

Related context

Beta — feedback welcome: [email protected]