diff options
| author | Michelle Tilley <michelle@michelletilley.net> | 2026-04-23 13:43:01 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-04-23 13:43:01 -0700 |
| commit | 461ef4c43589c6ca68176c180fd04f2755c9f036 (patch) | |
| tree | c646ea272d6016533c4941592f9a22baa2a54488 /crates/atuin-ai/Cargo.toml | |
| parent | feat: Send user-defined context with `TERMINAL.md` (#3443) (diff) | |
| download | atuin-461ef4c43589c6ca68176c180fd04f2755c9f036.zip | |
feat: Add skill discovery, loading, and invocation (#3444)
Adds a skills system that lets users define reusable LLM instructions as `SKILL.md` files with YAML frontmatter.
Diffstat (limited to 'crates/atuin-ai/Cargo.toml')
| -rw-r--r-- | crates/atuin-ai/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/atuin-ai/Cargo.toml b/crates/atuin-ai/Cargo.toml index 167b625c..90e64b2a 100644 --- a/crates/atuin-ai/Cargo.toml +++ b/crates/atuin-ai/Cargo.toml @@ -63,6 +63,7 @@ shellexpand = { workspace = true } imara-diff = { workspace = true } xxhash-rust = { workspace = true } vt100 = { workspace = true } +yaml-rust2 = "0.11" tempfile = { workspace = true } chrono = "0.4" chrono-humanize = "0.2" |
