Mario Zechner
2c708492e3
Release v0.74.1
2026-05-17 01:35:45 +02:00
Mario Zechner
72104d88f9
docs: audit unreleased changelogs
2026-05-17 01:29:35 +02:00
Mario Zechner
e26fbb3d46
fix(coding-agent): route global fetch through undici dispatcher closes #4519
2026-05-17 01:26:05 +02:00
Mario Zechner
bfd6535f7b
fix(coding-agent): update clipboard native package
...
closes #4492
2026-05-17 01:26:05 +02:00
Armin Ronacher
27a193070d
fix(coding-agent): resolve pnpm global packages
...
Fixes #4501
2026-05-17 00:09:11 +02:00
Mario Zechner
43d3cdd48a
fix(coding-agent): use configured model scope cycle hint closes #4508
2026-05-17 00:03:03 +02:00
Mario Zechner
7afd80d788
fix(coding-agent): pin fd for macos x64
...
closes #4559
2026-05-16 23:39:35 +02:00
Mario Zechner
5d31e70b8a
fix(coding-agent): allow skill names to differ from directories
...
closes #4534
2026-05-16 23:38:46 +02:00
Mario Zechner
d0fe8570e9
fix(coding-agent): parse multiline prompt template args
...
closes #4553
2026-05-16 23:36:25 +02:00
Mario Zechner
758004d1bb
fix(coding-agent): cap resume session metadata loads
...
closes #4583
closes #4591
2026-05-16 23:08:12 +02:00
Mario Zechner
943236c9e6
Merge pull request #4567 from julien-c/fix/extensions-docs-notify-type
...
docs(coding-agent): fix invalid notify type in extensions example
2026-05-16 22:52:31 +02:00
Aliou Diallo
b9ae2590f5
docs(coding-agent): document overflow normalization for custom providers
...
Adds a Context Overflow Errors subsection to custom-provider.md showing how a custom provider extension can rewrite unrecognized overflow errors via a message_end handler so pi's native compact-and-retry path triggers. Includes guard rails for provider scoping, idempotency, and avoiding rate-limit phrases.
2026-05-16 01:50:12 +02:00
Julien Chaumond
656bd2cadf
docs(coding-agent): fix invalid notify type in extensions example
...
The notify() API only accepts "info" | "warning" | "error" — "success"
was a copy-paste error in the example.
Co-Authored-By: julien-agent <Agents+cyolo@huggingface.co >
2026-05-15 20:23:34 +02:00
Mario Zechner
7ddc7dd1ec
fix(coding-agent): space interactive errors
...
closes #4510
2026-05-15 01:10:56 +02:00
Mario Zechner
3ca474b15b
fix(coding-agent): fix Termux docs code fence
...
closes #4503
2026-05-15 01:02:36 +02:00
Mario Zechner
0b54c87e24
fix(release): finalize Windows ARM64 binary support
...
closes #4410
2026-05-14 22:44:28 +02:00
Armin Ronacher
c00f1cf130
fix(agent): correct uuidv7 sequence handling
2026-05-13 15:53:53 +02:00
Armin Ronacher
8bf2bfab58
fix(coding-agent): align stripAnsi with strip-ansi
2026-05-13 15:52:33 +02:00
Armin Ronacher
e0b5d27af2
chore(deps): replace cli-highlight ( #4468 )
2026-05-13 12:19:45 +02:00
Armin Ronacher
2829146dde
chore(deps): Kill small dependencies ( #4467 )
2026-05-13 10:44:56 +02:00
Mario Zechner
6ff6dc6278
Merge pull request #4383 from maximilianzuern/docs/fixToolConfig
...
fix(coding-agent) docs: update tool configuration API in SDK docs
2026-05-13 00:16:50 +02:00
Mario Zechner
2b895e20cd
Merge pull request #4391 from yzhg1983/fix/sdk-example-session-dispose
...
fix(coding-agent): dispose SDK example sessions
2026-05-12 23:50:08 +02:00
Mario Zechner
5998b57958
Merge pull request #4426 from ofa1/fix/restore-tty-on-uncaught-exception
...
fix(coding-agent): restore terminal on uncaught exception
2026-05-12 23:48:28 +02:00
Armin Ronacher
64882c6a51
chore(deps): remove unused dependencies ( #4453 )
2026-05-12 23:35:41 +02:00
Mario Zechner
24e370fde5
Merge remote-tracking branch 'origin/main'
2026-05-12 23:35:17 +02:00
Mario Zechner
d62c416cfd
fix(coding-agent): allow tool expansion during extension confirms
...
closes #4429
2026-05-12 23:34:57 +02:00
Mario Zechner
5ac874c849
fix(coding-agent): retry Anthropic message_stop stream endings
...
closes #4433
2026-05-12 23:25:15 +02:00
Omair Ahmed
9d84e28692
fix(coding-agent): restore terminal on uncaught exception
...
When an uncaught exception fires in interactive mode, the process dies with
stdin still in raw mode and the cursor hidden, leaving the user with a
"borked" terminal that needs `stty sane && reset` to recover. The most
common trigger is an extension's async ChildProcess `exit` callback that
throws (e.g. from accessing a stale ctx after session replacement), but
this affects any uncaught throw from anywhere in pi.
Add an uncaughtException handler in registerSignalHandlers that calls
ui.stop() before exiting, mirroring the existing emergencyTerminalExit
pattern. The handler is registered with prependListener and tracked in
signalCleanupHandlers, so it is removed on graceful shutdown the same way
the other handlers are.
Unlike emergencyTerminalExit (used for SIGHUP / dead-terminal EIO), the
terminal is still alive on uncaughtException, so we run the normal
ui.stop() to restore cooked mode, the cursor, bracketed paste mode, and
Kitty / modifyOtherKeys sequences.
2026-05-11 16:27:27 -04:00
Armin Ronacher
3d9e14d748
fix(compaction): clamp summary output tokens
...
Fixes #4390 .
2026-05-11 16:36:27 +02:00
Michael Yu
d68011dab1
fix(coding-agent): dispose SDK example sessions
2026-05-11 13:26:08 +08:00
Maximilian
68deecfb4f
minor fix in body
2026-05-11 00:45:30 +02:00
Maximilian
74739567b9
fix tool config in SDK docs
2026-05-11 00:32:19 +02:00
Maximilian
df72d5eefe
fix inconsistency in README
2026-05-11 00:16:46 +02:00
Maximilian
4eadc8fd3e
fix tool config in example in SDK README.md
2026-05-10 23:34:28 +02:00
Maximilian
c3ce1d33d4
fix tool config in example in sdk.ts
2026-05-10 23:32:15 +02:00
Mario Zechner
f8d0fa67dc
fix(coding-agent): share theme across package scopes
...
closes #4333
2026-05-10 18:13:16 +02:00
Armin Ronacher
76131673d3
docs(coding-agent): update theme schema URLs
2026-05-09 23:03:58 +02:00
Mario Zechner
7adb8e7634
feat(ai): add Together AI provider
2026-05-08 16:44:18 +02:00
Mario Zechner
91bacac739
fix(coding-agent): show Option key on macOS
...
closes #4289
2026-05-08 15:48:20 +02:00
Mario Zechner
c889ff40e3
Merge pull request #4282 from PriNova/tw/fix-docs
...
docs(coding-agent): fix termux-open chooser flag
2026-05-08 15:32:25 +02:00
Mario Zechner
dfb9ffa9ee
Merge pull request #4299 from aliou/fix/resource-location-in-config-tui
...
fix(coding-agent): preserve .agents provenance in skill metadata
2026-05-08 15:32:01 +02:00
Mario Zechner
defd7038ab
fix(coding-agent): hyperlink update changelog closes #4280
2026-05-08 15:06:57 +02:00
Armin Ronacher
3421726e86
fix(coding-agent): disambiguate resource paths
2026-05-08 00:16:28 +02:00
PriNova
323abaea06
docs(coding-agent): fix termux-open chooser flag
2026-05-07 23:32:31 +02:00
Armin Ronacher
dacb7eaa90
fix(coding-agent): detect renamed npm self updates
2026-05-07 20:59:49 +02:00
Armin Ronacher
f4fc04cd75
doc: Update readmes
2026-05-07 20:02:19 +02:00
Mario Zechner
b38bd49be1
Add [Unreleased] section for next cycle
2026-05-07 18:02:17 +02:00
Mario Zechner
1eee081e29
Release v0.74.0
2026-05-07 17:15:00 +02:00
Mario Zechner
551385e409
chore: migrate packages to earendil works scope
2026-05-07 17:13:48 +02:00
Mario Zechner
147f815802
Add [Unreleased] section for next cycle
2026-05-07 16:45:27 +02:00