agent mcp: add 'remind' to --allowedTools so claude doesn't have to ask

This commit is contained in:
damocles 2026-05-17 11:18:46 +02:00
parent 0c606fd2dd
commit 07b7988915

View file

@ -738,7 +738,7 @@ pub enum Flavor {
#[must_use]
pub fn allowed_mcp_tools(flavor: Flavor) -> Vec<String> {
let names: &[&str] = match flavor {
Flavor::Agent => &["send", "recv", "ask_operator"],
Flavor::Agent => &["send", "recv", "ask_operator", "remind"],
Flavor::Manager => &[
"send",
"recv",