From 248efacdaaf4e5f58eaf14f884ba6e4e7ace96ae Mon Sep 17 00:00:00 2001 From: decolua Date: Fri, 17 Apr 2026 12:54:42 +0700 Subject: [PATCH] docs: update changelog for v0.3.96 Made-with: Cursor --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3900d3..4310efa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,33 @@ +# v0.3.96 (2026-04-17) + +## Features +- Add marked package for Markdown rendering +- Enhance changelog styles + +## Improvements +- Refactor error handling to config-driven approach with centralized error rules +- Refactor localDb structure +- Update Qwen executor for OAuth handling +- Enhance error formatting to include low-level cause details +- Refactor HeaderMenu to use MenuItem component +- Improve LanguageSwitcher to support controlled open state +- Update backoff configuration and improve CLI detection messages +- Add installation guides for manual configuration in tool cards (Droid, Claude, OpenClaw) + +## Fixes +- Fix Codex image URL fetches to await before sending upstream (#575) +- Strip thinking/reasoning_effort for GitHub Copilot chat completions (#623) +- Enable Codex Apply/Reset buttons when CLI is installed (#591) +- Show manual config option when Claude CLI detection fails (#589) +- Show manual config option when OpenClaw detection fails (#579) +- Ensure LocalMutex acquire returns release callback correctly (#569) +- Strip enumDescriptions from tool schema in antigravity-to-openai (#566) +- Strip temperature parameter for gpt-5.4 model (#536) +- Add Blackbox AI as a supported provider (#599) +- Add multi-model support for Factory Droid CLI tool (#521) +- Add GLM-5 and MiniMax-M2.5 models to Kiro provider (#580) +- Fix usage tracking bug + # v0.3.91 (2026-04-15) ## Features