From cda6220bbce39e9bb1117e1536c027f07b86311e Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Mon, 1 Jul 2024 13:57:11 +0300 Subject: [PATCH] docs: add fast edit feature description --- DESCRIPTION.md | 6 ++++++ README.md | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/DESCRIPTION.md b/DESCRIPTION.md index f4398c41..018e70a1 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -22,6 +22,12 @@ CodeGPT also supports vision models and image understanding, allowing you to att ![Chat with Vision](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/new/chat-interface.png?raw=true) +### Fast Edit + +Transform your code effortlessly using natural language instructions. Highlight the code you want to modify, describe the desired changes, and let CodeGPT implement them automatically. + +![Fast Edits](https://www.codegpt.ee/fast-code-edits-cover.png) + ### Commit Message Generation CodeGPT can generate meaningful commit messages based on the changes made in your codebase. It analyzes the diff of your staged changes and suggests concise and descriptive commit messages, saving you time and effort. diff --git a/README.md b/README.md index 346d37d0..19473743 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ CodeGPT also supports vision models and image understanding, allowing you to att ![Chat with Vision](https://github.com/carlrobertoh/CodeGPT-docs/blob/main/images/new/chat-interface.png?raw=true) +### Fast Edit + +Transform your code effortlessly using natural language instructions. Highlight the code you want to modify, describe the desired changes, and let CodeGPT implement them automatically. + +![Fast Edits](https://www.codegpt.ee/fast-code-edits-cover.png) + ### Commit Message Generation CodeGPT can generate meaningful commit messages based on the changes made in your codebase. It analyzes the diff of your staged changes and suggests concise and descriptive commit messages, saving you time and effort.