Mario Zechner
45a8499c8f
Release v0.56.2
2026-03-06 00:41:33 +01:00
Mario Zechner
4110d93369
docs(changelog): audit unreleased entries
2026-03-06 00:39:41 +01:00
Mario Zechner
9bcf06c056
fix(tui): add Kitty CSI-u printable decoding to Input component, closes #1857
2026-03-06 00:33:58 +01:00
Mario Zechner
863135d429
fix(ai): keep mistral browser-safe
2026-03-06 00:16:18 +01:00
Mario Zechner
0573612a89
fix(ai,coding-agent): simplify oauth subpath exports closes #1856
2026-03-05 23:28:56 +01:00
Mario Zechner
a74b18ca5a
docs(changelog): add gpt-5.4 entries
2026-03-05 23:07:43 +01:00
Mario Zechner
7aed39063b
docs(coding-agent): add changelog entry for CRLF write preview fix ( #1854 )
2026-03-05 22:37:28 +01:00
Mario Zechner
a0d839ce84
fix(ai): use skip_thought_signature_validator for unsigned Gemini 3 tool calls
...
Replace text fallback with the official sentinel value so unsigned function
calls retain structured context in multi-turn conversations.
closes #1829
2026-03-05 22:04:00 +01:00
Mario Zechner
cfbb15876a
fix(ai): antigravity endpoint cascade on 403/404, add autopush fallback, strip extra headers
...
closes #1830
2026-03-05 21:59:43 +01:00
Mario Zechner
87d71380e2
fix(ai): preserve OpenAI Responses assistant phase across turns closes #1819
2026-03-05 21:13:06 +01:00
Mario Zechner
3de8c48692
fix(coding-agent): make footer truncation width-aware
...
Use visibleWidth/truncateToWidth for footer path and stats truncation so wide Unicode text cannot overflow terminal width.
Add regression tests for wide session/model/provider names and document the fix in changelog.
closes #1833
2026-03-05 20:45:04 +01:00
Mario Zechner
dabcda0db3
fix(tui): full redraw on terminal width/height resize\n\ncloses #1844
2026-03-05 20:27:37 +01:00
Mario Zechner
708ce9d4ce
Add [Unreleased] section for next cycle
2026-03-05 07:14:13 +01:00
Mario Zechner
ab00c80892
Release v0.56.1
2026-03-05 07:13:27 +01:00
Mario Zechner
da915ddb99
chore(changelog): add unreleased entries for post-v0.56.0 fixes
2026-03-05 07:12:35 +01:00
Mario Zechner
3e611c135b
Add [Unreleased] section for next cycle
2026-03-04 21:24:33 +01:00
Mario Zechner
e39c7d163b
Release v0.56.0
2026-03-04 21:23:47 +01:00
Mario Zechner
cefb17dbd7
docs(changelog): add missing unreleased entries after v0.55.4
2026-03-04 21:19:14 +01:00
Mario Zechner
e64cd15c25
fix(coding-agent): preserve session thinking for scoped model cycling
...
closes #1789
2026-03-04 19:51:55 +01:00
Mario Zechner
4cb1a56b53
fix(tui,coding-agent): add OSC 133 user message markers support closes #1805
2026-03-04 18:33:22 +01:00
Zhou Rui
d4084a7ad6
fix(coding-agent): propagate focus in extension editor for cursor positioning ( #1784 )
2026-03-03 21:58:45 +01:00
Mario Zechner
c65de34e11
Add [Unreleased] section for next cycle
2026-03-02 23:25:10 +01:00
Mario Zechner
9a53d950c4
Release v0.55.4
2026-03-02 23:24:27 +01:00
Mario Zechner
8903299074
fix(coding-agent): close retry wait race across queued events (from #1726 )
2026-03-02 23:20:16 +01:00
Mario Zechner
2e7ec46176
docs(coding-agent): add unreleased new features section
2026-03-02 23:08:08 +01:00
Mario Zechner
8e06afbf34
chore(coding-agent): add changelog entry for PR #1719\n\ncloses #1719
2026-03-02 22:59:32 +01:00
Mario Zechner
8032a302e9
docs(coding-agent): fix changelog attribution format
2026-03-02 22:52:55 +01:00
Mario Zechner
e18c74dda0
docs(coding-agent): reference #1237 in changelog attribution
2026-03-02 22:51:36 +01:00
Mario Zechner
8344f3da49
docs(coding-agent): add changelog attribution for #1720
2026-03-02 22:51:00 +01:00
Mario Zechner
8d4a49487a
fix(coding-agent): add tool promptGuidelines support fixes #1720
2026-03-02 22:50:08 +01:00
Mario Zechner
bc2fa8d6d0
fix(coding-agent): support dynamic tool registration and tool prompt snippets closes #1720
2026-03-02 22:32:07 +01:00
Mario Zechner
dfc779faab
fix(coding-agent): serialize session event handling to preserve message order ( fixes #1717 )
2026-03-02 20:48:22 +01:00
Mario Zechner
95276df060
Add [Unreleased] section for next cycle
2026-02-27 22:54:44 +01:00
Mario Zechner
9d68043cbc
Release v0.55.3
2026-02-27 22:54:03 +01:00
Mario Zechner
af85b715db
chore(coding-agent): add changelog entry for windows image paste keybinding closes #1682
2026-02-27 22:51:51 +01:00
Mario Zechner
edca5dd769
Add [Unreleased] section for next cycle
2026-02-27 22:26:46 +01:00
Mario Zechner
10180037d2
Release v0.55.2
2026-02-27 22:26:00 +01:00
Mario Zechner
15e0a74a3c
docs: audit and add missing changelog entries for v0.55.1..HEAD
2026-02-27 22:25:03 +01:00
Mario Zechner
2f64df1e52
fix(coding-agent): prevent duplicate session headers when forking from pre-assistant entry
...
createBranchedSession() wrote the file and set flushed=true even when the
branched path had no assistant message. The next _persist() call saw no
assistant, reset flushed=false, and the subsequent flush appended all
in-memory entries to the already-populated file, duplicating the header
and entries.
Fix: defer file creation when the branched path has no assistant message,
matching the newSession() contract. _persist() creates the file on the
first assistant response.
closes #1672
2026-02-27 22:18:26 +01:00
Mario Zechner
3dcb3c1c77
Merge branch 'pr-1669-fixes'
...
# Conflicts:
# package-lock.json
# packages/ai/CHANGELOG.md
# packages/coding-agent/CHANGELOG.md
2026-02-27 21:04:00 +01:00
Mario Zechner
2f55890452
fix(coding-agent,ai): finalize provider unregister lifecycle and dependency security updates fixes #1669
2026-02-27 21:00:25 +01:00
Mario Zechner
9a0a8d7ccb
Add [Unreleased] section for next cycle
2026-02-26 01:10:55 +01:00
Mario Zechner
a753e24135
Release v0.55.1
2026-02-26 01:10:09 +01:00
Mario Zechner
a27ea5b9e2
docs(changelog): cover upstream unreleased ai and coding-agent entries
2026-02-26 01:13:32 +01:00
Mario Zechner
b2983c483e
docs(changelog): audit unreleased entries and add missing items
2026-02-26 01:11:34 +01:00
Mario Zechner
4939434997
fix(coding-agent): handle typebox alias path separators on windows
2026-02-26 00:28:23 +01:00
Mario Zechner
3db5715de4
fix(coding-agent): harden fd/rg bootstrap on windows
...
fixes #1348
2026-02-26 00:19:43 +01:00
Mario Zechner
ef8c950357
docs(changelog): add unreleased coding-agent fix entries closes #1631 closes #1627
2026-02-25 23:45:31 +01:00
Mario Zechner
5c0ec26c28
Add [Unreleased] section for next cycle
2026-02-24 23:52:43 +01:00
Mario Zechner
d3232c2e9e
Release v0.55.0
2026-02-24 23:52:01 +01:00