Skip to content

v0.14.5

Choose a tag to compare

@LIUTod LIUTod released this 23 Aug 14:52
· 191 commits to main since this release

What's Changed

  • MakeSkillPlan: fix when-to-use key parsing — the tool told the model to emit a hyphenated 'when-to-use' field but validated the camelCase 'whenToUse', so every generated plan failed validation. Now accepts both spellings (plus underscore) before validation, with a regression test.
  • Bash tool card: restore collapsed rendering with syntax highlighting and output behind an expand hint.
  • /config diy: show the API key in plaintext so users can verify what they typed.
  • Streaming tok/s: report real generation speed (windowed total tokens / elapsed time) with a stall guard, removing the previous 200-ceiling and fixing implausible burst readings.
  • skill-first: strengthen skill/mcp/default decision flow and embed the model-invocable skill list in the tool description.
  • Docs: unify agent documentation to English and refresh for the last 200 commits of behavior changes.
  • Bump all workspace packages to 0.14.5.