Skip to main content
AI Writing Automation for Mac | Echoo

Code Commands

Code commands turn a selection in your editor into a review, a refactor, or a plain-English explanation without leaving the file you are working in. Select the code, press your shortcut, and Echoo sends it to the model you configured and either replaces the selection or opens the answer in a popup.

These commands are most useful in the gap between "it works" and "it is ready to review". Code Improver reads a function and returns a cleaner version with the reasoning attached, so you can take the parts you agree with. Explain Error takes a stack trace you have never seen before and tells you the likely cause rather than restating the message.

Every command is a prompt you can edit. If your team has a house style, open the command and add it to the prompt once - it then applies to every run. Pair these with a local model through Ollama if the code cannot leave your machine.

Commands