regression tests added

This commit is contained in:
Jochen
2025-11-19 11:32:14 +11:00
parent a150ba6a55
commit bfee8040e9
3 changed files with 298 additions and 0 deletions

View File

@@ -3,6 +3,8 @@ pub mod error_handling;
pub mod project;
pub mod task_result;
pub mod ui_writer;
use std::process::exit;
pub use task_result::TaskResult;
#[cfg(test)]
@@ -1528,6 +1530,7 @@ If you can complete it with 1-2 tool calls, skip TODO.
Message::new(MessageRole::System, system_prompt)
}
};
self.context_window.add_message(system_message);
}