Discover and explore top open-source AI tools and projects—updated daily.
yigitkonurResume and transfer AI coding sessions across multiple tools
New!
Top 53.0% on SourcePulse
This project addresses the challenge of losing context when switching between AI coding assistants like Claude, Copilot, and Gemini. It provides a command-line tool, continues, that enables users to seamlessly pick up where they left off in one AI tool by transferring their session context (conversation history, file changes, working directory) to another. This is particularly beneficial for developers who encounter rate limits or wish to leverage different AI models, saving them the effort of re-explaining their project state.
How It Works
continues operates by discovering session directories for supported AI tools, parsing their native storage formats (JSONL, JSON, SQLite, YAML), and extracting crucial data. This includes messages, file edits, tool activity (like bash commands or API calls), and AI reasoning notes. The extracted information is summarized into a structured context document, which is then injected as a prompt into the target AI tool. This approach ensures a rich and accurate handoff, preserving the nuances of the previous session.
Quick Start & Requirements
npx continues. Alternatively, install globally with npm install -g continues.Highlighted Details
Maintenance & Community
The project is licensed under the MIT license and is attributed to Yigit Konur. No specific community channels (e.g., Discord, Slack) or detailed maintenance information beyond the development setup are provided in the README.
Licensing & Compatibility
Limitations & Caveats
The tool requires Node.js 22+ and the presence of the respective AI coding tool CLIs on the system. It relies on reading session data from the tools' native storage locations, and no explicit mention of alpha/beta status or known bugs is made.
1 day ago
Inactive
Josh-XT