You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Emergency truncation has been added as a last-resort compaction stage.
Prompt caching now works for tool-less LLM calls such as /audit. Previously, cache control breakpoints were only injected when tool schemas were present.
/audit Phase 2 triage now places the repository profile in the system prompt instead of repeating it in every user message, improving prompt cache hit rates and reducing costs.
/audit Phase 3b finding expansions now run sequentially with per-item error handling instead of in parallel, so a single failed expansion no longer kills the entire batch.
D language (.d) files are now recognized as source code by /audit.
LiteLLM has been updated to add support for the Mythos provider.