Commit graph

30 commits

Author SHA1 Message Date
Agus Zubiaga
2a00a53fcf Clean up 2025-07-22 19:26:18 -03:00
Agus Zubiaga
1e5625c4b4 Merge branch 'main' into mcp-codex 2025-07-22 19:24:10 -03:00
Agus Zubiaga
20c0a06485 Use codex-reply on the second request 2025-07-22 19:21:48 -03:00
Agus Zubiaga
5d985fa1d8
Improve MCP server responses (#34927)
Release Notes:

- N/A
2025-07-22 22:14:34 +00:00
Agus Zubiaga
598a8180b5 Initialize codex with MCP server 2025-07-22 19:03:28 -03:00
Agus Zubiaga
07a08f0972 Fix elicitation decoding 2025-07-22 17:43:28 -03:00
Agus Zubiaga
cedd6aa704 Wire up elicitations 2025-07-22 17:34:02 -03:00
Conrad Irwin
966d29dcd9 WIp 2025-07-22 13:49:28 -06:00
Conrad Irwin
c0c698b883 WIP elciication
t
2025-07-22 12:29:27 -06:00
Ben Brandt
0fa7d58a3e
Pass Zed MCP Server as command args 2025-07-22 15:11:48 +02:00
Ben Brandt
9b91445967
Use pathbuf in McpServerConfig 2025-07-22 15:06:39 +02:00
Ben Brandt
480adade63
Add correct codex path and setup e2e tests (not running yet) 2025-07-22 14:13:05 +02:00
Ben Brandt
47dec0df99
Add local command for codex 2025-07-22 13:56:55 +02:00
Ben Brandt
f20edf1b50
Remove unneeded todo 2025-07-22 12:20:52 +02:00
Ben Brandt
03b94f5831
Merge branch 'main' into mcp-codex 2025-07-22 12:20:13 +02:00
Agus Zubiaga
e7298c0736 Display tool calls 2025-07-21 20:23:27 -03:00
Agus Zubiaga
a822711e99 Stop generation 2025-07-21 19:46:14 -03:00
Agus Zubiaga
4b1ace9a54 Handle Agent Reasoning 2025-07-21 18:29:13 -03:00
Agus Zubiaga
769d6dc632 Stream text 2025-07-21 18:26:28 -03:00
Agus Zubiaga
722a05bc21
Wire up stop button in claude threads (#34839)
Release Notes:

- N/A

---------

Co-authored-by: Ben Brandt <benjamin.j.brandt@gmail.com>
2025-07-21 20:33:59 +00:00
Agus Zubiaga
f56910556f Connect to Codex MCP server 2025-07-21 15:19:50 -03:00
Agus Zubiaga
cc56196152
Fix loading agent server settings (#34662)
Release Notes:

- N/A
2025-07-21 14:26:00 +00:00
Agus Zubiaga
405244d422
Display ACP plans (#34816)
Release Notes:

- N/A

---------

Co-authored-by: Danilo Leal <daniloleal09@gmail.com>
2025-07-21 11:11:37 -03:00
Ben Brandt
57ab09c2da
claude: Don't quote executable path in mcp configuration (#34805)
This was generating an invalid string for the configuration, removing
the extra quotes makes it work. This affected the versions of Zed that
have a space in their name.

Release Notes:

- N/A
2025-07-21 09:53:05 +00:00
Ben Brandt
cfe1adc792
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-07-18 13:17:41 +00:00
Agus Zubiaga
dab0b3509d
Unify agent server settings and extract e2e tests out (#34642)
Release Notes:

- N/A
2025-07-17 17:34:38 +00:00
Ben Brandt
b0eac4267d
Mark glob/grep as code blocks (#34628)
Release Notes:

- N/A
2025-07-17 15:01:02 +00: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
Conrad Irwin
fc24102491
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>
2025-07-15 17:52:50 -06:00
Conrad Irwin
495ec7a109
ACP (#34030)
Implements an ACP client that can be used from the agent panel
2025-07-09 16:02:31 +00:00