Add link
This commit is contained in:
parent
c143e927fc
commit
315c6da14f
1 changed files with 2 additions and 2 deletions
|
@ -2683,9 +2683,9 @@ impl AgentPanel {
|
||||||
})
|
})
|
||||||
.when(cx.has_flag::<GeminiAndNativeFeatureFlag>(), |menu| {
|
.when(cx.has_flag::<GeminiAndNativeFeatureFlag>(), |menu| {
|
||||||
menu.separator().link(
|
menu.separator().link(
|
||||||
"Build Your Own Agent",
|
"Add Your Own Agent",
|
||||||
OpenBrowser {
|
OpenBrowser {
|
||||||
url: zed_urls::account_url(cx), // TODO: Add final URL
|
url: "https://agentclientprotocol.com/".into(),
|
||||||
}
|
}
|
||||||
.boxed_clone(),
|
.boxed_clone(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue