Session Siphon: Open Source Tool Consolidates AI Coding Agent Conversations

Session Siphon is a tool that consolidates and indexes your coding agent conversations across providers and machines. The developer created it to address the difficulty of remembering where particular conversations occurred when using multiple AI coding agents across multiple machines.
Key Features
The tool specifically works with:
- Claude
- Codex CLI
- Copilot
- Antigravity
According to the developer who uses it regularly, Session Siphon provides better search functionality than the integrated search tools in Copilot or Claude. Even if you only use one provider, the search experience is reportedly superior to the native tools.
Development Details
The tool was written with Claude's assistance and is completely free and open source. The GitHub repository is available at https://github.com/cookiecad/session-siphon.
The developer notes that this addresses a common pain point for users who work with multiple AI coding agents across different environments, making it easier to retrieve and reference previous conversations regardless of where they originated.
📖 Read the full source: r/ClaudeAI
👀 See Also

Exploring LiveDocs: An AI-native Data Analysis Notebook
LiveDocs offers a reactive notebook environment allowing data teams to perform multi-step analyses and maintain analysis end-to-end with the help of an AI agent.

CK Search: Local Semantic Search Tool with MCP Server Integration
CK Search is a local semantic search tool with a built-in MCP server that indexes any text directory without cloud dependencies. The tool can be used by AI agents via MCP, and the source provides a practical walkthrough covering setup, strengths, and limitations compared to grep.

A System for Claude Code to Learn Your Project Over Time
A developer created a simple setup to help Claude Code retain context between sessions by adding a CLAUDE.md file, a docs folder with project conventions, and three prompts for bootstrapping, refining, and capturing patterns.

Storybloq: A Project Tracker for Claude Code with Mac App, CLI, and MCP
Storybloq is a free, open-source project tracker that lives in .story/ inside your repo. It includes a Mac app (App Store), a CLI, and an MCP server to expose tickets, issues, and session handovers to Claude Code.