refactor: move disable_session_naming into AgentConfig (#7062)

Signed-off-by: Adrian Cole <adrian@tetrate.io>
This commit is contained in:
Adrian Cole
2026-02-07 08:55:55 +08:00
committed by GitHub
parent 96f903d5d3
commit 948cb91d54
12 changed files with 329 additions and 1042 deletions
+4
View File
@@ -128,6 +128,7 @@ mod tests {
permission_manager,
Some(mock_scheduler),
GooseMode::Auto,
false,
);
let agent = Agent::with_config(config);
@@ -168,6 +169,7 @@ mod tests {
permission_manager,
Some(mock_scheduler),
GooseMode::Auto,
false,
);
let agent = Agent::with_config(config);
@@ -221,6 +223,7 @@ mod tests {
permission_manager,
Some(mock_scheduler),
GooseMode::Auto,
false,
);
let agent = Agent::with_config(config);
@@ -541,6 +544,7 @@ mod tests {
PermissionManager::instance(),
None,
GooseMode::Auto,
false,
);
let agent = Agent::with_config(config);