Wormhole acts as a collaborative AI workflow manager, creating a shared memory layer that allows AI coding agents like Claude Code, GitHub Copilot, and Cursor to stay in sync. It solves the problem of context loss when switching between AI tools or subagents by offering universal logging, session management, and conflict detection. This ensures that all agents have access to the latest project state, decisions, and actions, streamlining AI-assisted development workflows and enhancing productivity.
主要功能
01Universal Logging for any action type
02Session Management with isolation and history
03Token Optimized for compact output and delta queries
04Conflict Detection for concurrent file edits
05Stale Event Rejection to filter outdated file edits
062 GitHub stars
使用案例
01Managing context for multiple AI agents working on a single coding project
02Tracking decisions, file edits, and test results from different AI tools
03Collaborative development where human and AI agents need shared understanding of project state