c4a2dff9df
feat(gptel): store plans outside project directory
2026-08-06 15:47:08 -03:00
1e43561320
refactor: translate init-ai.el strings from Spanish to English
2026-08-06 15:15:52 -03:00
4101ae7fa2
docs(ai): Use English for docstrings
2026-08-06 11:43:38 -03:00
66ef378009
fix(gptel-magit): handle reasoning cells in callbacks
2026-08-06 00:01:51 -03:00
9a64a40a3b
feat(gptel): implement safe Eval tool for AI agent
2026-08-05 23:46:18 -03:00
b5b4fb34af
refactor(ai): simplify gptel backend configuration
2026-08-05 23:42:56 -03:00
927f0db2a7
feat(ai): port opencode agents and tools for gptel-agent
2026-08-05 23:07:44 -03:00
ac4ef40e9a
feat(ai): add OpenCode Go and OpenCode Free backends to gptel
2026-08-05 19:17:07 -03:00
929df1655f
style(ai): change default gptel mode to markdown-mode
2026-06-11 08:13:32 -03:00
de9b8c9b84
chore(ai): update available model list
2026-06-11 08:12:55 -03:00
6effba1c1f
chore(ai): update available LLM models list
2026-06-03 14:08:20 -03:00
421216ffea
feat(ai): update available LLM models in init-ai.el
2026-05-30 00:54:49 -03:00
8d7d814576
feat(configs): add new Gemma and Qwen models to gptel config
...
Expanded the list of available models to include various
quantizations for Gemma-4 and several Qwen3.5 model sizes.
2026-05-09 03:01:54 -03:00
579adf0a05
fix(ai): Avoid error that makes llama.cpp try to load ollama model
2026-05-07 10:05:42 -03:00
9bec2fedcf
feat(ai): update gptel model and ollama backend list
2026-05-06 22:27:37 -03:00
5667bfd7e8
feat(config): add gemma-4-26B-Q2 model to init-ai.el
2026-05-06 21:46:46 -03:00
72a0c488f1
chore(configs): prune unused AI models in init-ai.el
2026-05-06 20:56:35 -03:00
2d061947a6
refactor(config): Update GPTEL model and backend configuration
...
Update the default model to 'gemma-4-26B' and adjust the list of
available models for the OpenAI backend configuration.
2026-05-06 19:02:51 -03:00
c5712fb8d0
feat(config): add llama.cpp as gptel backend
2026-05-06 17:50:23 -03:00
872e67328e
feat(ai): set gptel to send cursor at the end after response
2026-04-27 07:39:13 -03:00
11de2d41ae
chore(ia): Update AI model list into gptel package config
2026-04-22 13:10:59 -03:00
0f16547bcb
feat(ai): Fully remove eca package
2026-04-20 11:52:02 -03:00
608eee5167
feat(ai): Add gptel-agent
2026-04-20 11:51:03 -03:00
3f6e673a6b
refactor(config): disable eca and add gptel-complete
2026-04-20 09:22:14 -03:00
a285f0b68e
feat(ai): Directly disable thinking for ollama
2026-04-20 02:24:56 -03:00
217ad59844
chore(ai): Update Ollama AI model list
2026-04-19 19:26:06 -03:00
ddad78fea1
Fix(ai): Use gemma3n:e2b model by default for ollama gptel
2026-04-16 11:52:36 -03:00
2ca9c993fd
feat(ai): Add gptel switch and allow use ollama alongside gemini
2026-04-16 11:42:32 -03:00
5a2483cdfa
feat(gptel): Add new Ollama models and configure request params
2026-04-16 10:38:40 -03:00
66ae98628f
feat(ai): Add ECA for IA assistance and disable copilot
2026-02-17 09:01:58 -03:00
844e2965db
feat(ai): Add Gemini backend with Ollama fallback
...
Prioritize Gemini backend if GEMINI_KEY enviroment variable is present,
otherwise fallback to the local Ollama instance.
2025-10-02 14:27:45 -03:00
eb14dff0cd
Add macher package
2025-09-08 10:24:01 -03:00
bf2bf01252
Change gptel conversation prefixes and remove my custom directives
2025-09-08 09:17:58 -03:00
6c39aee1d0
feat(ai): Integrate gptel-magit
...
Integrates `gptel-magit` to provide AI assistance directly within
Magit. Disables `gptel-include-reasoning` as a temporary workaround
for an upstream issue (ragnard/gptel-magit#8 ).
2025-09-08 09:16:13 -03:00
021e19fb3c
Add copilot package.
...
It is disabled by default but can be enabled if necessary.
2025-09-01 11:53:00 -03:00
dabaf86f28
Big re-write :)
...
I reordered the code in a more clean an organized way. Also this improves a lot
the emacs startup time again, bucause after some updates it becomes a bit slow
with the old configuration, so i did it again in a new way.
2025-07-20 13:18:05 -03:00
ed5f25fb4d
Move gptel to his own ia init file.
2025-04-28 18:58:34 -03:00