From 0f20ee4eb871907defe7848f0d3e2203cfff057e Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Tue, 21 Apr 2026 10:32:54 -0700 Subject: feat: AI tool rendering overhaul + edit_file tool (#3423) Overhaul of how AI tool calls are modeled, rendered, and displayed in the Atuin AI TUI. Fixes bugs in shell command output capture, implements the `edit_file` tool with full safety infrastructure, and adds a diff preview for edits. --- docs/docs/ai/settings.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docs') diff --git a/docs/docs/ai/settings.md b/docs/docs/ai/settings.md index c61f611e..a8d3dab3 100644 --- a/docs/docs/ai/settings.md +++ b/docs/docs/ai/settings.md @@ -42,6 +42,18 @@ Default: `true` Whether or not to include the "history search" capability in the context sent to the LLM. This allows the AI to request to search your Atuin history for relevant commands when generating suggestions or answering questions. +### enable_file_tools + +Default: `true` + +Whether or not to include the "file tools" capability in the context sent to the LLM. This allows the AI to request to read and update files on your system. + +### enable_command_execution + +Default: `true` + +Whether or not to include the "command execution" capability in the context sent to the LLM. This allows the AI to request to execute commands on your system. + **Example config** ```toml -- cgit v1.3.1