Update opencode-ai version to 1.0.223 (#1739)

Co-authored-by: Warp <agent@warp.dev>
This commit is contained in:
Justin Gray
2026-01-05 14:07:03 -05:00
committed by GitHub
parent 7224376170
commit 84efb885fb

View File

@@ -39,7 +39,7 @@ pub struct Opencode {
impl Opencode {
fn build_command_builder(&self) -> CommandBuilder {
let builder = CommandBuilder::new("npx -y opencode-ai@1.0.134").extend_params(["acp"]);
let builder = CommandBuilder::new("npx -y opencode-ai@1.0.223").extend_params(["acp"]);
apply_overrides(builder, &self.cmd)
}