From f687360c2bc84ddf71a1790d911942cd788da772 Mon Sep 17 00:00:00 2001 From: Tomi Eckert Date: Fri, 6 Mar 2026 03:22:08 +0100 Subject: [PATCH] feat: document new batch editing feature in README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7e1547b..e7c552e 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ This eliminates: ## Features +- **Batch Editing**: Apply multiple replace/delete operations atomically in a single pass without line drift - **Interactive REPL**: Chat with an AI model to edit files, manage directories, and execute commands - **Slash Commands**: `/setup`, `/help`, `/exit`, `/clear`, `/status`, `/compact`, `/reset` - **Token Tracking**: Real-time token usage and cost per response, plus session totals