← News

AI comes to Editora: actions and an embedded agentBeta

July 5, 2026

Editora now has optional AI, off by default and yours to configure.

AI actions call the model directly and stream the result:

AI Agent is a chat with an embedded coding agent over the Agent Client Protocol, defaulting to Claude Code’s claude-code-acp adapter (any ACP agent works). Its reads see your unsaved buffers, and its edits to open files apply as undoable buffer edits you review and save, with a permission dialog for each action.

Pick your provider in Settings: the Anthropic API (key from ANTHROPIC_API_KEY or a Settings override), or Local (OpenAI-compatible) to run everything against LM Studio, Ollama, or any local server, with no API key. See the AI guide.