fix(coding-agent): remove Vercel AI Gateway attribution

This commit is contained in:
Vegard Stikbakke
2026-07-03 15:14:01 +02:00
parent 4a9c962b59
commit 83cbfc6521
3 changed files with 4 additions and 19 deletions
+4
View File
@@ -17,6 +17,10 @@
- Fixed custom session entries appended during assistant streaming to render before the live assistant message, matching persisted session order.
- Fixed oversized bash tool timeouts to fail with a clear validation error instead of being clamped to an immediate timeout ([#6181](https://github.com/earendil-works/pi/issues/6181)).
### Removed
- Removed default attribution headers from Vercel AI Gateway requests.
## [0.80.3] - 2026-06-30
### New Features