From 46fb56d7a07217246a6f3daef8333219582fe2e0 Mon Sep 17 00:00:00 2001 From: Ellie Huxtable Date: Fri, 13 Feb 2026 14:02:27 -0800 Subject: fix(deps): add use-dev-tty to crossterm in atuin-ai (#3185) ## 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-ai/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates') diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml index 2759349c..eb59858c 100644 --- a/crates/atuin-ai/Cargo.toml +++ b/crates/atuin-ai/Cargo.toml @@ -30,7 +30,7 @@ tracing-appender = "0.2.4" reqwest = { workspace = true } serde = { workspace = true } serde_json = { workspace = true } -crossterm = { workspace = true } +crossterm = { workspace = true, features = ["use-dev-tty"] } ratatui = { workspace = true } [dev-dependencies] -- cgit v1.3.1