aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/guide/shell-integration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/docs/guide/shell-integration.md b/docs/docs/guide/shell-integration.md
index 6881bf71..cc0d2530 100644
--- a/docs/docs/guide/shell-integration.md
+++ b/docs/docs/guide/shell-integration.md
@@ -26,8 +26,11 @@ When Atuin initializes, it sets several environment variables:
| `ATUIN_SESSION` | Unique identifier for this shell session |
| `ATUIN_SHLVL` | Tracks shell nesting level |
| `ATUIN_HISTORY_ID` | Temporary ID for the currently executing command |
+| `ATUIN_HISTORY_AUTHOR` | Optional command author identity (for example `ellie`, `claude`, `copilot`) |
+| `ATUIN_HISTORY_INTENT` | Optional command intent/rationale text |
These variables are used internally to track command execution and associate commands with sessions.
+If `ATUIN_HISTORY_AUTHOR` is not set, Atuin defaults to the local shell username.
## Embedded Terminals and IDE Integrations