Problem:
I feel like the bottle neck for developing code very often is
- the agents stops working when you close your terminal/computer
- when you start new task it has to gather a lot of context which takes time
- If the background agent does something not quite perfectly, you want to improve it but on your local machine, the switch takes a lot of time
Would be great to have an easy way of:
- continuing local session from opencode/claude/codex etc. in background-agents eg. CLI
open-inspect bg takes the session and starts it in the background
- taking the context from background-agents session to the local session. eg.
open-inspect continue --session af40336c686bdc664f1074db73fc37a5
Don't want to go on the tech details too much, I hope this description outlines the idea.
Problem:
I feel like the bottle neck for developing code very often is
Would be great to have an easy way of:
open-inspect bgtakes the session and starts it in the backgroundopen-inspect continue --session af40336c686bdc664f1074db73fc37a5Don't want to go on the tech details too much, I hope this description outlines the idea.