Back to browse
GitHub Repository

A New Editor / Agent Native Editor

16 starsRust

Ane, a new chord-based terminal code editor with one-shot CLI edits

by cohix·May 15, 2026·5 points·0 comments

AI Analysis

●●SolidNiche GemBig Brain

Chord grammar designed for AI agents outputs unified diffs to save tokens.

Strengths
  • Four-part chord system (action, positional, scope, component) enables composable editing.
  • Native LSP integration allows language-aware chords without plugins.
  • Headless exec mode specifically optimized for AI agent token efficiency.
Weaknesses
  • Explicitly admits no plugin system, limiting extensibility compared to Vim or Neovim.
  • Early v0.1 stage means missing standard chords and potential workflow friction.
Target Audience

Terminal power users and AI agent developers

Similar To

Vim · Helix · Kakoune

Post Description

I’ve had this idea for a new code editor chord grammar bouncing around in my head for over 2 years, and now I can finally release v0.1 of ane. You can run it one-shot from scripts or agents (`ane exec —chord…`) or use its full-on TUI editor. ane is pure Rust, and integrates tree-sitter and LSP to provide a pleasant and predictable terminal code editing experience. I’d love folks to try it out and give feedback! Thanks :)

Similar Projects