From invoke-agent
Print the full chronological history (prompts and responses) for a specific agent session thread.
How this skill is triggered — by the user, by Claude, or both
Slash command
/invoke-agent:historyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Invoke the invoke-agent CLI to view the complete conversation history of a specific responder session thread.
Invoke the invoke-agent CLI to view the complete conversation history of a specific responder session thread.
Identify the target session:
to: The target agent (claude, cursor-agent, or gemini).to-session-id: The session ID of the responder agent.Run in the terminal:
invoke-agent history --to <TARGET_AGENT> --to-session-id <SESSION_ID>
The command will print all user prompts and agent responses (stdout, fileContent, stderr) sequentially.
If INVOKE_AGENT_DATABASE_PATH is not set, append --db <project-root>/.invoke-agent/communication.db to the command, where <project-root> is the directory where the AI agent CLI (e.g. Claude Code) was originally started — you already know this from your session context.
npx claudepluginhub powdream/claude-plugins --plugin invoke-agentHands off sessions between agents using the entire CLI. Inspects recent sessions, summarizes checkpoints, and continues work without asking clarifying questions.
Queries local Agent chat history by YYYY-MM-DD date from Claude Code jsonl files, Codex CLI history.jsonl, and Cursor workspaceStorage/state.vscdb on Windows/macOS/Linux. Exports user prompts only or full JSON for review, export, audit, or troubleshooting history loss.
Searches prior Claude-Code/Codex-CLI sessions for code patterns, decisions, or work via aichat CLI, jq parsing, and session file reads (max 3). For non-subagent CLI agents.