From ae0f9c3ced9d07964a0bf2fe76f745aacc7dd34a Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 23 Feb 2026 01:42:28 +0900 Subject: fix(search): match Composer single-line output format with truncation Replace two-line output (name+counts, indented description) with Composer's single-line aligned format: padded name, abandoned warning, and terminal-width-aware description truncation. Remove summary header and download/faver count display from text output. Co-Authored-By: Claude Opus 4.6 --- crates/mozart/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'crates/mozart/Cargo.toml') diff --git a/crates/mozart/Cargo.toml b/crates/mozart/Cargo.toml index 599c2a1..915273b 100644 --- a/crates/mozart/Cargo.toml +++ b/crates/mozart/Cargo.toml @@ -20,6 +20,7 @@ serde.workspace = true serde_json.workspace = true sha1.workspace = true tempfile.workspace = true +terminal_size.workspace = true tokio.workspace = true url.workspace = true tracing-subscriber.workspace = true -- cgit v1.3.1