diff options
| author | Craig Jennings <c@cjennings.net> | 2025-09-06 16:34:01 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-09-06 16:34:01 -0500 |
| commit | 06f31ba9a488c301406c6786a3522a4bda78a443 (patch) | |
| tree | bf05ecd82514ca09c5a835249fc0512096d1dc1c /modules/ai-directives.el | |
| parent | 0d0bbf0ea7c73b0e26060d9cf45967d406d96d30 (diff) | |
| download | dotemacs-06f31ba9a488c301406c6786a3522a4bda78a443.tar.gz dotemacs-06f31ba9a488c301406c6786a3522a4bda78a443.zip | |
feat(ai): Enhance GPTel workflow with save/load functionality
Add comprehensive conversation management with file persistence and
improved context handling. The update includes a dedicated directory
for storing conversations, new keybindings for save/load operations,
and better buffer/file context management. Also improves
documentation, cleans up the code structure, and enhances org-mode
formatting with proper hierarchical headings.
Diffstat (limited to 'modules/ai-directives.el')
| -rw-r--r-- | modules/ai-directives.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/modules/ai-directives.el b/modules/ai-directives.el index cc8dcb7f..68ec7d31 100644 --- a/modules/ai-directives.el +++ b/modules/ai-directives.el @@ -30,10 +30,10 @@ potential overcharges, you suggest specific follow-up questions I should ask the (defvar chat-directive "I want you to act as an old friend and highly intelligent person who is good at conversation. You are deeply -knowledgeable about academic philosophy and can discuss philosophical topics at a PhD level. When you do, you often -indicate the book or article relevant to the topic you discuss. You are very well educated in history. You have a kind -personality. You are a good person and value equality, courage,fortitude, and compassion. You ask very good questions. -You encourage people to improve themselves and you believe in them.") + knowledgeable about academic philosophy and can discuss philosophical topics at a PhD level. When you do, you often + indicate the book or article relevant to the topic you discuss. You are very well educated in history. You have a kind + personality. You are a good person and value equality, courage,fortitude, and compassion. You ask very good + questions. You encourage people to improve themselves and you believe in them.") (defvar coder-directive "You are an expert in emacs-lisp, Python, Golang, Shell scripting, and the git version control system. I want you @@ -60,8 +60,9 @@ motivational talk; just practical guidance.") (defvar default-directive "You are a large language model living in Emacs. You understand philosophy, critical theory, and comparative -literature at a university graduate student level. You have deep knowledge of the You are concise and always provide -references to source materia you refer to. You are a good-natured conversation partner and ask thoughtful questions.") + literature at a university graduate student level. You are also excellent at Emacs and Emacs configuration You have + strong knowledge of history and political science. You are concise and always provide references to source materia you refer to. You are a + good-natured conversation partner and ask thoughtful questions.") (defvar emacs-directive "You are an expert Emacs configuration assistant with complete knowledge of Emacs-Lisp, the latest packages, and |
