Mario Zechner
acbf8eca06
feat(ai): add thinkingDisplay option for Anthropic and Bedrock Claude
...
Exposes the new ThinkingConfig.display field on Anthropic and Bedrock
Claude providers. Defaults to 'summarized' so Claude Opus 4.7 and Mythos
Preview keep returning thinking text despite Anthropic's silent default
change to 'omitted'. Set to 'omitted' explicitly to skip thinking
streaming for faster time-to-first-text-token.
2026-04-16 22:12:06 +02:00
Mario Zechner
7b45c52807
fix(coding-agent): restore verbose startup expansion
...
closes #3147
2026-04-16 21:42:57 +02:00
Armin Ronacher
f822408c77
fix(coding-agent): compact startup header and resource listings ( #3267 )
...
Use ctrl+o expansion for startup help and loaded resources, with compact comma-separated collapsed lists and full expanded context paths.
fixes #3147
2026-04-16 21:37:20 +02:00
stembi
3b575e3ffb
Restore full state when cycling through presets for none preset ( #3272 )
...
Added OriginalState interface to manage preset state and updated preset clearing logic to restore original state.
2026-04-16 20:38:31 +02:00
Mario Zechner
a5f9f47d13
fix(ai): restore changelog and sdk type compatibility
2026-04-16 20:32:23 +02:00
Mario Zechner
d131fcd4ba
feat(coding-agent): add after_provider_response hook closes #3128
2026-04-16 20:28:08 +02:00
Armin Ronacher
aa78fa91fe
Add [Unreleased] section for next cycle
2026-04-16 20:06:43 +02:00
Armin Ronacher
23259e5f19
Release v0.67.5
2026-04-16 20:05:42 +02:00
Armin Ronacher
85ff56a0b4
docs(changelog): add missing unreleased entries
2026-04-16 20:04:24 +02:00
Armin Ronacher
5b84152b17
revert(tui): temporarily undo Zellij Kitty-query bypass
...
This reverts 3929e0c181 .
The Zellij-specific Kitty-query skip regresses Shift+Enter newline handling in Zellij. Restoring the previous behavior for now while we work on a safer fix that preserves both Alt and modified Enter handling.\n\nContext: https://github.com/badlogic/pi-mono/issues/3259
2026-04-16 20:00:54 +02:00
Armin Ronacher
54bbaece5c
fix(ai): rebuild models
2026-04-16 19:58:40 +02:00
Markus Ylisiurunen
d1c6cb1e0f
fix(ai): Fix a configuration bug with Opus 4.7 adaptive thinking ( #3286 )
2026-04-16 19:57:19 +02:00
Armin Ronacher
72619e9246
Add [Unreleased] section for next cycle
2026-04-16 17:56:55 +02:00
Armin Ronacher
01949c1d4f
Release v0.67.4
2026-04-16 17:32:50 +02:00
Armin Ronacher
b071e99b27
docs(changelog): audit unreleased entries since v0.67.3
2026-04-16 17:31:34 +02:00
Armin Ronacher
a91978cf19
fix(ai): add temporary Anthropic Opus 4.7 model override
2026-04-16 17:06:23 +02:00
Mario Zechner
e9ba9e2ebc
fix(coding-agent): harden find cancellation and grep match formatting closes #3148
2026-04-16 13:15:58 +02:00
Mario Zechner
b5007640d9
docs(coding-agent): changelog entry for loadProjectContextFiles export
...
closes #3142
2026-04-16 12:44:01 +02:00
Mario Zechner
1d6de01c96
feat(coding-agent): export loadProjectContextFiles() standalone utility
...
closes #3142
2026-04-16 12:44:01 +02:00
Armin Ronacher
db5274b48c
fix(markdown): require double-tilde strikethrough delimiters
2026-04-16 12:37:13 +02:00
Mario Zechner
624a7f794f
fix(coding-agent): handle ctrl+z on windows closes #3191
2026-04-16 12:33:47 +02:00
Mario Zechner
eb1cf80b10
fix(ai,coding-agent): replace deprecated kimi k2p5 model closes #3242
2026-04-16 12:06:24 +02:00
Mario Zechner
1c016cb018
fix(ai): cache Anthropic tools separately from transcript closes #3260
2026-04-16 11:31:58 +02:00
Mario Zechner
e189b23964
feat(coding-agent): add --no-context-files flag
...
closes #3253
2026-04-16 10:59:32 +02:00
github-actions[bot]
f2c0489197
chore: approve contributor crisog
2026-04-16 05:25:31 +00:00
Armin Ronacher
9b7948c4c8
fix(coding-agent): kill tracked detached bash children on shutdown
2026-04-16 00:12:14 +02:00
Mario Zechner
33e632dfce
fix(coding-agent): stabilize edit tool redraw test
2026-04-15 23:54:34 +02:00
Mario Zechner
e0918a627b
Add [Unreleased] section for next cycle
2026-04-15 23:41:16 +02:00
Mario Zechner
0299811c02
Release v0.67.3
2026-04-15 23:40:28 +02:00
Mario Zechner
01b98a27af
test(coding-agent): make rpc preflight error assertion path-agnostic
2026-04-15 23:39:10 +02:00
Mario Zechner
cbf6e6141c
docs(changelog): audit unreleased entries since v0.67.2
2026-04-15 23:37:09 +02:00
Mario Zechner
20ff469605
fix(coding-agent): use static reload box without spinner
2026-04-15 23:25:45 +02:00
Mario Zechner
f7cd613ee4
fix(coding-agent): stabilize edit diff previews closes #3134
2026-04-15 23:11:50 +02:00
Mario Zechner
ae6d493fcb
fix(coding-agent): emit rpc prompt response after preflight closes #3049
2026-04-15 23:09:56 +02:00
github-actions[bot]
dda783d3e5
chore: approve contributor ofa1
2026-04-15 20:15:09 +00:00
Mario Zechner
441c12956a
fix(coding-agent): emit rpc prompt response after preflight closes #3049
2026-04-15 22:09:17 +02:00
Mario Zechner
b920622110
refactor(ai): extract synthetic tool result helper
2026-04-15 20:53:21 +02:00
Ramiz Wachtler
dee3d8c6a8
chore(coding-agent): replace exa with eza in plan-mode extension ( #3240 )
...
- replace the plan-mode safe-command allowlist entry from `exa` to `eza`
- closes #3160
2026-04-15 20:45:31 +02:00
Armin Ronacher
c623ada3e2
doc: fix another bad code block
2026-04-15 18:44:49 +02:00
Mario Zechner
3929e0c181
fix(tui): skip Kitty query inside Zellij\n\nfixes #3163
2026-04-15 18:43:37 +02:00
Armin Ronacher
9c1e6ef6d3
docs(coding-agent): fix nested code fences in skills docs
2026-04-15 18:40:37 +02:00
Mario Zechner
17585b7f0b
fix(coding-agent): preserve scoped model order closes #3217
2026-04-15 17:13:06 +02:00
Mario Zechner
5d440b055c
fix(coding-agent): fire session shutdown on TERM and HUP closes #3212
2026-04-15 16:37:19 +02:00
deepkilo
3a13fa80c8
fix(ai): treat gcp vertex marker as ADC auth ( #3221 )
2026-04-15 16:20:45 +02:00
Mario Zechner
c2c185a5e6
fix: keep issues open on contributor approval fixes #3214
2026-04-15 16:13:07 +02:00
myu003
41b44cad24
test(tui): isolate Windows Terminal backspace env coverage ( #3220 )
2026-04-15 15:21:34 +02:00
Mario Zechner
8a232acd28
Update APPROVED_CONTRIBUTORS
2026-04-15 15:13:25 +02:00
github-actions[bot]
babdd6c6d2
chore: approve contributor vladlearns
2026-04-15 13:08:19 +00:00
Mario Zechner
fd91acec8b
docs(coding-agent): add missing changelog entry for #3194
2026-04-15 14:12:25 +02:00
Mario Zechner
a8f51764c8
fix(coding-agent): add live retry countdown\n\ncloses #3187
2026-04-15 14:07:46 +02:00