fix(coding-agent): sync clipboard binary archive deps

closes #5184
This commit is contained in:
Mario Zechner
2026-05-30 00:52:03 +02:00
parent ed1952c5ca
commit 31b961f2ac
2 changed files with 14 additions and 8 deletions

View File

@@ -7,6 +7,10 @@
- Exported `convertToPng` for extension authors.
- Exported `parseArgs` and type `Args` for extension authors.
### Fixed
- Fixed Bun release archive creation to install and copy the matching `@mariozechner/clipboard` base package and native sidecars ([#5184](https://github.com/earendil-works/pi/issues/5184)).
## [0.77.0] - 2026-05-28
### New Features