Skip to content

Red Editor v0.6.0

Latest

Choose a tag to compare

@github-actions github-actions released this 17 Aug 02:59
· 114 commits to main since this release
821aed4

What's Changed

Bug Fixes

  • neotree: Highlight newly created files by @fcoury in #195
  • editor: Refresh visual block edits by @fcoury in #203
  • agent: Focus composer on first toggle by @fcoury in #209
  • agent: Separate submitted prompts from busy status by @fcoury in #208
  • git: Make dashboard staging reliable by @fcoury
  • git: Report commit outcomes by @fcoury
  • session: Restore clean workspaces on restart by @fcoury in #219
  • ci: Serialize Codex mock processes by @fcoury
  • ci: Serialize shared dispatcher tests by @fcoury
  • plugin: Remove global test serialization by @fcoury
  • editor: Preserve undo across buffer overrides by @fcoury in #224
  • editor: Accept command keys as replacements by @fcoury in #225
  • editor: Reuse buffers for file aliases by @fcoury in #227
  • agent: Follow transcript after prompt submission by @fcoury in #229
  • editor: Match neovim jumplist semantics by @fcoury in #228
  • editor: Surface workspace action errors by @fcoury
  • editor: Prevent stale commit buffer cache reuse by @fcoury-oai
  • completion: Use icon for text items by @fcoury
  • completion: Align completion item labels by @fcoury
  • editor: Preserve viewport at insertion line ends by @fcoury-oai
  • editor: Clear dirty state when contents match saved text by @fcoury-oai in #246
  • editor: Exit empty command mode on backspace by @fcoury-oai in #248
  • agent: Focus composer when opening conversation by @fcoury-oai in #253

Features

Other

  • release: Generate contributor-friendly release notes by @fcoury in #217
  • Streamline pull request validation by @fcoury in #223

Performance

Tests

  • whats-new: Use stable release notes fixtures by @fcoury

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.5.0...v0.6.0