From a61a2214a7d6e4e49df5c1063ef20fe5e5ab26c5 Mon Sep 17 00:00:00 2001 From: Kang Tu Date: Tue, 5 Nov 2024 00:51:45 -0800 Subject: [PATCH] Add AI assistant programming section under AI (#502) * Add AI assistant programming section under AI * fix * update toc --- README.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index cf31129..e9006f3 100644 --- a/README.org +++ b/README.org @@ -109,7 +109,8 @@ Above all, enjoy using Emacs. The community, more than anything, makes Emacs a g - [[#ai][AI]] - [[#code-completion][Code Completion]] - [[#chatgpt][ChatGPT]] - - [[#session-management][Session Management]] + - [[#ai-assistant-programming][AI assistant programming]] + - [[#session-management][Session management]] - [[#keys-cheat-sheet][Keys Cheat Sheet]] - [[#note][Note]] - [[#org-mode][Org-mode]] @@ -852,6 +853,10 @@ External Guides: - [[https://github.com/xenodium/chatgpt-shell][chatgpt-shell]] - ChatGPT and DALL-E Emacs shells + Org Babel. - [[https://github.com/karthink/gptel][GPTel]] - A simple ChatGPT client for Emacs. +*** AI assistant programming + - [[https://github.com/tninja/aider.el][aider.el]] - aider (AI Pair Programming) Inside Emacs + - [[https://github.com/lanceberge/elysium][elysium]] - Automatically apply AI-generated changes as you code with GPTel + ** Session management - [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Saving-Emacs-Sessions.html#Saving-Emacs-Sessions][desktop]] - =[built-in]= Save and restore the state of your Emacs environment.