Armin Ronacher
97f9978fa6
feat(coding-agent): add model catalog refresh flag
2026-07-16 12:46:49 +02:00
Victor Araújo
b3dff19a04
feat(coding-agent): add InlineExtension type for named inline extension factories ( #6267 )
...
* feat(coding-agent): add InlineExtension type for named inline extension factories
* test(coding-agent): update utilities and add regression test for InlineExtension
2026-07-06 20:59:37 +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
Raj
4a9c962b59
fix(coding-agent): add pnpm self-update prune hint ( #6279 )
...
Adds a pnpm-specific self-update recovery hint when pi update fails during self-update.
Fixes #6215 .
2026-07-03 12:58:35 +02:00
Armin Ronacher
bc0db64350
fix(coding-agent): install checked pi update version
2026-06-21 14:46:07 +02:00
Armin Ronacher
aae62dfa87
feat(coding-agent): make bare update self-only
2026-06-18 18:09:03 +02:00
Vegard Stikbakke
008c76f955
feat(coding-agent): export project config dir name
2026-06-18 10:27:11 +02:00
Armin Ronacher
b4bff7f0d0
fix(coding-agent): avoid project trust prompt for update ( #5674 )
2026-06-12 23:37:16 +02:00
Armin Ronacher
5cb4f597f7
feat(ui): Improved project approval settings
2026-06-09 13:25:54 +02:00
Mario Zechner
89a92207f1
feat(coding-agent): add project trust gating
2026-06-05 10:51:43 +02:00
Armin Ronacher
ae9450dc51
chore(ts): use source import extensions
2026-05-20 00:04:03 +02:00
Armin Ronacher
f4f0ac7ada
feat(coding-agent): show update notes ( #4724 )
2026-05-19 12:08:13 +02:00
Mario Zechner
64150668b8
fix(coding-agent): use cross-spawn for Windows shims
...
closes #4665
2026-05-18 11:30:41 +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
89b64d9dd5
fix(coding-agent): avoid Windows self-update native locks
...
closes #4157
2026-05-18 08:39:07 +02:00
Armin Ronacher
6b872be2b9
fix(coding-agent): spawn Windows npm shims directly
...
closes #4623
2026-05-18 00:21:37 +02:00
Armin Ronacher
5e1e4c3c88
feat(coding-agent): support renamed self-update package
2026-05-07 16:11:18 +02:00
Armin Ronacher
ade08de14c
fix(coding-agent): repair self-update detection
...
Fixes #3942
Fixes #3980
Fixes #3922
2026-05-01 18:08:02 +02:00
Armin Ronacher
c745efc0d0
feat: Update check against pi.dev ( #3877 )
2026-04-28 12:48:27 +02:00
Armin Ronacher
9848b3145a
fix(coding-agent): fix Windows self-update
...
Fixes #3857
2026-04-28 10:03:00 +02:00
Armin Ronacher
dcf2651631
feat(coding-agent): Add built-in update command ( #3680 )
2026-04-25 13:09:33 +02:00
Mario Zechner
9f9277ccdd
refactor(coding-agent): replace AgentSessionRuntimeHost with closure-based AgentSessionRuntime
...
- Replace AgentSessionRuntimeHost and bootstrap abstractions with AgentSessionRuntime
- Runtime creation is now closure-based via CreateAgentSessionRuntimeFactory
- Factory closes over process-global fixed inputs, recreates cwd-bound services per effective cwd
- Session config (model, thinking, tools, scoped models) re-resolved per target cwd
- CLI resource paths resolved once at startup as absolute paths
- Swap lifecycle: teardown old, create next, apply next (hard fail on creation error)
- Unified diagnostics model (info/warning/error) for args, services, session resolution, resources
- No logging or process exits inside creation/parsing logic
- Removed session_directory support
- Removed session_switch and session_fork extension events (use session_start with reason)
- Moved package/config CLI to package-manager-cli.ts
- Fixed theme init for --resume session picker
- Fixed flaky reftable footer test (content-based polling)
- Fixed silent drop of unknown single-dash CLI flags
- Added error diagnostics for missing explicit CLI resource paths
- Updated SDK docs, examples, plans, exports, tests, changelog
fixes #2753
2026-04-03 20:14:12 +02:00