We use Claude Code heavily in CI (similar to Cursor Background Agents) and opencode appears to have a lot of improvements over Claude Code that would be helpful even in a headless environment (for example connection to the LSP).
Are there plans to implement something similar to this?
We essentially fire prompts off into Github Actions Jobs and then do some steering to ensure multi-turn conversations follow some guardrails and then do multiple --resume's to ensure there is good adherence.
We use Claude Code heavily in CI (similar to Cursor Background Agents) and
opencodeappears to have a lot of improvements over Claude Code that would be helpful even in a headless environment (for example connection to the LSP).Are there plans to implement something similar to this?
We essentially fire prompts off into Github Actions Jobs and then do some steering to ensure multi-turn conversations follow some guardrails and then do multiple
--resume's to ensure there is good adherence.