feat(coding-agent): support provider arguments for login

This commit is contained in:
Armin Ronacher
2026-07-08 12:06:00 +02:00
parent 62f45badae
commit 312bc713bb
5 changed files with 257 additions and 36 deletions
+1
View File
@@ -4,6 +4,7 @@
### Added
- Added `/login <provider>` support with provider autocomplete.
- Added public SDK exports for CLI-equivalent model and scoped-model resolution ([#6201](https://github.com/earendil-works/pi/issues/6201)).
- Added extension entry renderers for persisted display-only session entries that are rendered in interactive mode without being sent to the model context.