Commit graph

18 commits

Author SHA1 Message Date
Agus Zubiaga
377376ee4b
Fix acp generating status after stop (#35852)
Release Notes:

- N/A
2025-08-23 10:38:15 -04:00
Ben Brandt
a646f94565
Wire up find_path tool in agent2 (#35799)
Release Notes:

- N/A

---------

Co-authored-by: Antonio Scandurra <me@as-cii.com>
2025-08-23 10:38:14 -04:00
Antonio Scandurra
948fd9c540
Add system prompt and tool permission to agent2 (#35781)
Release Notes:

- N/A

---------

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Co-authored-by: Max Brunsfeld <maxbrunsfeld@gmail.com>
2025-08-23 10:38:11 -04:00
Agus Zubiaga
6f193d94d5
Fix interrupting ACP threads and CC cancellation (#35752)
Fixes a bug where generation wouldn't continue after interrupting the
agent, and improves CC cancellation so we don't display "[Request
interrupted by user]"

Release Notes:

- N/A

---------

Co-authored-by: Cole Miller <cole@zed.dev>
2025-08-23 10:38:10 -04:00
Cole Miller
62554a978d
Fix flicker when agent plan updates (#35739)
Currently, when the agent updates its plan, there are a few frames where
the text after `Current:` in the plan summary is blank, causing a
flicker. This is because we treat that field as markdown, and the
`MarkdownElement` renders as blank until the raw text has finished
parsing in the background.

This PR fixes the flicker by changing `Markdown::new_text` to
optimistically render the source as a single `MarkdownEvent::Text` span
until background parsing has finished.

Release Notes:

- N/A

Co-authored-by: Agus Zubiaga <agus@zed.dev>
2025-08-23 10:38:10 -04:00
Agus Zubiaga
4f4f1c8882
Fix syntax highlighting in ACP diffs (#35748)
Release Notes:

- N/A
2025-08-23 10:38:10 -04:00
Ben Brandt
3cd60e81a1
ACP champagne (#35609)
cherry pick changes from #35510 onto latest main

Release Notes:

- N/A

---------

Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Antonio Scandurra <me@as-cii.com>
Co-authored-by: Lukas Wirth <lukas@zed.dev>
2025-08-23 10:38:09 -04:00
Cole Miller
57da8d4e86
Render error state when agent binary exits unexpectedly (#35651)
This PR adds handling for the case where an agent binary exits
unexpectedly after successfully establishing a connection.

Release Notes:

- N/A

---------

Co-authored-by: Agus <agus@zed.dev>
2025-08-23 10:37:27 -04:00
Agus Zubiaga
98cef9708d
Update to acp 0.0.18 (#35595)
Release Notes:

- N/A
2025-08-23 10:37:25 -04:00
Ben Brandt
5f184614e1
Update to new agent schema (#35578)
Release Notes:

- N/A

---------

Co-authored-by: Agus Zubiaga <agus@zed.dev>
2025-08-23 10:37:18 -04:00
Ben Brandt
2b3376ffa2
Fix false positive for editing status in agent panel (#35554)
Release Notes:

- N/A
2025-08-23 10:37:18 -04:00
Ben Brandt
e439342a81
agent_ui: More agent notifications (#35441)
Release Notes:

- N/A
2025-08-23 10:36:14 -04:00
Agus Zubiaga
a9ef9e10bd
Fix remaining agent server integration tests (#35222)
Release Notes:

- N/A
2025-08-23 10:36:05 -04:00
Agus Zubiaga
44812542d5
ACP over MCP server impl (#35196)
Release Notes:

- N/A

---------

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-08-23 10:36:03 -04:00
Agus Zubiaga
45daf26e7a
Refactor to use new ACP crate (#35043)
This will prepare us for running the protocol over MCP

Release Notes:

- N/A

---------

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
2025-08-23 10:35:54 -04:00
Agus Zubiaga
2090fb71c6
Display ACP plans (#34816)
Release Notes:

- N/A

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
2025-08-23 10:35:22 -04:00
Ben Brandt
6740f84de8
E2E Claude tests (#34702)
- **Fix cancellation of tool calls**
- **Make tool_call test more resilient**
- **Fix tool call confirmation test**

Release Notes:

- N/A
2025-08-23 10:35:20 -04:00
Agus Zubiaga
8e4555455c
Claude experiment (#34577)
Release Notes:

- N/A

---------

Co-authored-by: Conrad Irwin <conrad.irwin@gmail.com>
Co-authored-by: Anthony Eid <hello@anthonyeid.me>
Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
Co-authored-by: Nathan Sobo <nathan@zed.dev>
Co-authored-by: Oleksiy Syvokon <oleksiy.syvokon@gmail.com>
2025-07-17 14:25:55 +00:00