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
Mario Zechner
eb43bd4493
fix(coding-agent): export package asset path helpers
...
closes #5415
2026-06-07 11:25:15 +02:00
Mario Zechner
8c6c8a4ef3
fix(agent): neutralize compaction summarization prompt
...
closes #5401
2026-06-07 11:19:10 +02:00
Mario Zechner
b8f6f660e7
fix(ai): honor OpenAI Responses developer role compat
...
closes #5456
2026-06-07 11:07:36 +02:00
Mario Zechner
59d7025668
fix(tui): position cursor for prompt history navigation
...
closes #5454
2026-06-07 10:56:09 +02:00
Mario Zechner
22ac2713a3
feat(coding-agent): export RPC extension UI types
...
closes #5455
2026-06-07 10:56:01 +02:00
Mario Zechner
e34b3b3803
docs(coding-agent): update tmux requirement docs
...
closes #5432
2026-06-07 10:34:57 +02:00
github-actions[bot]
98697d2d7a
chore: approve contributor ItsumoSeito
2026-06-07 08:29:37 +00:00
Mario Zechner
ff3e9df5f5
fix(coding-agent): make trust input traversal portable
2026-06-06 22:32:35 +02:00
Mario Zechner
89a92207f1
feat(coding-agent): add project trust gating
2026-06-05 10:51:43 +02:00
Mario Zechner
db594d3a59
feat(coding-agent): show cache hit rate in footer
2026-06-05 10:51:43 +02:00
Mario Zechner
3e73204242
Merge pull request #5371 from Perlence/fix/skill-user-message-spacing
...
fix(coding-agent): add a space between the skill and user messages
2026-06-04 23:52:17 +02:00
Mario Zechner
b9bfa7ed46
Fix OpenRouter routing compat for custom providers
...
closes #5347
2026-06-04 23:50:01 +02:00
Mario Zechner
2808fc03f4
Merge pull request #5383 from xl0/instruct-pi-commit
...
docs: document commit message format
2026-06-04 23:48:19 +02:00
Mario Zechner
c52c22b39e
Document issue view gh fields
2026-06-04 23:47:06 +02:00
Mario Zechner
c45787411e
Fix tool expand hint punctuation styling
...
closes #5359
2026-06-04 23:44:25 +02:00
Mario Zechner
ca66adfe60
Add [Unreleased] section for next cycle
2026-06-04 18:31:35 +02:00
Mario Zechner
592c34c056
Release v0.78.1
2026-06-04 18:31:33 +02:00
Mario Zechner
1d33a8eb7a
Update generated image model list
2026-06-04 18:31:11 +02:00
Mario Zechner
4f7d756df8
Exclude optional Gondolin example from root check
2026-06-04 18:27:18 +02:00
Mario Zechner
e0c2813a2a
Audit unreleased changelog entries
2026-06-04 18:22:58 +02:00
Mario Zechner
f9ce0bf0e7
Update generated model lists
2026-06-04 18:22:58 +02:00
Alexey Zaytsev
e4d6f45efe
docs: document commit message format
2026-06-03 23:15:15 -05:00
Sviatoslav Abakumov
e9a9322199
fix(coding-agent): add a space between the skill and user messages
2026-06-03 22:42:38 +04:00
Vegard Stikbakke
dc7b547f62
docs(coding-agent): remove containerization platform note
2026-06-03 15:55:33 +02:00
Vegard Stikbakke
86314bf38d
docs: add containerization guide and Gondolin example ( #5356 )
2026-06-03 15:53:16 +02:00
Mario Zechner
564ad70fb8
Merge pull request #5333 from vastxie/zai-coding-cn-provider
...
feat(ai): add ZAI Coding Plan China provider
2026-06-03 01:07:01 +02:00
Mario Zechner
4ac20511be
Merge pull request #5346 from mattiacerutti/fix/remove-codex-models
...
fix(ai): remove stale codex models
2026-06-03 00:54:27 +02:00
Armin Ronacher
ea3465a8e3
fix(coding-agent): move temporary extension cache ( #5345 )
2026-06-03 00:44:21 +02:00
Armin Ronacher
135fb545f9
fix(coding-agent): set auth file mode on creation
2026-06-03 00:32:54 +02:00
Mattia Cerutti
83afcdc24f
fix(ai): remove stale codex models
2026-06-03 00:09:30 +02:00
Armin Ronacher
ba6e5298df
fix(oauth): harden browser launch handling
2026-06-02 23:15:46 +02:00
Armin Ronacher
a98e087e5d
fix(coding-agent): harden git package install paths
2026-06-02 18:20:35 +02:00
弎水
51df39b9b9
feat(ai): add ZAI Coding Plan China provider
2026-06-02 23:39:56 +08:00
Armin Ronacher
0462d44f56
doc: clarify wording in SECURITY.md
2026-06-02 17:24:41 +02:00
Armin Ronacher
e30b1b18d0
Added security file
2026-06-02 17:03:40 +02:00
Mario Zechner
25a4a8ed1e
Add Ant Ling provider
2026-06-02 16:37:44 +02:00
Mario Zechner
6cb23f9b5d
Fix HTML export URL sanitization
2026-06-02 16:32:18 +02:00
Mario Zechner
7e72ca47c8
Add MiniMax-M3 to direct minimax providers
...
closes #5313
2026-06-02 16:00:29 +02:00
Mario Zechner
276cb1bb89
Fix stale SDK stream options test after httpIdleTimeoutMs universalization
2026-06-02 15:53:37 +02:00
Mario Zechner
2125221bfc
Fix OpenRouter Kimi reasoning compat
...
closes #5309
2026-06-02 15:36:52 +02:00
Mario Zechner
0d38e17b68
Fix empty self-rendered tool rows
...
closes #5299
2026-06-02 15:25:27 +02:00