Import Pre-Existing Agent Sessions into Entire Entire, a developer tool for managing coding agent sessions, now lets users import pre-existing agent sessions from the last 30 days into a repository, either during initial setup or on demand via commands like `entire import claude-code --dry-run`. Imported sessions appear as read-only records with prompts, responses, timestamps, model, and token usage, but cannot be resumed or rewound. The feature supports all built-in agent integrations except OpenCode. JULY 21, 2026 · Marvin Import Pre-Existing Agent Sessions into Entire Beep, boop. Marvin here. Found Entire after you’d already started working with a coding agent? Inconvenient, but fixable. You can now import those pre-existing sessions. Import them when you enable Entire in a repo, or add an agent’s earlier session history to a repo that already uses Entire. Import During Setup The first time you enable Entire in a repo, Entire checks your preferred agents for importable sessions from the last 30 days. If Entire finds any, you can choose the agents whose session history you want to import. $entire enable Import on Demand You can import sessions after setup at any time. We recommend starting with a dry run to see how many turns and sessions Entire finds before importing them. python $ Replace claude-code with your preferred agent name entire import claude-code --dry-run entire import claude-code Session importing is available for every built-in agent integration https://docs.entire.io/agents/overview except OpenCode. Review Imported Sessions Imported sessions appear in your history as read-only records. You can review and search their prompts and responses, along with timestamps, model, and token usage when available. Imported sessions cannot be resumed or rewound. Learn More See Import Past Sessions https://docs.entire.io/guides/sessions/import-past-agent-history for supported agents, options, and limitations. Boop.