From b28e2739a0f1b7ef11d878163c5599c3442eacf6 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Mon, 13 Apr 2026 19:53:44 +0100 Subject: 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 --- crates/atuin-daemon/proto/search.proto | 1 - 1 file changed, 1 deletion(-) (limited to 'crates/atuin-daemon/proto') 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 { -- cgit v1.3.1