Mario Zechner
|
5e8f0cf45e
|
chore: update issue analysis prompt
|
2026-05-19 11:27:35 +02:00 |
|
Mario Zechner
|
7be75baded
|
fix(ai): clamp OpenAI prompt cache keys
closes #4720
|
2026-05-19 10:51:11 +02:00 |
|
Mario Zechner
|
725e2b7b2a
|
docs(agent): clarify harness stream settlement
|
2026-05-19 10:43:06 +02:00 |
|
Mario Zechner
|
c685b27369
|
fix(coding-agent): mark retrying agent end events
|
2026-05-19 10:33:16 +02:00 |
|
Mario Zechner
|
32bcdc9739
|
fix(coding-agent): simplify agent session settlement
|
2026-05-19 09:53:20 +02:00 |
|
Mario Zechner
|
6a21a52d91
|
docs: add ad-hoc script guidance
|
2026-05-19 09:53:20 +02:00 |
|
Armin Ronacher
|
29b3417a7a
|
fix(windows): hide bash helper consoles
closes #4699
|
2026-05-18 23:21:22 +02:00 |
|
Mario Zechner
|
b1893b3d77
|
fix(agent): preserve oversized tail output with trailing newline
closes #4715
|
2026-05-18 23:05:34 +02:00 |
|
Mario Zechner
|
93ecdbea35
|
fix(coding-agent): improve subagent parallel summaries closes #4710
|
2026-05-18 22:52:59 +02:00 |
|
Mario Zechner
|
7670563374
|
Merge pull request #4664 from yzhg1983/fix/share-tool-sidebar-navigation
fix(coding-agent): scroll shared tool entries to rendered tool calls
|
2026-05-18 22:21:41 +02:00 |
|
Mario Zechner
|
aad8cf6600
|
Merge pull request #4709 from herrnel/fix/apply-explicit-fences-to-default-prompt
Fix(coding-agent) Updated default prompt to also use xml boundaries instead of ## for clearer file seperation.
|
2026-05-18 22:21:01 +02:00 |
|
Armin Ronacher
|
dafcf61a34
|
fix: align theme truecolor detection
|
2026-05-18 21:56:48 +02:00 |
|
Armin Ronacher
|
f10cf57e96
|
feat(coding-agent): improve terminal theme detection
|
2026-05-18 18:28:08 +02:00 |
|
Armin Ronacher
|
479024603e
|
fix(coding-agent): set explicit theme text colors
|
2026-05-18 18:04:55 +02:00 |
|
Nelson Herrera
|
7577d3b8d5
|
Updated the default system prompt to also use xml boundaries instead of using ## so that agents are less likely to ingest a prompt with unclear boundaries.
|
2026-05-18 08:54:16 -07:00 |
|
Armin Ronacher
|
137547a470
|
docs(coding-agent): add uninstall instructions
|
2026-05-18 12:47:33 +02:00 |
|
Mario Zechner
|
4943c1d62c
|
Add [Unreleased] section for next cycle
|
2026-05-18 11:59:24 +02:00 |
|
Mario Zechner
|
a7d8dd3d5d
|
Release v0.75.3
|
2026-05-18 11:58:34 +02:00 |
|
Mario Zechner
|
967fb4d8b9
|
fix(coding-agent): disable undici http2
Fixes #4681. Fixes #4682.
|
2026-05-18 11:57:51 +02:00 |
|
Mario Zechner
|
0c4d704a7b
|
Add [Unreleased] section for next cycle
|
2026-05-18 11:47:16 +02:00 |
|
Mario Zechner
|
ea713ba174
|
Release v0.75.2
|
2026-05-18 11:46:23 +02:00 |
|
Mario Zechner
|
92e7f13dc0
|
chore(coding-agent): audit unreleased changelog
|
2026-05-18 11:45:39 +02:00 |
|
Mario Zechner
|
64150668b8
|
fix(coding-agent): use cross-spawn for Windows shims
closes #4665
|
2026-05-18 11:30:41 +02:00 |
|
Mario Zechner
|
b8f51957a0
|
fix(ai): add Xiaomi reasoning replay compat
closes #4678
|
2026-05-18 11:15:20 +02:00 |
|
Armin Ronacher
|
dbadffdfae
|
chore(prompts): disclose wr-generated comments
|
2026-05-18 11:04:45 +02:00 |
|
github-actions[bot]
|
0f066367bf
|
chore: approve contributor josephyoung
|
2026-05-18 08:52:47 +00:00 |
|
Mario Zechner
|
936f55ba9b
|
Merge pull request #4661 from dmasiero/fix-bun-undici-install-clean
fix(coding-agent): guard undici install under Bun
|
2026-05-18 10:13:26 +02:00 |
|
Mario Zechner
|
ddb0f69a2f
|
Merge branch 'main' into fix-bun-undici-install-clean
|
2026-05-18 10:13:16 +02:00 |
|
Armin Ronacher
|
a294cdafd9
|
fix(coding-agent): unblock Windows external editor
closes #4612
|
2026-05-18 09:49:24 +02:00 |
|
Armin Ronacher
|
c65177370b
|
fix(coding-agent): allow Windows pnpm self-update
closes #4157
|
2026-05-18 09:14:12 +02:00 |
|
Armin Ronacher
|
96cad24a07
|
fix(coding-agent): detect pnpm v11 self-update installs
closes #4647
|
2026-05-18 08:56:24 +02:00 |
|
Armin Ronacher
|
89b64d9dd5
|
fix(coding-agent): avoid Windows self-update native locks
closes #4157
|
2026-05-18 08:39:07 +02:00 |
|
Michael Yu
|
64248840f8
|
fix(coding-agent): scroll shared tool entries to rendered tool calls
|
2026-05-18 10:43:21 +08:00 |
|
Doug Masiero
|
363214bd32
|
fix(coding-agent): guard undici install under Bun
fixes #4657
|
2026-05-17 21:58:27 -04:00 |
|
Mario Zechner
|
93b2e7fae7
|
Add [Unreleased] section for next cycle
|
2026-05-18 02:01:57 +02:00 |
|
Mario Zechner
|
73a61654af
|
Release v0.75.1
|
2026-05-18 02:01:03 +02:00 |
|
Mario Zechner
|
f1218fa8aa
|
chore: audit unreleased changelogs
|
2026-05-18 02:00:07 +02:00 |
|
Mario Zechner
|
085230373f
|
fix(coding-agent): align undici fetch globals
closes #4650
closes #4652
closes #4653
|
2026-05-18 01:56:14 +02:00 |
|
Mario Zechner
|
9e2bfc7c40
|
fix(ai): skip unknown bedrock content blocks
closes #4223
|
2026-05-18 01:42:18 +02:00 |
|
Mario Zechner
|
730f2f1046
|
Merge pull request #4243 from samjonester/samjonester/config-selector-dynamic-height
config selector: scale maxVisible to terminal height
|
2026-05-18 01:20:11 +02:00 |
|
Mario Zechner
|
52e13870a1
|
fix(ai): prefix HTTP status codes onto Azure OpenAI and OpenAI Responses error messages so auto-retry fires on 5xx/429
closes #4232
|
2026-05-18 01:11:23 +02:00 |
|
Mario Zechner
|
21d80deda2
|
fix(ai): normalize opencode go reasoning replay
closes #4251
|
2026-05-18 01:11:23 +02:00 |
|
Armin Ronacher
|
ceacacaa45
|
chore: add pi-test batch wrapper
|
2026-05-18 00:55:01 +02:00 |
|
Armin Ronacher
|
6b872be2b9
|
fix(coding-agent): spawn Windows npm shims directly
closes #4623
|
2026-05-18 00:21:37 +02:00 |
|
Mario Zechner
|
ed3904ddd3
|
fix(ai): switch xiaomi models to openai completions
closes #4505
|
2026-05-18 00:14:31 +02:00 |
|
Mario Zechner
|
266234047a
|
Remove openai-codex fast model variants, they do not work
|
2026-05-18 00:02:52 +02:00 |
|
Mario Zechner
|
b256ac7d77
|
Closes #4342
|
2026-05-17 23:55:25 +02:00 |
|
Mario Zechner
|
7f3c340dc6
|
Add [Unreleased] section for next cycle
|
2026-05-17 21:03:41 +02:00 |
|
Mario Zechner
|
12f5c00cc1
|
Release v0.75.0
|
2026-05-17 21:02:49 +02:00 |
|
Mario Zechner
|
d5ebc973d0
|
chore: audit unreleased changelog entries
|
2026-05-17 21:01:03 +02:00 |
|