fix(coding-agent): update clipboard native package

closes #4492
This commit is contained in:
Mario Zechner
2026-05-17 01:19:01 +02:00
parent 7bdc1d7944
commit bfd6535f7b
3 changed files with 46 additions and 45 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Fixed macOS clipboard access errors under sandboxed pasteboard denial so they do not abort the process ([#4492](https://github.com/earendil-works/pi/issues/4492)).
- Fixed the scoped model startup hint to show the configured model-cycle keybinding ([#4508](https://github.com/earendil-works/pi/issues/4508)).
- Fixed `fd` auto-download on macOS x86_64 by pinning the last release that ships an Intel macOS binary ([#4559](https://github.com/earendil-works/pi/issues/4559)).
- Fixed skill diagnostics to stop warning when a skill name differs from its parent directory ([#4534](https://github.com/earendil-works/pi/issues/4534)).

View File

@@ -62,7 +62,7 @@
}
},
"optionalDependencies": {
"@mariozechner/clipboard": "^0.3.5"
"@mariozechner/clipboard": "^0.3.6"
},
"devDependencies": {
"@types/diff": "^7.0.2",