feature
Apr 15, 2026Move your sessions between Claude, Gemini, and other AI tools with our new Session Context Export feature—no more losing progress when you switch environments.
We're introducing a powerful new way to work with your LLM sessions. RCLM now supports Session Context Export, allowing you to capture a session in one tool (like a browser-based Claude interaction) and seamlessly continue it in another (like the Gemini CLI or Claude Code). This feature eliminates the "context gap" when switching between different AI environments, ensuring your progress is never lost.
The Session Context Export feature works by generating a high-quality, tool-neutral markdown document that summarizes your session's state, decisions, and pending work:
CLAUDE.md or .gemini/AGENTS.md file) that any AI tool can read and understand. It includes a summary of the task, key code changes, and what needs to be done next.rclm convert-session <session_id>. This makes it easy to pull your session context directly into your local development environment.Modern AI development often involves multiple tools. You might start a task with a high-level architectural discussion in a browser and then want to switch to a specialized CLI tool for implementation. Previously, there was no easy way to "tell" the second tool what you had already discussed and decided in the first. By providing a structured context export, we enable true multi-tool workflows without the manual effort of copy-pasting your history.
We've focused on making this feature as flexible and reliable as possible, but there are some important considerations:
We believe this is a major step toward a truly interoperable AI development workflow. Try exporting your next session and let us know how it improves your cross-tool experience!