feat(goose-acp): enable parallel sessions with isolated agent state (#6392)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-01-15 06:19:17 +08:00
committed by GitHub
parent fb0eca2c36
commit 7d4a6bd8ff
86 changed files with 2594 additions and 1938 deletions
+1 -1
View File
@@ -123,7 +123,7 @@ pub fn load_hint_files(
mod tests {
use super::*;
use ignore::gitignore::GitignoreBuilder;
use std::fs::{self};
use std::fs;
use tempfile::TempDir;
fn create_dummy_gitignore() -> Gitignore {