fix(coding-agent): ship clipboard sidecar in bun binaries

closes #4307
This commit is contained in:
Mario Zechner
2026-05-23 10:47:35 +02:00
parent 2e1f07bac2
commit 3f89350cef
5 changed files with 158 additions and 92 deletions

View File

@@ -23,6 +23,7 @@
- Fixed final bash tool cards to avoid rendering duplicate full-output truncation paths ([#4819](https://github.com/earendil-works/pi/issues/4819)).
- Fixed bash tool truncation line counts to ignore the trailing newline as an extra output line ([#4818](https://github.com/earendil-works/pi/issues/4818)).
- Fixed footer home-directory abbreviation to avoid shortening sibling paths that only share the same prefix ([#4878](https://github.com/earendil-works/pi/issues/4878)).
- Fixed macOS Bun release binaries to resolve the native clipboard sidecar so Ctrl+V image paste can load `@mariozechner/clipboard` ([#4307](https://github.com/earendil-works/pi/issues/4307)).
## [0.75.4] - 2026-05-20