zed/crates/assistant/src
Thorsten Ball 6c93c4bd35
assistant: render api key editor if no credentials are set (#7197)
This hopefully reduces confusion for new users. I updated the docs just
this morning, but I figured it's probably better to fix the issue
itself.

So what this does is to render the API key editor whenever the assistant
panel is opened/focused and no credentials can be found.

See: https://github.com/zed-industries/zed/discussions/6943

Release Notes:

- Fixed assistant panel not showing dialog to enter API key when opened
without saved credentials.

---------

Co-authored-by: Piotr <piotr@zed.dev>
2024-02-01 11:16:03 +01:00
..
assistant.rs
assistant_panel.rs assistant: render api key editor if no credentials are set (#7197) 2024-02-01 11:16:03 +01:00
assistant_settings.rs
codegen.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
prompts.rs text: Wrap BufferId into a newtype 2024-01-29 20:00:47 +01:00
streaming_diff.rs