From 84c1ff560f9e183fac0309bc1cb4d696a58ecb5f Mon Sep 17 00:00:00 2001 From: Mohamed Boudra Date: Sun, 3 May 2026 20:39:26 +0700 Subject: [PATCH] Add 0.1.66 changelog entry --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 20372a9a2..d36634e4d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 0.1.66 - 2026-05-03 + +### Fixed + +- Streaming markdown preserves trailing newlines so paragraph spacing stays correct while the agent is still typing. +- Agent initialization failures surface within 30 seconds instead of 5 minutes. +- Terminals reply to ANSI cursor-position queries, so tools that ask for cursor location no longer hang. + ## 0.1.65 - 2026-05-03 ### Added