aboutsummaryrefslogtreecommitdiffstats
path: root/crates
diff options
context:
space:
mode:
authorEllie Huxtable <ellie@atuin.sh>2026-02-13 14:02:27 -0800
committerGitHub <noreply@github.com>2026-02-13 14:02:27 -0800
commit46fb56d7a07217246a6f3daef8333219582fe2e0 (patch)
treece59f4c497627fef79a1e30c0b72f43975957e3f /crates
parentfeat: add autostart and pid management to daemon (#3180) (diff)
downloadatuin-46fb56d7a07217246a6f3daef8333219582fe2e0.zip
fix(deps): add use-dev-tty to crossterm in atuin-ai (#3185)
<!-- Thank you for making a PR! Bug fixes are always welcome, but if you're adding a new feature or changing an existing one, we'd really appreciate if you open an issue, post on the forum, or drop in on Discord --> ## 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')
-rw-r--r--crates/atuin-ai/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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]