Mario Zechner
c84cfc77e6
fix(coding-agent): update sandbox lodash lockfile
...
closes #3901
2026-04-29 22:52:01 +02:00
Mario Zechner
fe1381389d
Add [Unreleased] section for next cycle
2026-04-28 19:34:40 +02:00
Mario Zechner
6b48e4ac6b
Release v0.70.6
2026-04-28 19:33:29 +02:00
Mario Zechner
8732e28a37
docs: audit unreleased changelogs
2026-04-28 19:32:15 +02:00
Armin Ronacher
c745efc0d0
feat: Update check against pi.dev ( #3877 )
2026-04-28 12:48:27 +02:00
Armin Ronacher
9848b3145a
fix(coding-agent): fix Windows self-update
...
Fixes #3857
2026-04-28 10:03:00 +02:00
Mario Zechner
fbb5eed191
fix: honor telemetry for Cloudflare attribution headers
2026-04-27 23:49:14 +02:00
Mario Zechner
084aa2b54d
Add [Unreleased] section for next cycle
2026-04-27 21:51:29 +02:00
Mario Zechner
3e40429b09
Release v0.70.5
2026-04-27 21:50:31 +02:00
Mario Zechner
01e2536879
fix(coding-agent): prevent wrapped padding in HTML export
2026-04-27 21:49:46 +02:00
Mario Zechner
2dd6399b71
Add [Unreleased] section for next cycle
2026-04-27 21:45:48 +02:00
Mario Zechner
0ec122f5da
Release v0.70.4
2026-04-27 21:44:48 +02:00
Mario Zechner
2c08775ee7
fix(coding-agent): fix packaged session selector import
2026-04-27 21:44:00 +02:00
Mario Zechner
bd55c7a728
Add [Unreleased] section for next cycle
2026-04-27 21:29:40 +02:00
Mario Zechner
24321b47c9
Release v0.70.3
2026-04-27 21:27:16 +02:00
Mario Zechner
69206f5390
chore: audit unreleased changelogs
2026-04-27 21:25:57 +02:00
Mario Zechner
b8238a77a5
fix(coding-agent): tighten HTML export tool spacing
2026-04-27 21:18:34 +02:00
Mario Zechner
ea90a6783d
fix(coding-agent): disable undici body/headers idle timeouts on global dispatcher
...
Long local-LLM SSE streams (e.g. vLLM buffering large tool calls) exceeded
undici's default 300s bodyTimeout and aborted with UND_ERR_BODY_TIMEOUT.
retry.provider.timeoutMs cannot lift this cap because it controls the
provider SDK's AbortController deadline, not undici's per-socket idle timer.
Pass { bodyTimeout: 0, headersTimeout: 0 } to EnvHttpProxyAgent. Provider
SDKs still enforce their own timeouts via retry.provider.timeoutMs.
closes #3715
2026-04-27 20:42:37 +02:00
Mario Zechner
e4f847ff68
fix(coding-agent): close bash executor temp streams
...
closes #3786
2026-04-27 20:36:00 +02:00
Mario Zechner
c19e64a444
fix(coding-agent): refresh title after extension session rename
...
closes #3686
2026-04-25 17:20:26 +02:00
Mario Zechner
a363b668ac
fix(coding-agent): clear tree navigation compaction state
...
closes #3688
2026-04-25 17:03:09 +02:00
Mario Zechner
6580dae400
feat(coding-agent): allow hiding working loader
...
closes #3674
2026-04-24 23:17:43 +02:00
Mario Zechner
91154d9757
fix: update stale CI test expectations
2026-04-24 20:22:16 +02:00
Mario Zechner
6160892626
Add [Unreleased] section for next cycle
2026-04-24 14:20:18 +02:00
Mario Zechner
48aa882b5a
Release v0.70.2
2026-04-24 14:19:20 +02:00
Mario Zechner
c1b62ae7fe
fix(ai,coding-agent): omit undefined provider request options closes #3627
2026-04-24 14:18:35 +02:00
Mario Zechner
90d8051636
Add [Unreleased] section for next cycle
2026-04-24 14:09:27 +02:00
Mario Zechner
6b443c685f
Release v0.70.1
2026-04-24 14:08:25 +02:00
Mario Zechner
b121235379
chore: audit unreleased changelogs
2026-04-24 14:07:35 +02:00
Mario Zechner
7bd9f6500d
fix(coding-agent): avoid cmd.exe for git installs on windows closes #3642
2026-04-24 13:56:10 +02:00
Mario Zechner
c06750410a
fix(ai,coding-agent): expose provider timeout/retry controls closes #3627
2026-04-24 13:33:00 +02:00
Mario Zechner
6e6c9b4d28
docs(coding-agent): document DeepSeek provider support
...
closes #3636
2026-04-24 12:55:58 +02:00
Mario Zechner
1e33492525
fix(coding-agent): harden clipboard copy
...
closes #3639
2026-04-24 12:55:58 +02:00
Mario Zechner
ebbc67df5d
docs(coding-agent): fix extension flag lookup docs
...
closes #3614
2026-04-24 11:41:51 +02:00
Mario Zechner
0fce64d425
Add [Unreleased] section for next cycle
2026-04-24 01:01:39 +02:00
Mario Zechner
612be54c28
Release v0.70.0
2026-04-24 01:00:41 +02:00
Mario Zechner
55fbd9b286
chore(coding-agent): audit and update changelog entries since v0.69.0
2026-04-24 00:59:08 +02:00
Mario Zechner
f2f03616ab
fix(coding-agent): update provider auth guidance and defaults
2026-04-24 00:55:27 +02:00
Mario Zechner
bffb760f4f
fix(coding-agent): improve auth setup warnings
2026-04-24 00:55:27 +02:00
Mario Zechner
d7fb9aaf1e
docs(coding-agent): audit unreleased changelog
2026-04-24 00:12:07 +02:00
Mario Zechner
6bb4a55524
fix(coding-agent): preserve final TUI frame on quit
2026-04-24 00:11:09 +02:00
Mario Zechner
86ba08a2e3
fix(coding-agent): preserve in-memory settings on reload
...
closes #3616
2026-04-23 23:47:49 +02:00
Mario Zechner
4cd4cfd98e
fix(ai): support long cache retention compat
...
closes #3543
2026-04-23 23:43:34 +02:00
Mario Zechner
19f2478599
fix(coding-agent): show shortcut conflict diagnostics on startup
...
closes #3617
2026-04-23 23:31:52 +02:00
Mario Zechner
bf4aa3a601
fix(ai): support xhigh for Codex GPT-5.5
2026-04-23 22:49:09 +02:00
Mario Zechner
8700ac1f0e
fix(coding-agent): support custom npmCommand for git deps
...
closes #3604
2026-04-23 22:32:32 +02:00
Mario Zechner
c091aa732f
fix(coding-agent): space first user message after notices
...
closes #3613
2026-04-23 22:16:40 +02:00
Mario Zechner
f0cf8a59d2
fix(coding-agent): handle stale extension contexts
...
fixes #3606
2026-04-23 22:07:13 +02:00
Mario Zechner
2394f3a987
fix(coding-agent): retry Bedrock http2 no-response errors closes #3594
2026-04-23 21:36:51 +02:00
Mario Zechner
e38647f376
fix(coding-agent): restore builtin-only tool disabling
...
closes #3592
2026-04-23 21:36:16 +02:00