From db19c9501c376f19cdfdc700845624190fd76b3e Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Fri, 2 Jan 2026 04:53:22 +0400 Subject: [PATCH] docs: update v0.4.0 changelog --- changelog.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index 0a897b6..17a3567 100644 --- a/changelog.md +++ b/changelog.md @@ -5,13 +5,15 @@ ### changes - add auto-router runner selection with configurable default engine +- make auto-router the default entrypoint; subcommands or `/{engine}` prefixes override for new threads - add `/cancel` + `/{engine}` command menu sync on startup - show engine name in progress and final message headers -- filter command log lines from final output for cleaner answers +- omit progress/action log lines from final output for cleaner answers ### fixes - improve codex exec error rendering with stderr extraction +- preserve markdown formatting and resume footer when trimming long responses ## v0.3.0 (2026-01-01)