From bcdf8c8cde31e826000f1b2d6eeaebdd865a07c1 Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Mon, 8 Jun 2026 09:12:45 -0700 Subject: feat: Capture command output + expose to new `atuin_output` tool (#3510) --- crates/atuin-daemon/src/semantic/mod.rs | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 crates/atuin-daemon/src/semantic/mod.rs (limited to 'crates/atuin-daemon/src/semantic') diff --git a/crates/atuin-daemon/src/semantic/mod.rs b/crates/atuin-daemon/src/semantic/mod.rs new file mode 100644 index 00000000..c3511676 --- /dev/null +++ b/crates/atuin-daemon/src/semantic/mod.rs @@ -0,0 +1,3 @@ +//! Semantic command capture gRPC service types. + +tonic::include_proto!("semantic"); -- cgit v1.3.1