Skip to content

Red Editor v0.7.0

Latest

Choose a tag to compare

@github-actions github-actions released this 04 Sep 03:36
· 3 commits to main since this release
bfb9c66

Red v0.7.0: Your agent can point to the code it means

Red is a Vim-style terminal editor with a persistent Agent panel and focused inline help. This release turns explanations into source-linked walkthroughs, adds real multi-cursor editing, and makes large workspaces faster and safer.

Three things to try

  1. Follow an Agent explanation into the source. Press Space A and ask for a code walkthrough. Agent can annotate exact locations and link its answer to those cards, even across files.
  2. Ask inline about the code in front of you. Select code and press Space i for a scoped review, explanation, or refactor. Inline edits stay unsaved and undoable; wider or background changes require review.
  3. Edit repeated matches with Ctrl-n and one undo. Select successive occurrences or add vertical cursors, then change every selection in one undoable edit.

More in this release

  • New: Give Agent language-server diagnostics and a rename preview. Agent can inspect diagnostics and preview a cross-file semantic rename. Applied edits stay unsaved and undoable; start a new Agent conversation to load these tools.
  • New: Pick a model for the conversation you're in. Change the model and reasoning effort in the Agent panel without changing your global Codex configuration.
  • Improved: Find a file before a large workspace finishes scanning. File results stream in as discovery runs; completed indexes are cached. File trees and editor interactions also received targeted speedups.
  • New: Keep your edits when another tool changes the file. Clean buffers reload; dirty buffers show a conflict and keep both versions available to compare before you choose what to save.
  • New: Run Vim-style shell commands and range filters. Run :! commands or filter a visual range through a shell command; successful output becomes one undoable edit.
  • New: Try Red in a guided, disposable practice buffer. A new first-run welcome offers a hands-on tour of editing, navigation, Git, and the Agent workflow without changing your project.

Agent support requires an installed Codex CLI and codex login.

What's Changed

Features

Performance

Bug Fixes

Documentation

  • editor: Clarify agent workflows and upcoming release features by @fcoury-oai in #351
  • perf: Record edit replay optimization plan by @fcoury-oai

Tests

  • lsp: Make diagnostic close fixture portable by @fcoury-oai

Maintenance

  • branch: Sync main before snippet fix publication by @fcoury-oai

Other

Contributors

Installation

Homebrew

brew install codersauce/tap/red

macOS

curl --proto '=https' --tlsv1.2 -fsSL https://getred.dev/install.sh | sh

Linux

curl --proto '=https' --tlsv1.2 -fsSL https://getred.dev/install.sh | sh

Windows

irm https://getred.dev/install.ps1 | iex

Install Codex separately and run codex login to enable agent support.

Checksums

Download SHA256SUMS.txt from this release to verify archives.

Full Changelog

v0.6.0...v0.7.0