build: pin Rust toolchain to 1.92 for reliable builds

* build: pin Rust toolchain to 1.92 for reliable builds

* feat(onboard): add GLM-5 as selectable Zhipu model

* fix(onboard): map zhipu alias to GLM model selections

* fix(onboard): map zhipu alias to GLM model selections

* fix(onboard): show model options for Z.AI provider
This commit is contained in:
Leonardo Gonzalez 2026-02-15 14:36:18 -05:00 committed by GitHub
parent 49bb20f961
commit 92c42dc24d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

2
rust-toolchain.toml Normal file
View file

@ -0,0 +1,2 @@
[toolchain]
channel = "1.92"