Skip to main content
Fast AI edits on Zo Computer are powered by Morph, a specialized LLM trained to be world class at applying changes to text files. This is similar to the approach taken by Cursor, using speculative decoding to achieve lightning fast file edits.

Parameters

target_file
string
required
Absolute path of the file to edit.
instructions
string
required
A single sentence written in the first person describing what you’re changing. Used to help disambiguate uncertainty in the edit.
code_edit
string
required
Specify ONLY the precise lines of code that you wish to edit. Use // … existing code … for unchanged sections.