clean up filter_json a bit (more to come)

This commit is contained in:
Dhanji R. Prasanna
2025-12-22 12:03:09 +11:00
parent 87d9b39ae4
commit 3bc254962c
6 changed files with 85 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
// JSON tool call filtering for display (moved from g3-core)
pub mod fixed_filter_json;
pub mod filter_json;
use anyhow::Result;
use crossterm::style::{Color, ResetColor, SetForegroundColor};
@@ -2478,7 +2478,7 @@ async fn run_autonomous(
let coach_config = base_config.for_coach()?;
// Reset filter suppression state before creating coach agent
crate::fixed_filter_json::reset_fixed_json_tool_state();
crate::filter_json::reset_json_tool_state();
let ui_writer = ConsoleUiWriter::new();
let mut coach_agent =