Add an onboarding banner for the Agent panel (#30050)
This PR adds an onboarding banner for the Agent panel: <img width="262" alt="Screenshot 2025-05-06 at 6 54 58 PM" src="https://github.com/user-attachments/assets/52849e64-7d5d-488c-8456-4d7bd97f8ebd" /> Release Notes: - N/A
This commit is contained in:
parent
0db8668404
commit
300da3b718
5 changed files with 176 additions and 6 deletions
|
@ -186,7 +186,10 @@ pub mod icon_theme_selector {
|
|||
pub mod agent {
|
||||
use gpui::actions;
|
||||
|
||||
actions!(agent, [OpenConfiguration]);
|
||||
actions!(
|
||||
agent,
|
||||
[OpenConfiguration, OpenOnboardingModal, ResetOnboarding]
|
||||
);
|
||||
}
|
||||
|
||||
pub mod assistant {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue