From f7431afe2f0b424b6dcd0a76138607857563e008 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Thu, 12 Mar 2026 14:52:15 -0700 Subject: feat: Add `atuin setup` (#3257) --- docs/docs/ai/settings.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/docs/ai/settings.md b/docs/docs/ai/settings.md index 0a1f5b45..be27261f 100644 --- a/docs/docs/ai/settings.md +++ b/docs/docs/ai/settings.md @@ -2,6 +2,12 @@ All the settings that control the behavior of [Atuin AI](./introduction.md) are specified in an `[ai]` section in your `config.toml`. See [the configuration documentation](../../configuration/config/) for more detailed information about Atuin's configuration system. +### enabled + +Default: `false` + +Whether or not the AI feature are enabled. When set to `false`, the question mark keybinding will output a message with instructions to run `atuin setup` to enable the feature. + ### send_cwd Default: `false` @@ -19,10 +25,10 @@ send_cwd = true Default: `null` -The address of the Atuin AI endpoint. Used for AI features like command generation. Only necessary for custom AI endpoints. +The address of the Atuin AI endpoint. Used for AI features like command generation. Most users will not need this setting; it is only necessary for custom AI endpoints. ### api_token Default: `null` -The API token for the Atuin AI endpoint. Used for AI features like command generation. Only necessary for custom AI endpoints. +The API token for the Atuin AI endpoint. Used for AI features like command generation. Most users will not need this setting; it is only necessary for custom AI endpoints. -- cgit v1.3.1