diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-03-27 10:45:04 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-27 10:45:04 -0700 |
| commit | bc9e62e8e24f5e218acd471404455ef57bc7d752 (patch) | |
| tree | ac647dcadac9c1ddf3b0ec3e21e5e3bd9bb33993 /crates/atuin-ai/Cargo.toml | |
| parent | feat: Use eye-declare for more performant and flexible AI TUI (#3343) (diff) | |
| download | atuin-bc9e62e8e24f5e218acd471404455ef57bc7d752.zip | |
chore(deps): Update to eye-declare v0.2.0 (#3355)
eye-declare v0.2.0 includes two relevant changes:
* "Capture-phase" event handling lets us remove the special-case event
handling in `InputBox` that allowed global keyboard binds to work; the
`AtuinAi` component now handles this directly.
* `Tracked::read()` allows reading fields in tracked state without
triggering the dirty-tracking from the `DerefMut` implementation,
allowing us to send messages on the app event bus without marking the
containing state as dirty.
Diffstat (limited to 'crates/atuin-ai/Cargo.toml')
| -rw-r--r-- | crates/atuin-ai/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml index a62e3274..f4d6e8f2 100644 --- a/crates/atuin-ai/Cargo.toml +++ b/crates/atuin-ai/Cargo.toml @@ -39,7 +39,7 @@ async-stream = "0.3" uuid = { workspace = true } tui-textarea-2 = "0.10.2" unicode-width = "0.2" -eye_declare = "0.1" +eye_declare = "0.2" ratatui-core = "0.1" ratatui-widgets = "0.3" |
