diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-21 10:32:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-21 10:32:54 -0700 |
| commit | 0f20ee4eb871907defe7848f0d3e2203cfff057e (patch) | |
| tree | cda9034c4c6e7b5ecf0fe957978284e9138b80ff /docs | |
| parent | chore: Clarified note about regular expressions matching in path. (#3427) (diff) | |
| download | atuin-0f20ee4eb871907defe7848f0d3e2203cfff057e.zip | |
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.
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/ai/settings.md | 12 |
1 files changed, 12 insertions, 0 deletions
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 |
