fix(coding-agent): update clipboard dependency

closes #3946
This commit is contained in:
Mario Zechner
2026-04-30 10:03:27 +02:00
parent 156a9052bc
commit e91a303c59
3 changed files with 46 additions and 45 deletions

View File

@@ -9,6 +9,7 @@
### Fixed
- Updated `@mariozechner/clipboard` to an attested release so package managers with trust policies do not reject installs ([#3946](https://github.com/badlogic/pi-mono/issues/3946)).
- Fixed project context discovery to load `AGENTS.MD` files in addition to `AGENTS.md` ([#3949](https://github.com/badlogic/pi-mono/issues/3949)).
- Fixed `/handoff` to use compacted session context instead of pre-compaction raw messages ([#3945](https://github.com/badlogic/pi-mono/issues/3945)).
- Fixed idle follow-up submission to clear the editor like normal message submission ([#3926](https://github.com/badlogic/pi-mono/issues/3926)).

View File

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