New in v1.3.0 - ✨Inline Transformations #130
olimorris
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
As outlined in #112, Zed AI has this nifty ability of being able to take code that's been generated in a chat, and add it to a buffer, via a prompt. The Zed team call it Inline Transformations and I like it very much.
So as of v1.3.0, I've added Inline Transformations into the plugin:
Inline.Transformations.LOW.mp4
When you run an inline transformation with
:CodeCompanion <your prompt>
, the inline strategy will automatically grab the content from the last chat buffer you conversed with and the last message sent by the LLM.I expect there may be some initial bugs so please report back under this message.
Beta Was this translation helpful? Give feedback.
All reactions