branch: elpa/aidermacs commit c91522d2c64d05dc5ff6c3d9b7e01ae32e8d81e3 Author: Mingde (Matthew) Zeng <matthew...@posteo.net> Commit: Mingde (Matthew) Zeng <matthew...@posteo.net>
Update docstring --- aidermacs-backend-comint.el | 2 +- aidermacs-backend-vterm.el | 2 +- aidermacs-backends.el | 2 +- aidermacs-doom.el | 2 +- aidermacs-helm.el | 2 +- aidermacs-models.el | 2 +- aidermacs-utils.el | 2 +- aidermacs.el | 4 ++-- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/aidermacs-backend-comint.el b/aidermacs-backend-comint.el index 848c739f1a..4af2e7993b 100644 --- a/aidermacs-backend-comint.el +++ b/aidermacs-backend-comint.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;;; Commentary: ;; Comint backend implementation for aidermacs.el diff --git a/aidermacs-backend-vterm.el b/aidermacs-backend-vterm.el index c417611247..b01b7c92a3 100644 --- a/aidermacs-backend-vterm.el +++ b/aidermacs-backend-vterm.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;;; Commentary: ;; VTerm backend implementation for aidermacs.el diff --git a/aidermacs-backends.el b/aidermacs-backends.el index a36873858d..88667c5612 100644 --- a/aidermacs-backends.el +++ b/aidermacs-backends.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;;; Commentary: ;; Backend dispatcher for aidermacs.el diff --git a/aidermacs-doom.el b/aidermacs-doom.el index 1b457fbd91..d04b1ab527 100644 --- a/aidermacs-doom.el +++ b/aidermacs-doom.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;; ;; This file is not part of GNU Emacs. ;; diff --git a/aidermacs-helm.el b/aidermacs-helm.el index d6309fc24f..bd03576ed3 100644 --- a/aidermacs-helm.el +++ b/aidermacs-helm.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;;; Commentary: ;; Optional Helm completion interface for aidermacs.el diff --git a/aidermacs-models.el b/aidermacs-models.el index 41c0ee7d57..7330f1edd3 100644 --- a/aidermacs-models.el +++ b/aidermacs-models.el @@ -4,7 +4,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;;; Commentary: ;; Model selection functionality for aidermacs.el diff --git a/aidermacs-utils.el b/aidermacs-utils.el index 93b6e76d7e..e3269b6494 100644 --- a/aidermacs-utils.el +++ b/aidermacs-utils.el @@ -3,7 +3,7 @@ ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;; New function to run `find-name-dired` from the Git repository root directory ;;;###autoload diff --git a/aidermacs.el b/aidermacs.el index b4cc575363..1f18770790 100644 --- a/aidermacs.el +++ b/aidermacs.el @@ -1,10 +1,10 @@ -;;; aidermacs.el --- aidermacs package for interactive conversation with aidermacs -*- lexical-binding: t; -*-a +;;; aidermacs.el --- aidermacs package for interactive conversation with aider -*- lexical-binding: t; -*-a ;; Author: Mingde (Matthew) Zeng <matthew...@posteo.net> ;; Version: 0.5.0 ;; Package-Requires: ((emacs "26.1") (transient "0.3.0")) ;; Keywords: ai emacs agents llm aider ai-pair-programming, convenience, tools ;; URL: https://github.com/MatthewZMD/aidermacs.el -;; Originally inspired by: Kang Tu <tni...@gmail.com> Aider.el +;; Originally forked from: Kang Tu <tni...@gmail.com> Aider.el ;;; Commentary: ;; This package provides an interactive interface to communicate with https://github.com/paul-gauthier/aidermacs.