feat: Added a diagnostic .info tools subcommand to make it easier to see what tools are enabled in all contexts

This commit is contained in:
2026-06-18 13:01:11 -06:00
parent 241dda24f0
commit e77fa6ef42
3 changed files with 167 additions and 5 deletions
+1
View File
@@ -671,6 +671,7 @@ bitflags::bitflags! {
const SESSION = 1 << 2;
const RAG = 1 << 3;
const AGENT = 1 << 4;
const FUNCTION_CALLING = 1 << 5;
}
}