Release Notes: - N/A --------- Co-authored-by: Antonio Scandurra <antonio@zed.dev> Co-authored-by: agus <agus@zed.dev>
422 B
422 B
- The changes must replace the previous output returned by
FindReplaceFileToolwith the newToolResultstruct. The struct should contain anoutputfield that is the same as the string we were returning before, and a newcardfield that contains a view for the card - The card should be a view that displays a diff. Each line in the diff should be colored according to whether it was added, removed or unchanged.