Is it possible to have multiple running instances at the same time? #140
Replies: 2 comments 1 reply
-
|
Currently yes. It'd be possible to allow selecting from available instances. But imo the most common (and effective) use-case is one instance that "supports" your manual coding. If another instance is running, I'd guess it's doing more agentic things and doesn't need editor context. This may become more viable in the future, as the provider implementations grow more capable. |
Beta Was this translation helpful? Give feedback.
-
Another reason why this is usefulI normally have 2 or 3 git worktrees that I'm working on at once and, to avoid context muddling, I would like each opencode + opencode.nvim to be paired up appropriately. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Sometimes I want one opencode/agent instance to do one thing and then another one doing the other thing, is the only way to do this to open a new neovim instance and then a new opencode instance?
Beta Was this translation helpful? Give feedback.
All reactions