Agentic mode for AI Assistant #24028
Replies: 10 comments 22 replies
This comment was marked as spam.
This comment was marked as spam.
-
Hey, so there's a company competing with cursor in the VSCode realm and pretty much all they do is find the best open source ai coding software and integrate it seamlessly into the IDE. It's called PairAI. Do you think an approach like this may be the best initial approach so that the Zed team doesn't need to build these tools from the ground up? |
Beta Was this translation helpful? Give feedback.
-
The idea of selecting agent modes sounds reasonable. The mode I'd like to see is one where I'm able to provide a prompt template for a complete app structure and then set a mode that then places the results generated into project directories and files automatically. I have tried to convey that concept and mode in #21259 So far, I check back with Zed but have not seen any progress in the AI department to speak of. I tested my template with WindSurf and it was able generate the project structure. Still I'd like to see Zed lead the charge in the AI IDE arena. |
Beta Was this translation helpful? Give feedback.
-
Small update with a list of useful resources:
At this point, it seems reasonable to extend MCP support for tools and add an MCP tool server as part of Zed. This also aligns with tasks in the #ai channel regarding context inference. |
Beta Was this translation helpful? Give feedback.
-
I second this. |
Beta Was this translation helpful? Give feedback.
-
Here's an example neovim plugin which gets the workflow I'd be interested in having in zed: https://github.com/dlants/magenta.nvim It seems the basics are already in place in zed. I'd start by giving the agent LSP as a tool, and allow users to configure additional tools as needed. Another great example of how this has been solved is in goose extensions - https://block.github.io/goose/docs/getting-started/using-extensions |
Beta Was this translation helpful? Give feedback.
-
Quick update: from what i saw in recent code: team working on bringing tool calls to assistant, but still, no official announces or updates I'd say that main goal for us as community rn is to provide clear requirements/expectation on agents mode features and how it should work alongside with usual assistant, bc agents probably would be based on suggest edits feature that right now works as follow:
So to make custom agents there is no need in some additional selectors as i've suggested before, i would say that it could be achieved with slash command to include agent promp. However prompt template for live diff should not oblige you to use it only with attached tab or file. |
Beta Was this translation helpful? Give feedback.
-
Agentic mode would be (even) nices, but for now I’d be plenty happy with a context server that finds/adds files relevant to the current chat. I’m going to see what I can do with MCP and slash commands. |
Beta Was this translation helpful? Give feedback.
-
Recently i tried Cursor agentic mode and now want that in Zed (btw I am not the only one with such request). I found some other topics that may be related to this discussion, but I think it would be right to make and discuss feature proposition in correct category.
Some of related issues:
All discussions comes to this list:
list-files
,read-files
,update-files
,create-files
,execute-command
, andsearch
for tool call, so agents could gather contexts themselvesI started to gather requirements to make a plan for realisation and found out that there are questions that should be answered at first:
Beta Was this translation helpful? Give feedback.
All reactions