ACP get working dir from args.cwd (#6653)

This commit is contained in:
Zane
2026-01-23 09:14:54 -08:00
committed by GitHub
parent 6375aace13
commit 003aaa160c
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -260,7 +260,6 @@ async fn spawn_server_in_process(
let config = GooseAcpConfig {
provider: Arc::new(provider),
builtins: builtins.iter().map(|s| s.to_string()).collect(),
work_dir: data_root.to_path_buf(),
data_dir: data_root.to_path_buf(),
config_dir: data_root.to_path_buf(),
goose_mode,