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
Mario Zechner
f0379384fe
feat(coding-agent): prioritize project resources over global
2026-02-24 23:50:55 +01:00
Mario Zechner
380236a003
Add [Unreleased] section for next cycle
2026-02-23 01:57:06 +01:00
Mario Zechner
2417fc256f
Release v0.54.2
2026-02-23 01:56:21 +01:00
Mario Zechner
0c61dd5873
fix(coding-agent): incremental highlight for streaming write tool calls
2026-02-23 01:52:30 +01:00
Mario Zechner
9e694f081a
docs(coding-agent): add changelog entry for extension theme persistence ( closes #1483 )
2026-02-23 01:03:25 +01:00
Duncan Ogilvie
f1a2092bcf
Do not create empty .pi folder unconditionally ( #1588 )
2026-02-23 00:59:10 +01:00
Fero
6137de9ce7
fix(coding-agent): sync extension theme changes to session settings ( #1483 )
2026-02-23 00:57:36 +01:00
Mario Zechner
34f841f036
Extend OSS vacation to March 2, 2026
2026-02-22 19:56:08 +01:00
Mario Zechner
d34e8d80c4
docs(coding-agent): add built-in-tool-renderer to extensions README
2026-02-22 19:05:57 +01:00
Mario Zechner
316c2afe38
fix(coding-agent): fix git-update test using unparseable git source
...
The test used 'github.com/test/extension' as the git source, but
parseGitUrl() requires a 'git:' prefix for bare hostnames. Changed
to 'git:github.com/test/extension' so the source is correctly
parsed as a git type and update() actually runs.
2026-02-22 14:57:58 +01:00
Mario Zechner
21141e0040
docs(coding-agent): add built-in tool renderer extension example
...
Shows how to override rendering of read, bash, edit, write tools
with compact output while delegating execution to the originals.
2026-02-22 14:52:49 +01:00
Mario Zechner
7364696ae6
fix(coding-agent): prefer provider/model split over gateway model id matching
...
When resolving --model zai/glm-5, the resolver now correctly interprets
'zai' as the provider and 'glm-5' as the model id, rather than matching
a vercel-ai-gateway model whose id is literally 'zai/glm-5'.
If the provider/model split fails to find a match, falls back to raw id
matching to still support OpenRouter-style ids like 'openai/gpt-4o:extended'.
2026-02-22 14:40:36 +01:00
Mario Zechner
de1560a7ba
Add [Unreleased] section for next cycle
2026-02-22 14:35:28 +01:00
Mario Zechner
5563d8969a
Release v0.54.1
2026-02-22 14:34:44 +01:00
Mario Zechner
19c6f641cf
chore(ai): update generated models
2026-02-22 14:33:51 +01:00
Mario Zechner
8386a807ff
fix(tui): externalize koffi from bun binary builds
...
Changed koffi import from top-level to dynamic require in
enableWindowsVTInput() and added --external koffi to bun build.
This prevents embedding all 18 platform .node files (~74MB) into
every compiled binary. For Windows builds, only the win32_x64
koffi.node is shipped alongside the binary.
Binary size reduction: darwin-arm64 142MB -> 67MB, archive 43MB -> 28MB.
2026-02-22 14:29:21 +01:00
Mario Zechner
3a3e37d390
Add [Unreleased] section for next cycle
2026-02-20 00:18:31 +01:00
Mario Zechner
76b02a81b1
Release v0.54.0
2026-02-20 00:17:44 +01:00
Mario Zechner
39cbf47e42
feat(coding-agent): discover skills in .agents paths by default
2026-02-20 00:15:53 +01:00
Mario Zechner
7207c16c84
docs(coding-agent): fix 0.53.1 changelog model provider summary
2026-02-19 20:52:12 +01:00
Mario Zechner
5706e66ae0
Add [Unreleased] section for next cycle
2026-02-19 20:34:59 +01:00
Mario Zechner
18ea1ed997
Release v0.53.1
2026-02-19 20:34:16 +01:00
Mario Zechner
18c7ab8a47
chore(models): update Gemini 3.1 provider catalogs and antigravity opus 4.6
2026-02-19 20:33:27 +01:00
Mario Zechner
4ba3e5be22
Add [Unreleased] section for next cycle
2026-02-17 20:04:38 +01:00
Mario Zechner
ce1410b01d
Release v0.53.0
2026-02-17 20:03:50 +01:00
Mario Zechner
312af81eb1
docs(ai): add claude sonnet 4.6 unreleased changelog entry
2026-02-17 20:02:59 +01:00
Mario Zechner
6e4680d1f2
docs(coding-agent): add claude sonnet 4.6 changelog note
2026-02-17 20:01:32 +01:00
Mario Zechner
b9a2b6cc5f
docs(coding-agent): clarify AuthStorage constructor breaking change
2026-02-17 20:00:45 +01:00
Mario Zechner
0245b524e9
feat(ai): add claude sonnet 4.6 model fallback
2026-02-17 19:59:09 +01:00
Mario Zechner
2977c14917
refactor(coding-agent): move auth storage to backend abstraction
2026-02-17 19:57:21 +01:00
Mario Zechner
de2736bad0
refactor(coding-agent): improve settings storage semantics and error handling
2026-02-17 00:08:32 +01:00
Mario Zechner
5133697bc4
Extend OSS vacation to February 23, 2026
2026-02-16 09:16:00 +01:00
Duncan Ogilvie
9e22d3913a
fix(tui): enable VT input mode on Windows ( #1495 )
...
This fixes Shift+Tab not being recognized correctly
2026-02-14 01:45:11 +01:00
Mario Zechner
6312fc2e42
Add [Unreleased] section for next cycle
2026-02-13 23:43:35 +01:00
Mario Zechner
479eedd46f
Release v0.52.12
2026-02-13 23:42:49 +01:00
Mario Zechner
a26a9cfabd
feat: add configurable transport and codex websocket session caching
2026-02-13 23:41:49 +01:00
Mario Zechner
9537919a49
Release v0.52.11
2026-02-13 21:58:59 +01:00
Mario Zechner
130c23e6c7
chore(models): add MiniMax M2.5 entries across providers
2026-02-13 21:57:21 +01:00
Mario Zechner
d0543d3c18
Add [Unreleased] section for next cycle
2026-02-12 22:19:30 +01:00
Mario Zechner
2668a1125d
Release v0.52.10
2026-02-12 22:18:43 +01:00
Mario Zechner
460b891470
chore(changelog): audit unreleased entries since v0.52.9
2026-02-12 22:17:24 +01:00
Mario Zechner
0adce69b3b
fix(coding-agent): tighten git source parsing and local path normalization ( fixes #1426 )
2026-02-12 21:28:06 +01:00
Mario Zechner
31f765ff1b
fix(tui): scope @ fuzzy search to path prefixes\n\ncloses #1423
2026-02-12 21:26:47 +01:00
Mario Zechner
ed0cfcbda2
fix(ai): tolerate malformed trailing tool-call JSON in OpenAI streams closes #1424
2026-02-12 21:09:42 +01:00
Mario Zechner
2a29a82464
fix(web-ui): make model selector search case-insensitive ( fixes #1443 )
2026-02-12 20:50:39 +01:00
Mario Zechner
fb83307092
feat(ai): add gpt-5.3-codex-spark model definition
...
Added to both OpenAI API and OpenAI Codex (ChatGPT OAuth) providers.
128k context window, text-only, research preview with zero cost.
Not yet functional via pi, may become available in the next few hours or days.
2026-02-12 20:49:03 +01:00
Mario Zechner
ce2ba29333
fix(coding-agent): clear extension terminal input listeners on reset
...
closes #1293
2026-02-12 20:45:33 +01:00
Sam Fold
30fd99bd82
feat: add terminal input hook for extensions
2026-02-12 20:45:33 +01:00