ton
367ebc1c7f
new_pull
2026-07-26 14:02:37 +07:00
Armin Ronacher
bb3d7d399c
feat(coding-agent): expose session metadata to bash tools ( #6967 )
2026-07-22 20:15:02 +02:00
David Brailovsky
c55ae2faa5
fix(coding-agent): display path of sibling dependent extensions ( #6964 )
...
fixes : #6619
2026-07-22 16:08:21 +02:00
Christian Klotz
75e6123aba
fix(coding-agent): speed up external editor launch ( #6903 )
...
* fix(coding-agent): speed up external editor launch
Fixes #6774
* refactor(coding-agent): clarify external editor handling
* refactor(coding-agent): simplify external editor result
* refactor(coding-agent): model external editor lifecycle
* fix(coding-agent): rename external editor test fake
* fix(coding-agent): secure external editor temp files
* fix(coding-agent): simplify external editor temp path
* fix(coding-agent): restore system temp editor files
2026-07-22 15:49:01 +02:00
David Brailovsky
fe42ba5b38
write tui debug/crash logs into the configured pi agent dir ( #6958 )
...
fixes #6652
2026-07-22 15:48:25 +02:00
Armin Ronacher
b142504125
fix(coding-agent): defer catalog refresh until after TUI startup
2026-07-21 18:25:38 +02:00
David Brailovsky
162179af5a
add branch/compact retries to agent-harness
2026-07-21 12:11:39 +00:00
David Brailovsky
8e53e0e49c
compaction & branch summarization follow retry policy
...
fixes #6647
compaction (auto & manual) and branch summarization retry on transient failures.
use the same retry policy from settings.
emit events for the tui to show indication of retries
2026-07-21 10:07:20 +00:00
Mario Zechner
f8b74a4507
fix: complete extension usage accounting
...
closes #6509
2026-07-20 17:06:22 +02:00
David Brailovsky
2fd3868401
add usage info to branch summary, compaction and tool result entries ( #6671 )
...
* add usage info to branch summary entries
* add usage to compaction entries
* allow custom tools to report llm usage in tool results
* allow observing and patching usage in tool_result hooks
* agent-harness: save usage in entries
for compaction, branch summaries and tool results
2026-07-20 16:41:43 +02:00
Mario Zechner
f1a466b19d
feat(coding-agent): add llama.cpp router integration
2026-07-17 16:25:00 +02:00
Armin Ronacher
8881e17625
fix(ai): show implied Kimi Coding subscription costs
2026-07-17 10:01:22 +02:00
Danila Poyarkov
35a0d5d620
fix(coding-agent): preserve compaction queue behavior ( #6730 )
2026-07-17 09:09:01 +02:00
Milosz Jankiewicz
a01baaaea7
feat(xai): prefilled OAuth device link, SuperGrok login label, trimmed model list ( #6734 )
...
- Use verification_uri_complete from the xAI device-code response so the
login link opens with the user code prefilled (https-validated)
- Add OAuthAuth.loginLabel and show "Sign in with SuperGrok or X Premium"
in the xAI auth-type selector (threaded through lazyOAuth)
- Remove grok-3, grok-3-fast, grok-4.20 variants and grok-code-fast-1
from the built-in xAI catalog and default to grok-4.5
Co-authored-by: Jaaneek <Jaaneek@users.noreply.github.com >
2026-07-16 18:59:54 +02:00
David Brailovsky
12545274ea
windows: reset pi terminal title after checking npm packages
...
on windows the npm check changes the terminal title and it doesn't change back
this is a narrow fix for it
fixes #6629
2026-07-15 15:14:55 +00:00
Mario Zechner
45203abfa0
fix(coding-agent): Coalesce adjacent assistant thinking blocks into one section
2026-07-15 12:52:53 +02:00
Mario Zechner
fab309e955
fix(coding-agent): refresh model catalogs in picker
2026-07-15 12:35:29 +02:00
Mario Zechner
cd7cad4ee2
feat(coding-agent): merge origin/main into model runtime facade
2026-07-15 12:25:36 +02:00
Mario Zechner
9993c96907
feat(coding-agent): replace model registry with model runtime
...
Move provider auth and OAuth flows onto pi-ai Models, compose models.json and extension overlays through ModelRuntime, and retain ModelRegistry as an extension compatibility facade.
2026-07-14 17:48:45 +02:00
Armin Ronacher
adfac437bb
fix(coding-agent): clarify login options
2026-07-14 12:24:50 +02:00
Armin Ronacher
d7a48d30a0
fix(coding-agent): fall back to text clipboard paste
2026-07-10 21:46:15 +02:00
Armin Ronacher
3b686ac224
feat(coding-agent): add message copy shortcut
2026-07-10 21:35:53 +02:00
Armin Ronacher
3ea064ea2a
fix: support Bedrock API key login
2026-07-10 19:34:11 +02:00
Mario Zechner
fbdd46389c
feat(ai): add max thinking level
2026-07-09 22:30:53 +02:00
Armin Ronacher
3f9aa5d10b
feat(coding-agent): add prompt cache miss tracking ( #6427 )
...
Detect prompt cache misses per turn by comparing each assistant message's
cache reads against the previous request's prompt tokens (core/cache-stats.ts).
Significant misses emit a warning-colored transcript notice at the turn they
occur, noting idle gaps past the cache TTL and model switches when relevant.
/session gained cache statistics: a compact token/cache breakdown with hit
rate, a $-prefixed cost section with per-model cost breakdown, and the
cumulative cost re-billed due to cache misses.
2026-07-09 14:12:57 +02:00
Mario Zechner
e9fa5a68a1
fix(coding-agent): add settled agent lifecycle event
...
closes #6363
2026-07-09 12:42:08 +02:00
Mario Zechner
1ffca0f2aa
fix(coding-agent): align reload descriptions
...
closes #6395
2026-07-09 11:47:44 +02:00
David Brailovsky
86afffe01f
fix fork menu allowing user to double select an entry ( #6430 )
...
in cases where forking a session was not immediate due to extensions
slowing down teardown, it's possible for the user to select the
message to fork more than once and then create multiple session forks.
in this fix we close the forking menu before starting the fork process
to not allow such behavior.
fixes #6321
2026-07-08 18:23:22 +02:00
Armin Ronacher
312bc713bb
feat(coding-agent): support provider arguments for login
2026-07-08 12:06:26 +02:00
Armin Ronacher
c8ada4e76e
Improve project-local pi config ( #6309 )
...
* feat(coding-agent): improve config resource overrides
* fix(coding-agent): simplify config resource overrides
2026-07-06 20:50:30 +02:00
Mario Zechner
ba10b60b51
fix(coding-agent): add entry renderers for session entries
2026-07-01 11:30:26 +02:00
Mario Zechner
9be55bc773
fix(coding-agent): apply output padding to user messages
...
closes #6168
2026-06-30 11:55:40 +02:00
Alexey Zaytsev
6564d94717
feat(coding-agent): add configurable assistant output padding
...
Closes #6168
2026-06-30 11:44:34 +02:00
Mario Zechner
5d499272a8
fix(coding-agent): stabilize interactive status indicators
...
Closes #6026
2026-06-29 16:53:39 +02:00
Armin Ronacher
5a073885b5
feat(coding-agent): add external editor setting
...
Closes #6122
2026-06-27 23:57:46 +02:00
Armin Ronacher
f2e9d75388
fix(coding-agent): preserve backslash escapes in user messages
...
closes #6105
2026-06-27 19:24:14 +02:00
Mario Zechner
f14b3594c1
fix(coding-agent): show length stop errors
...
closes #4290
2026-06-25 14:50:14 +02:00
haoqixu
c5440162b8
fix(coding-agent): show resources before messages when resuming session
2026-06-24 20:41:34 +08:00
Mario Zechner
470a4736a3
Merge pull request #5784 from Perlence/fix/threaded-session-latest-activity
...
fix(coding-agent): sort threaded sessions by latest activity in the subtree
2026-06-23 15:20:14 +02:00
Mario Zechner
7fedc3324e
Merge pull request #5999 from haoqixu/fix-5996
...
fix(coding-agent): normalize session names
2026-06-23 15:15:52 +02:00
haoqixu
7c1ef87756
fix(coding-agent): normalize session names
2026-06-23 19:14:02 +08:00
Armin Ronacher
aa6bdd778a
fix(coding-agent): load resume startup themes
2026-06-22 17:20:08 +02:00
Mario Zechner
abbd911693
Merge main into model-registry
2026-06-22 14:00:18 +02:00
Armin Ronacher
2417adb46a
fix(coding-agent): preserve startup extension UI
...
closes #5943
2026-06-21 23:19:34 +02:00
Armin Ronacher
d93b92baca
fix(coding-agent): show changelog URL in update notice
2026-06-20 22:23:25 +02:00
Vegard Stikbakke
373cd6ae52
fix(coding-agent): prioritize provider matches in model selector
...
closes #5892
2026-06-19 12:25:02 +02:00
Armin Ronacher
7d08c81a09
fix(coding-agent): avoid empty compaction summaries
...
closes #4811
2026-06-18 22:17:57 +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
Vegard Stikbakke
008c76f955
feat(coding-agent): export project config dir name
2026-06-18 10:27:11 +02:00