From 4912de7fc46e4070738bd7a1c84e4e54ff3d0200 Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Tue, 29 Oct 2024 09:32:18 +0000 Subject: [PATCH] docs: update readme and plugin description --- DESCRIPTION.md | 4 ++-- README.md | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index ebfbb221..45c39872 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -26,9 +26,9 @@ CodeGPT offers a wide range of features to enhance your development experience: Get instant coding advice through a ChatGPT-like interface that accepts image input. Ask questions, share screenshots, seek explanations, or get guidance on your projects without leaving your IDE. -### Auto Apply +**Auto Apply** -Automatically insert AI-suggested code directly into your active file. Click the Auto Apply icon to stream changes, view them in diff style, and approve or reject edits directly. +Stream AI-suggested code changes directly into your editor. Preview modifications in diff view and approve or reject them with a single click. **Use images** diff --git a/README.md b/README.md index 8dc37d13..4178f2d8 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,8 @@ CodeGPT offers a wide range of features to enhance your development experience: ### Chat +- **Auto Apply:** Stream AI-suggested code changes directly into your editor. Preview modifications in diff view and approve or reject them with a single click. + - **Use images:** Chat with your images. Upload manually or let CodeGPT auto-detect your screenshots. - **Reference your files and folders:** Quickly access and reference your project files and folders for context-aware coding assistance.