ACP (#34030)
Implements an ACP client that can be used from the agent panel
This commit is contained in:
parent
b9b42bee99
commit
495ec7a109
39 changed files with 4839 additions and 23 deletions
|
@ -92,6 +92,12 @@ impl FeatureFlag for JjUiFeatureFlag {
|
|||
const NAME: &'static str = "jj-ui";
|
||||
}
|
||||
|
||||
pub struct AcpFeatureFlag;
|
||||
|
||||
impl FeatureFlag for AcpFeatureFlag {
|
||||
const NAME: &'static str = "acp";
|
||||
}
|
||||
|
||||
pub struct ZedCloudFeatureFlag {}
|
||||
|
||||
impl FeatureFlag for ZedCloudFeatureFlag {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue