aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-daemon/proto
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-04-13 19:53:44 +0100
committerGitHub <noreply@github.com>2026-04-13 19:53:44 +0100
commitb28e2739a0f1b7ef11d878163c5599c3442eacf6 (patch)
tree04de8cb20585836ad989bd8421143963eeef3ba9 /crates/atuin-daemon/proto
parentfeat: track coding agent shell usage (#3388) (diff)
downloadatuin-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 'crates/atuin-daemon/proto')
-rw-r--r--crates/atuin-daemon/proto/search.proto1
1 files changed, 0 insertions, 1 deletions
diff --git a/crates/atuin-daemon/proto/search.proto b/crates/atuin-daemon/proto/search.proto
index 5eea2b62..6b84acbd 100644
--- a/crates/atuin-daemon/proto/search.proto
+++ b/crates/atuin-daemon/proto/search.proto
@@ -23,7 +23,6 @@ message SearchRequest {
uint64 query_id = 2; // Incrementing ID to match responses to queries
FilterMode filter_mode = 3;
SearchContext context = 4;
- repeated string authors = 5; // Author filter ($all-user, $all-agent, or literals)
}
message SearchResponse {