feat(coding-agent): add settings http proxy

closes #5790
This commit is contained in:
Armin Ronacher
2026-06-16 18:53:19 +02:00
parent 0680726ac4
commit 910508595a
6 changed files with 83 additions and 4 deletions

View File

@@ -4,6 +4,7 @@
### Added
- Added a global `httpProxy` setting that applies as `HTTP_PROXY` and `HTTPS_PROXY` for Pi-managed HTTP clients ([#5790](https://github.com/earendil-works/pi/issues/5790)).
- Added `auth.json` API key `env` values so provider-specific environment overrides can be scoped to Pi and propagated to inherited provider configuration ([#5728](https://github.com/earendil-works/pi/issues/5728)).
### Changed