Armin Ronacher
28df940f0d
Release v0.79.1
2026-06-09 23:14:52 +02:00
Armin Ronacher
4d9f9f455d
fix(ai): regenerate image models for upstream Riverflow rename
2026-06-09 23:14:38 +02:00
Armin Ronacher
66f432cae4
fix(ai): regenerate models for Claude Fable 5 and Azure metadata overrides
...
Also add inherited coding-agent changelog entries for Fable 5 and the
Azure gpt-5.4/5.5 context window and gpt-5-pro maxTokens fixes.
2026-06-09 23:08:05 +02:00
Armin Ronacher
6b5923f107
fix(ai): correct Azure gpt-5.4/5.5 context window and gpt-5-pro maxTokens
...
Azure Foundry deploys gpt-5.4 and gpt-5.5 with a 1,050,000 context
window, but the Azure provider cloned OpenAI-direct's 272k API limit.
Override the context window in the Azure derivation.
Also fix gpt-5-pro maxTokens, which upstream metadata set to 272000 (a
duplicate of the input sub-limit) instead of the actual 128000 max
output; corrected at the source so OpenAI-direct and Azure both match.
closes #5559
2026-06-09 22:57:20 +02:00
Armin Ronacher
5a9d72ea02
feat(ai): add Claude Fable 5 metadata
2026-06-09 22:42:48 +02:00
Armin Ronacher
a0c2465d47
docs: audit unreleased changelogs
2026-06-09 22:33:02 +02:00
Mario Zechner
c5582102f5
Merge pull request #5553 from dannote/prompt-template-defaults
...
Add prompt template argument defaults
2026-06-09 14:23:08 +02:00
Mario Zechner
143b251e77
Merge branch 'main' into prompt-template-defaults
2026-06-09 14:23:00 +02:00
Mario Zechner
ae7a885da2
Closes #5045 , /new should not persist if original session was ephemeral
2026-06-09 14:17:33 +02:00
Mario Zechner
b7e721cb38
feat(tui): support autocomplete trigger characters
...
closes #4703
2026-06-09 14:15:39 +02:00
Mario Zechner
69ea1a6310
docs(coding-agent): clarify model name display docs
...
closes #4841
2026-06-09 14:14:57 +02:00
Danila Poyarkov
d81ac20920
feat(coding-agent): add prompt template argument defaults
2026-06-09 15:12:07 +03:00
Mario Zechner
d041b5cc35
Merge pull request #5549 from earendil-works/approval-settings
...
feat(ui): Improved project approval settings
2026-06-09 13:47:29 +02:00
Armin Ronacher
c20ea06d4a
fix: --help and --version redirect
2026-06-09 13:43:54 +02:00
Mario Zechner
3d02d1da11
fix(ai): map OpenCode max tokens
...
closes #5331
2026-06-09 13:41:08 +02:00
Mario Zechner
9632bddd38
fix(coding-agent): stabilize OAuth login prompt rows
...
closes #5433
2026-06-09 13:41:08 +02:00
Mario Zechner
64b51efb6e
fix(ai): use z.ai thinking payload
...
closes #5330
2026-06-09 13:37:58 +02:00
Armin Ronacher
359a0769f1
fix: simplify help
2026-06-09 13:36:05 +02:00
Armin Ronacher
5cb4f597f7
feat(ui): Improved project approval settings
2026-06-09 13:25:54 +02:00
Vegard Stikbakke
66335d3a49
feat(coding-agent): add experimental feature guard ( #5547 )
2026-06-09 13:23:07 +02:00
Mario Zechner
28c83e8385
fix(coding-agent): sync queue modes on reload
...
closes #5377
2026-06-09 13:21:59 +02:00
Mario Zechner
1906074369
fix(coding-agent): handle invalid models json during migration
...
closes #5418
2026-06-09 13:14:24 +02:00
Mario Zechner
e4907b3b09
fix(tui): restore prompt draft after history browsing
...
closes #5494
2026-06-09 13:06:13 +02:00
Mario Zechner
db3f9953ee
feat(coding-agent): expose project trust to extensions
...
closes #5523
2026-06-09 13:03:59 +02:00
github-actions[bot]
081a0a2bef
chore: approve contributor dangooddd
2026-06-09 11:02:46 +00:00
Mario Zechner
84cdd02400
fix(ai): disable Azure OpenAI response storage
...
closes #5530
2026-06-09 12:53:17 +02:00
Mario Zechner
8da077bcca
fix(tui): wrap CJK text at grapheme boundaries
...
closes #5495
2026-06-09 12:52:52 +02:00
github-actions[bot]
def99d395e
chore: approve contributor vdxz
2026-06-09 10:51:30 +00:00
Mario Zechner
22e4549275
Merge pull request #5283 from smoosex/main
...
fix(tui): keep hardware cursor marker during slash-command autocomplete
2026-06-09 12:33:15 +02:00
Mario Zechner
2326d5cb4a
fix(ai): disable Moonshot thinking when requested
...
closes #5531
2026-06-09 12:23:41 +02:00
github-actions[bot]
c6bdfa1971
chore: approve contributor davidlifschitz
2026-06-09 09:40:40 +00:00
Mario Zechner
4c4863654e
Merge pull request #5505 from awakenalive/patch-1
...
Update models for together.ai
2026-06-09 10:52:03 +02:00
Mario Zechner
44e33798fd
Merge pull request #5527 from AJM10565/fix/bedrock-arn-region-parsing
...
fix(amazon-bedrock): extract region from inference profile ARNs
2026-06-09 09:50:01 +02:00
ajm_ensighten
8cef3c8d7f
fix(amazon-bedrock): extract region from inference profile ARNs
...
Application inference profile ARNs encode the region
(arn:aws:bedrock:<region>:<account>:...) but the provider ignored it,
falling through to AWS_REGION which may point to a different region.
Extract the region from the ARN when present, taking priority over
environment variables.
Fixes #4860
2026-06-08 17:01:51 -05:00
Armin Ronacher
20b78eafb4
fix(coding-agent): fix changelog links
...
Fixes #5516
2026-06-08 20:31:20 +02:00
Armin Ronacher
2edd6b432a
Add [Unreleased] section for next cycle
2026-06-08 17:15:54 +02:00
Armin Ronacher
c10fb95fd9
Release v0.79.0
2026-06-08 17:15:51 +02:00
Armin Ronacher
35120d7e48
docs: audit unreleased changelogs
2026-06-08 16:01:13 +02:00
Armin Ronacher
ce3a72444e
docs(coding-agent): document security model
2026-06-08 15:56:29 +02:00
Eric Henry
2527441b40
Update generate-models.ts
...
Removed together.ai MiniMaxAI/MiniMax-M2.5 due to it not being supported for serverless inference.
Error: 400 Unable to access non-serverless model MiniMaxAI/MiniMax-M2.5. Please visit
https://api.together.ai/models/MiniMaxAI/MiniMax-M2.5 to create and start a new dedicated endpoint for the model.
2026-06-08 08:32:16 -05:00
Mario Zechner
d8aef0feff
feat(coding-agent): allow project trust extensions to defer
2026-06-08 13:38:29 +02:00
Mario Zechner
085a08582f
fix(coding-agent): remove stale hooks export
2026-06-08 13:27:16 +02:00
Mario Zechner
21917fed37
Merge pull request #5499 from Roman-Galeev/fix/editor-cursor-move-refresh-autocomplete
...
fix(tui): re-query autocomplete picker on cursor movement
2026-06-08 13:13:05 +02:00
Mario Zechner
718215bd95
feat(coding-agent): add extension project trust decisions
2026-06-08 12:59:08 +02:00
Armin Ronacher
dce3e28516
fix: show security advisories in prompt widget
2026-06-08 12:35:18 +02:00
Armin Ronacher
f4f72d4ed5
docs(agent): add security advisory prompt
2026-06-08 12:35:18 +02:00
Roman Galeev
9d007fe642
fix(tui): re-query autocomplete picker on cursor movement
...
moveCursor() repositioned the cursor but never called updateAutocomplete()
or cancelAutocomplete(), unlike insertCharacter()/handleBackspace(). So an
open autocomplete picker went stale when the cursor moved: e.g. typing
`/cmd ` (argument menu open) then arrowing Left back into the command name
left the argument list showing against a `/cmd` prefix, and a Tab there
concatenated the stale suggestion onto the partial command name
(e.g. `/swarepo`).
Sync the picker at the end of moveCursor(): when a picker is open, re-query
via updateAutocomplete(), which refreshes the list for the new cursor
position or closes it when nothing matches.
Adds a regression test in test/editor.test.ts (verified to fail without the
fix). Fixes earendil-works/pi#5496 .
2026-06-08 10:57:50 +02:00
Mario Zechner
38f18be447
fix(coding-agent): persist implicit project trust on reload
2026-06-08 10:08:01 +02:00
Mario Zechner
130ae577ac
fix(tui,coding-agent): make keyboard protocol fallback response-driven
...
closes #5188
2026-06-07 17:04:19 +02:00
Mario Zechner
72fd911356
fix(coding-agent): neutralize compaction summarization prompt
...
closes #5401
2026-06-07 11:28:27 +02:00