Switch to @mariozechner/clipboard fork with musl support

fixes #533
This commit is contained in:
Mario Zechner 2026-01-08 04:50:37 +01:00
parent b1fb910625
commit bf9a415541
5 changed files with 155 additions and 150 deletions

View file

@ -31,6 +31,7 @@
- OpenAI Codex context window reduced from 400k to 272k tokens to match Codex CLI defaults and prevent 400 errors ([#536](https://github.com/badlogic/pi-mono/pull/536) by [@ghoulr](https://github.com/ghoulr))
- Context overflow detection now recognizes `context_length_exceeded` errors.
- Key presses no longer dropped when input is batched over SSH ([#538](https://github.com/badlogic/pi-mono/issues/538))
- Clipboard image support now works on Alpine Linux and other musl-based distros ([#533](https://github.com/badlogic/pi-mono/issues/533))
## [0.37.8] - 2026-01-07