From ccd742b14c844c5b483b61b5521026b6cd79122f Mon Sep 17 00:00:00 2001 From: Paul Lewis Date: Sat, 3 Jan 2026 11:03:35 +0000 Subject: [PATCH] changelog: cut 0.1.4 --- CHANGELOG.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24501e2fc99..59606382765 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,22 @@ edited between the markers. ### Highlights +- _No highlights yet._ + +### Details + + + +_No fork-only changes yet._ + + +## [0.1.4] - 2026-01-03 + +Upstream baseline: openai/codex@13c42a077c88a0d04ae7680a9891d2daf4558577 +Release commit: eeecb900a + +### Highlights + - Resume: add turn-resume with persisted interrupted history, plus a guided prompt and usable options on small terminals. - Agents: add `/subagent-model`, prefer mini subagents for repo exploration, and cancel spawned subagents on abort. - Plan Mode: add `plan_explore` subagent exploration and allow `/plan` web search (when enabled). @@ -22,7 +38,7 @@ edited between the markers. ### Details - + #### Features @@ -36,6 +52,7 @@ edited between the markers. - Fix app-server OverrideTurnContext init - Fix subagent badges - fix(lsp): respect `max_tool_diagnostics` and avoid leaked servers +- Fix BackTab hint and changelog escaping #### Documentation