feat(ai): Configure opencode with default model and UI preferences

This commit is contained in:
kj
2026-08-27 14:39:45 -03:00
parent 431bc81440
commit 7afa60ae9f

View File

@@ -191,10 +191,17 @@ content do not break gptel-magit."
:config
(setq agent-shell-opencode-authentication
(agent-shell-opencode-make-authentication :none t))
(setq agent-shell-opencode-default-model-id nil)
(setq agent-shell-opencode-default-model-id "mimo-v2.5")
;; Desactivar guardado de transcripciones
(setq agent-shell-transcript-file-path-function nil))
;; Header compacto
(setq agent-shell-header-style 'text)
;; Restaurar sesiones con texto completo
(setq agent-shell-session-restore-verbosity 'full)
;; Desactivar guardado de transcripciones y prompt al cerrar
(setq agent-shell-transcript-file-path-function nil)
(setq shell-maker-prompt-before-killing-buffer nil))
(provide 'init-ai)
;;; init-ai.el ends here