Tweaks to ACP for the Gemini PR (#34506)
- **Update to use --experimental-acp** - **Fix tool locations** Closes #ISSUE Release Notes: - N/A *or* Added/Fixed/Improved ... --------- Co-authored-by: mkorwel <matt.korwel@gmail.com> Co-authored-by: Agus Zubiaga <agus@zed.dev>
This commit is contained in:
parent
7ca3d969e0
commit
fc24102491
2 changed files with 45 additions and 4 deletions
|
@ -56,7 +56,7 @@ pub trait AgentServer: Send {
|
|||
) -> impl Future<Output = Result<AgentServerVersion>> + Send;
|
||||
}
|
||||
|
||||
const GEMINI_ACP_ARG: &str = "--acp";
|
||||
const GEMINI_ACP_ARG: &str = "--experimental-acp";
|
||||
|
||||
impl AgentServer for Gemini {
|
||||
async fn command(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue