fix(coding-agent): add OpenCode session headers

closes #4847
This commit is contained in:
Armin Ronacher
2026-05-22 22:22:55 +02:00
parent 9b62f1f87c
commit 42379a37bd
3 changed files with 43 additions and 3 deletions

View File

@@ -13,6 +13,7 @@
### Fixed
- Fixed OpenCode Zen/Go requests to send per-session OpenCode routing headers ([#4847](https://github.com/earendil-works/pi/issues/4847)).
- Fixed Amazon Bedrock provider loading under strict package managers by inheriting the declared `@smithy/node-http-handler` dependency from `@earendil-works/pi-ai` ([#4842](https://github.com/earendil-works/pi/issues/4842)).
- Fixed exported session HTML to escape quote characters in attribute values ([#4832](https://github.com/earendil-works/pi/issues/4832)).
- Fixed GitHub Copilot device-code login to keep opening the verification URL in browser-capable environments while ignoring browser launch failures for headless use.