From 73bd0c1dbacbb4f18634589e46971ee7a4fa8a8f Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Fri, 13 Mar 2026 21:08:53 +0700 Subject: [PATCH] docs: add 0.1.27 changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a82d3b28b..70365ca33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## 0.1.27 - 2026-03-13 + +### Added +- Added voice runtime with new audio engine architecture for voice interactions. +- Added Grep tool support in Claude tool-call mapping. +- Added ability to open workspace files directly from agent chat messages. +- Added desktop notifications via a custom native bridge. + +### Improved +- Improved image picker, markdown rendering, and UI interactions. +- Improved shell environment detection using shell-env. + +### Fixed +- Fixed platform-specific markdown link rendering. +- Fixed Linux AppImage CLI resource paths. +- Fixed Codex replacement stream being killed by stale turn notifications. + ## 0.1.26 - 2026-03-12 ### Added