| Commit message (Collapse) | Author | ||
|---|---|---|---|
| 6 days | chore: Remove some unused rust code | Benedikt Peetz | |
| 2026-04-23 | feat: Add skill discovery, loading, and invocation (#3444) | Michelle Tilley | |
| Adds a skills system that lets users define reusable LLM instructions as `SKILL.md` files with YAML frontmatter. | |||
| 2026-04-23 | feat: Send user-defined context with `TERMINAL.md` (#3443) | Michelle Tilley | |
| This PR adds the ability to inject user-defined content into Atuin AI requests, a la `AGENTS.md` or `CLAUDE.md`. * `.atuin/TERMINAL.md` (or alternatively just `TERMINAL.md`) is checked in every directory from the cwd up to the root * `~/.config/atuin/TERMINAL.md` (or equivalent config dir) is also checked * Supports Claude-style ``` !`` ``` and ```` ```!...``` ```` style shell interpolation | |||
