Skip to content

v2026.7.17-2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 12:29

Breaking Changes

Added

  • Added a <workstation> block (OS/kernel, arch, CPU, GPU, terminal) to the dynamic system prompt, followed by a dialect-tuned execution-context instruction telling the model that bash/eval run on this workstation while written code may target other machines. Presets pass their model-family dialect (Claude/GLM, GPT, Kimi); the fallback prompt uses a maximum-emphasis default.

Changed

Fixed

  • Fixed Kimi K3 prompt preset tuning to discourage overthinking and keep concise tool use (#225).
  • Fixed Moonshot-flavored OpenAI backends by normalizing tool parameters through a dedicated compatibility layer so function schemas and result images are accepted by Moonshot's API (#225).

Removed