resume-from: Open-Source Tool for Seamless AI Coding Agent Session Handoff
alexei_led · reddit · 2026-08-07
Developers using multiple AI coding agents in the terminal often face the issue of rebuilding context when switching tools. To solve this, the author open-sourced resume-from, a local session handoff tool supporting Pi, Claude Code, and Codex.
Key features include:
- Format Conversion: Automatically finds sessions for the current Git repo and converts the source format into the target agent's native format.
- Safe Compaction: Retains core context like user prompts and file paths while stripping sensitive or bloated data like API keys and tool-result bodies.
- Local & Deterministic: Performs deterministic local conversion without calling a model, writing nothing until user confirmation.
More from coding & agent
- Pokee AI Launches Isaac Model with 10M-Token Context and API — Kyrannio · 2026-08-08
- JSON is Burning Your CPU: An Engineering Breakdown of Parse Tax — techNmak · 2026-08-08
- Prime Intellect Launches Multi-Agent RL Framework for Agent Interactions and Evaluation — willccbb · 2026-08-08
- Prime Intellect Demonstrates Agent Abstraction for Synthetic Data Pipelines — willccbb · 2026-08-08
- UW's SlopCodeBench: Frontier Models Top Out at 33% Pass Rate in Codebase Evolution — heyneighbor · 2026-08-08
- Multi-Engine Coding Agent Setup: Routing Tasks Across Claude, Codex, and Ollama — Ok_Shoulder9804 · 2026-08-08