Skip to content

0.21.0

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Aug 04:43
· 252 commits to main since this release

Fixes abound!

  • #2200 send prompt cache key for better caching (should improve token efficiency!)
  • #2202 split multiline commands to improve readability
  • #2095 Parse exec commands and format them more nicely in the UI
  • #2186 recognize applypatch command as apply_patch command string
  • #2183 Include output truncation message in tool call results to tell the model when it did not get the full output from a command that it might have expected
  • #2162 show feedback message after /compact command, fixing an issue when no deltas were sent
  • #2050 show diff preview for apply_patch
  • #1975 add JSON schema sanitization for MCP tools to ensure compatibility with internal JsonSchema enum external contributor: Thanks @yaroslavyaroslav!