Allow adding new contexts
This commit is contained in:
parent
cf934ab696
commit
55c8c6d3fb
3 changed files with 45 additions and 17 deletions
|
@ -1,9 +1,8 @@
|
|||
mod assistant;
|
||||
|
||||
use gpui::{actions, AppContext};
|
||||
use serde::{Deserialize, Serialize};
|
||||
pub mod assistant;
|
||||
|
||||
pub use assistant::AssistantPanel;
|
||||
use gpui::{actions, AppContext};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
actions!(ai, [Assist]);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue