swap hive-claude to the crates.io registry dependency (#2931)
This commit is contained in:
parent
435ef193e1
commit
42fdd98a7a
4 changed files with 26 additions and 21 deletions
|
|
@ -572,7 +572,7 @@ fn claude_config(bus: &Bus, files: &TurnFiles) -> Config {
|
|||
state_dir.is_dir().then_some(state_dir)
|
||||
};
|
||||
Config {
|
||||
model: bus.model(),
|
||||
model: Some(bus.model()),
|
||||
effort: Some(bus.effort()),
|
||||
cwd,
|
||||
system_prompt_file: Some(files.system_prompt.clone()),
|
||||
|
|
|
|||
Loading…
Reference in a new issue