-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More seamless AI edit application #16913
Comments
/workflow
command I can enable a somewhat limited (limited in that it fails to apply about 80% of the time) system where I can directly apply edits from the assistant.
how does github have spam this bad, what on earth |
This is exactly what We are working on improving it. Rust performs significantly better than other languages for performing workflow edits right now - we are working on improving it beyond that. Thanks for trying it! |
@iamnbutler /workflow is broken for python. |
The ‘/workflow’ command was removed. Apparently it was never intended for general release. There appears to be an experimental feature flag to enable a different way to apply changes from the AI assistant. See #19900 (comment) |
This confused the hell out of me, until I searched the issues to see that it was removed. |
Based on #16913 (comment) Follow-up of #19900 Release Notes: - N/A
It seems that through the
/workflow
command I can enable a somewhat limited (limited in that it fails to apply about 80% of the time) system where I can directly apply edits from the assistant.I'd rather not have to do a special command, and instead just take the patches that Claude gives me, which are always in the format of:
and Zed could figure out if it was a new file, or existing file (ideally matching by name since sometimes it gets the path wrong), and have a button to just apply the changes (sometimes after I've edited them, since I love that I can edit the assistant responses).
My workaround right now is I just navigate to the file, select all, inline assistant, and tell it to "apply the changes we discussed." This has the benefit of being able to describe changes to the assistant output right there (if I need to say, e.g., apply the patch but remove the logging you added), but ideally I would be able to do that in another way (or I could just give the feedback in the assistant panel and then apply).
The text was updated successfully, but these errors were encountered: