Alexey Zaytsev
726a9c526c
fix(coding-agent): emit session name changes to extensions
2026-06-30 00:40:15 -05:00
Mario Zechner
234c2ad54c
Merge pull request #6078 from geraschenko/rpc-get-entries-tree
...
feat(coding-agent): add get_entries and get_tree RPC commands
2026-06-28 17:46:26 +02:00
Armin Ronacher
5a073885b5
feat(coding-agent): add external editor setting
...
Closes #6122
2026-06-27 23:57:46 +02:00
Anton Geraschenko
7ba1b6bfef
feat(coding-agent): add get_entries and get_tree RPC commands
...
Adds two read-only RPC commands exposing existing SessionManager reads:
- get_entries: all session entries in append order, with optional since-entry-id cursor (strictly-after semantics, error on unknown id), plus current leafId.
- get_tree: getTree() roots plus current leafId.
Since sessions are append-only trees with stable entry ids, an entry id is a durable cursor: external orchestrators can use these commands to catch up after a restart without losing pre-compaction history, and can observe branch structure (/tree jumps, abandoned branches) that get_messages hides.
2026-06-25 09:38:35 -07:00
Konstantin Gukov
e3dcb244f8
Support modern Microsoft Foundry Responses API endpoints:
...
- support *.ai.azure.com endpoints
- normalize away the /responses postfix in the query path which by
default is added on Microsoft Foundry UI
2026-06-23 15:38:43 +02:00
Armin Ronacher
ce6a67fc94
fix(coding-agent): allow custom providers to use stored auth
...
closes #5953
2026-06-23 11:52:31 +02:00
Armin Ronacher
3b56134694
fix(tui): bind ctrl+j as newline by default
2026-06-22 13:57:02 +02:00
Armin Ronacher
4f71b2d3b7
fix(coding-agent): clarify ZAI Coding Plan label
...
closes #5965
2026-06-22 13:04:08 +02:00
Armin Ronacher
b7908b4974
docs(coding-agent): document slash command table
...
closes #5959
2026-06-22 10:37:46 +02:00
Enrico
5b9b70d29c
feat(coding-agent): add compaction reason and willRetry to extension compact events ( #5962 )
...
session_before_compact and session_compact now carry
reason ("manual" | "threshold" | "overflow") and willRetry, matching
what the RPC protocol already exposes via auto_compaction_start/end.
Extensions can now distinguish manual /compact from threshold
auto-compaction and overflow recovery through the public API instead
of monkeypatching AgentSession internals.
2026-06-22 10:36:16 +02:00
Armin Ronacher
a61137a661
docs(coding-agent): fix plan-mode docs links
...
closes #5957
2026-06-22 08:41:29 +02:00
Armin Ronacher
8b97e75c6b
feat(ai): add chat-template thinking compat
...
closes #5673
2026-06-19 23:34:17 +02:00
Armin Ronacher
c60f6a8ab3
feat(coding-agent): expose post-compaction token estimates
...
closes #5877
2026-06-18 23:01:10 +02:00
Armin Ronacher
aae62dfa87
feat(coding-agent): make bare update self-only
2026-06-18 18:09:03 +02:00
Armin Ronacher
d0b46764b1
feat(coding-agent): add automatic theme mode ( #5874 )
2026-06-18 17:13:47 +02:00
Diego de Oliveira
7a14325b24
feat(tui): detect Warp terminal and enable Kitty image protocol ( #5841 )
...
Warp supports the Kitty graphics protocol and OSC 8 hyperlinks,
but pi's terminal-image capability detection did not recognize it.
Add detection via TERM_PROGRAM=WarpTerminal, WARP_SESSION_ID,
and WARP_TERMINAL_SESSION_UUID so images render inline without
requiring the TERM_PROGRAM=kitty workaround.
Fixes #5827
2026-06-18 10:45:51 +02:00
Vegard Stikbakke
008c76f955
feat(coding-agent): export project config dir name
2026-06-18 10:27:11 +02:00
Armin Ronacher
910508595a
feat(coding-agent): add settings http proxy
...
closes #5790
2026-06-16 18:53:19 +02:00
Armin Ronacher
7f29e7a369
feat: add provider-scoped environment overrides ( #5807 )
2026-06-16 17:19:08 +02:00
Vegard Stikbakke
a851968170
docs(coding-agent): reorder containerization patterns
2026-06-15 09:16:13 +02:00
Armin Ronacher
b5e13bcd8a
docs(coding-agent): clarify active tools docs
...
closes #5729
2026-06-15 00:02:31 +02:00
Armin Ronacher
3fcfb7abf7
docs(coding-agent): document extension resource lifecycle
2026-06-14 02:05:11 +02:00
Armin Ronacher
9e9fc79478
fix(coding-agent): treat uppercase config values as literals
...
closes #5661
2026-06-13 21:24:22 +02:00
Armin Ronacher
b4bff7f0d0
fix(coding-agent): avoid project trust prompt for update ( #5674 )
2026-06-12 23:37:16 +02:00
Vegard Stikbakke
0ab2aa86af
feat(coding-agent): add experimental first-time setup flow ( #5587 )
...
Behind PI_EXPERIMENTAL=1, show a first-time setup dialog on interactive startup when the default agent directory is used and settings.json does not exist. The dialog preselects the detected terminal appearance with an explicit dark/light choice (live preview) and asks for opt-in analytics data sharing. Submitting writes settings.json, which serves as the completion marker; opting in stores a generated trackingId. Escape at any point skips out of setup.
2026-06-10 12:11:49 +02:00
Mario Zechner
143b251e77
Merge branch 'main' into prompt-template-defaults
2026-06-09 14:23:00 +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
Armin Ronacher
5cb4f597f7
feat(ui): Improved project approval settings
2026-06-09 13:25:54 +02:00
Mario Zechner
db3f9953ee
feat(coding-agent): expose project trust to extensions
...
closes #5523
2026-06-09 13:03:59 +02:00
Armin Ronacher
ce3a72444e
docs(coding-agent): document security model
2026-06-08 15:56:29 +02:00
Mario Zechner
d8aef0feff
feat(coding-agent): allow project trust extensions to defer
2026-06-08 13:38:29 +02:00
Mario Zechner
718215bd95
feat(coding-agent): add extension project trust decisions
2026-06-08 12:59:08 +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
eb43bd4493
fix(coding-agent): export package asset path helpers
...
closes #5415
2026-06-07 11:25:15 +02:00
Mario Zechner
e34b3b3803
docs(coding-agent): update tmux requirement docs
...
closes #5432
2026-06-07 10:34:57 +02:00
Mario Zechner
89a92207f1
feat(coding-agent): add project trust gating
2026-06-05 10:51:43 +02:00
Vegard Stikbakke
86314bf38d
docs: add containerization guide and Gondolin example ( #5356 )
2026-06-03 15:53:16 +02:00
弎水
51df39b9b9
feat(ai): add ZAI Coding Plan China provider
2026-06-02 23:39:56 +08:00
Mario Zechner
25a4a8ed1e
Add Ant Ling provider
2026-06-02 16:37:44 +02:00
Mario Zechner
6014801229
Add NVIDIA NIM provider
2026-06-02 15:09:36 +02:00
Alexey Zaytsev
8216cca5a7
Add system prompt options to extension commands
2026-06-01 15:42:56 -05:00
Mario Zechner
e56521e323
Add extension mode context
2026-06-01 18:32:03 +02:00
Nico Bailon
91a2f86600
fix(tui): harden overlay focus restoration
2026-05-31 21:20:33 -07:00
Mario Zechner
c1633e609d
Clarify hardware cursor docs
...
closes #5200
2026-05-30 01:20:14 +02:00
Mario Zechner
ce554ad3de
Add startup session name flag
...
closes #5153
2026-05-29 11:40:58 +02:00
Mario Zechner
9380d5f2e4
feat(coding-agent): add exclude tools option closes #5109
2026-05-28 23:49:18 +02:00
Mario Zechner
458a7bc27c
Fix Anthropic empty thinking signature replay
...
closes #4464
2026-05-28 12:04:33 +02:00
Armin Ronacher
3e9f717445
fix(coding-agent): make config env references explicit
...
closes #5095
2026-05-28 11:58:38 +02:00