Update opencode-ai version to 1.0.223 (#1739)
Co-authored-by: Warp <agent@warp.dev>
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user