Done. Updated [gemini.rs](file:///private/var/folders/m1/9q_ct1913z10v6wbnv54j25r0000gn/T/vibe-kanban/worktrees/8fc7-bump-gemini-to-n/crates/executors/src/executors/gemini.rs#L24) to use @google/gemini-cli@0.16.0. (#1323)
This commit is contained in:
committed by
GitHub
parent
36bde0b4b9
commit
fea5a1b7ce
@@ -21,7 +21,7 @@ pub enum GeminiModel {
|
||||
|
||||
impl GeminiModel {
|
||||
fn base_command(&self) -> &'static str {
|
||||
"npx -y @google/gemini-cli@0.15.3"
|
||||
"npx -y @google/gemini-cli@0.16.0"
|
||||
}
|
||||
|
||||
fn build_command_builder(&self) -> CommandBuilder {
|
||||
|
||||
Reference in New Issue
Block a user