Skip to content

1.0.7

Choose a tag to compare

@jedisct1 jedisct1 released this 24 Apr 13:09
· 323 commits to master since this release
1.0.7

1.0.7

  • 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.