diff options
| author | Ellie Huxtable <ellie@atuin.sh> | 2026-04-13 19:53:44 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-13 19:53:44 +0100 |
| commit | b28e2739a0f1b7ef11d878163c5599c3442eacf6 (patch) | |
| tree | 04de8cb20585836ad989bd8421143963eeef3ba9 /docs | |
| parent | feat: track coding agent shell usage (#3388) (diff) | |
| download | atuin-b28e2739a0f1b7ef11d878163c5599c3442eacf6.zip | |
feat: remove agent search from tui (#3397)
This is essentially not a useful place to search agent history
Right now, using the CLI is the best way to explore this. We are looking
into building another TUI for searching records more widely and in more
detail
## Checks
- [ ] I am happy for maintainers to push small adjustments to this PR,
to speed up the review cycle
- [ ] I have checked that there are no existing pull requests for the
same thing
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/docs/configuration/config.md | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/docs/docs/configuration/config.md b/docs/docs/configuration/config.md index 3d4f6b25..f453f903 100644 --- a/docs/docs/configuration/config.md +++ b/docs/docs/configuration/config.md @@ -576,33 +576,6 @@ frequency_score_multiplier = 0.8 frecency_score_multiplier = 2.0 ``` -#### `authors` - -Default: `["$all-user"]` - -Filter search results by command author. This controls which commands appear in interactive search based on who (or what) ran them. Useful when AI coding agents are recording commands via [agent hooks](../guide/agent-hooks.md). - -Special values: - -| Value | Meaning | -|-------|---------| -| `$all-user` | Commands from any author that is **not** a known AI agent | -| `$all-agent` | Commands from any known AI agent | - -You can also use literal author names like `"claude-code"` or `"codex"`. - -```toml -[search] -# Default: only show human-authored commands -authors = ["$all-user"] - -# Show everything (no author filtering) -# authors = [] - -# Show commands from you and Claude Code -# authors = ["$all-user", "claude-code"] -``` - ## Stats This section of client config is specifically for configuring Atuin stats calculations |
