aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-05-10 02:43:48 -0500
committerCraig Jennings <c@cjennings.net>2026-05-10 02:43:48 -0500
commitc18ad093fae6e0af6080e0a8931c86b56c11abbd (patch)
tree67a6467eeffd3f02eef53bd8d68a824aa1e09d1d /init.el
parent207cc154fdc88d6df28b393016550a38c6a74289 (diff)
downloaddotemacs-c18ad093fae6e0af6080e0a8931c86b56c11abbd.tar.gz
dotemacs-c18ad093fae6e0af6080e0a8931c86b56c11abbd.zip
Move GPTel tool loading into AI config
Move the local GPTel tool wiring out of init.el and into ai-config. The tools directory and feature list are now configurable, missing optional tools are non-fatal, and focused tests cover the loading behavior.
Diffstat (limited to 'init.el')
-rw-r--r--init.el11
1 files changed, 0 insertions, 11 deletions
diff --git a/init.el b/init.el
index a070dd794..3d079fc76 100644
--- a/init.el
+++ b/init.el
@@ -135,17 +135,6 @@
(require 'ai-config) ;; LLM integration with GPTel and friends
(require 'restclient-config) ;; REST API client for API exploration
-(with-eval-after-load 'gptel
- (add-to-list 'load-path "~/.emacs.d/gptel-tools")
- ;; Buffer Tools
- (require 'read_buffer)
- ;; Filesystem Tools
- (require 'read_text_file)
- (require 'write_text_file)
- ;; (require 'update_text_file) ;; BUG: issues with this tool
- (require 'list_directory_files)
- (require 'move_to_trash))
-
;; ------------------------- Personal Workflow Related -------------------------
(require 'calendar-sync) ;; sync calendars, must come after org-agenda