Captures Claude Code transcripts and uploads to AgentLogs server.
Run the following command in the terminal:
npx agentlogs loginInside Claude Code, run the following commands:
/plugin marketplace add agentlogs/claude-code
/plugin install agentlogsThe plugin captures transcripts using Stop and SessionEnd hooks:
- Stop: Captures after each agent response (real-time visibility)
- SessionEnd: Captures complete session (guaranteed final state)
Transcripts are automatically deduplicated server-side based on session ID.
Issues: https://github.com/agentlogs/claude-code/issues Docs: https://agentlogs.ai/docs