In Compact (MetadataOnly) mode, skill tools were omitted from the system prompt alongside instructions. This meant the LLM had no visibility into TOML-defined tools when running in Compact mode, defeating the primary advantage of TOML skills over MD skills (structured tool metadata). Now Compact mode skips only instructions (loaded on demand via read_skill) while still inlining tool definitions so the LLM knows which skill tools are available. Closes #3702 |
||
|---|---|---|
| .. | ||
| agent.rs | ||
| classifier.rs | ||
| dispatcher.rs | ||
| loop_.rs | ||
| memory_loader.rs | ||
| mod.rs | ||
| prompt.rs | ||
| tests.rs | ||