| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | chore: Remove some unused rust code | Benedikt Peetz | 3 days |
| | | |||
| * | feat: Add skill discovery, loading, and invocation (#3444) | Michelle Tilley | 2026-04-23 |
| | | | | Adds a skills system that lets users define reusable LLM instructions as `SKILL.md` files with YAML frontmatter. | ||
| * | feat: Send user-defined context with `TERMINAL.md` (#3443) | Michelle Tilley | 2026-04-23 |
| 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 | |||
