
This PR fixes an issue where opening the configuration view from the model selector in the Agent (or inline assist) was not working properly. Fixes https://github.com/zed-industries/zed/issues/28078. Release Notes: - Agent Beta: Fixed an issue where selecting "Configure" in the model selector would not bring up the configuration view.
23 lines
463 B
TOML
23 lines
463 B
TOML
[package]
|
|
name = "language_model_selector"
|
|
version = "0.1.0"
|
|
edition.workspace = true
|
|
publish.workspace = true
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[lib]
|
|
path = "src/language_model_selector.rs"
|
|
|
|
[dependencies]
|
|
feature_flags.workspace = true
|
|
gpui.workspace = true
|
|
language_model.workspace = true
|
|
log.workspace = true
|
|
picker.workspace = true
|
|
proto.workspace = true
|
|
ui.workspace = true
|
|
workspace-hack.workspace = true
|
|
zed_actions.workspace = true
|