Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.48 KB

File metadata and controls

17 lines (9 loc) · 1.48 KB

Version 0.3.0

中文版

Released on 2026-03-11.

  • [2026-03-11] GPT-5.4 is supported. We now add phase labels to assistant messages, and preserve and send them to the server. GPT-5.2 is deprecated. (details, #87)

  • [2026-03-04] Claude 4.6 is supported. We switch to using the adaptive thinking and effort parameter instead of the thinking budget. Supports Gemini on Vertex AI. Add Kimi-K2.5 model. Claude 4.5 models are deprecated. (details, #81, #82)

  • [2026-02-26] Supports Claude on Amazon Bedrock. Bedrock requires image base64 encoding, we convert images to base64 in the client. (details, #79)

  • [2026-02-15] Fix encrypted thinking message in Claude models. It needs to be preserved and sent to the server. (details, #74)

  • [2026-02-15] Fix the calculation of token usage from the OpenRouter provider. (details, #73)

  • [2026-02-13] Support GLM-5 model, GLM-4.7 is deprecated. (details, #71)