Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AI assistant programming section under AI #502

Merged
merged 3 commits into from
Nov 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -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]]
Expand Down Expand Up @@ -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.
Expand Down
Loading