aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/src/permissions/resolver.rs (unfollow)
Commit message (Collapse)Author
2026-06-10chore: Remove some unused rust codeBenedikt Peetz
2026-04-10feat: Client-tool execution + permission system (#3370)Michelle Tilley
Adds client-side tool execution to Atuin AI, starting with `atuin_history`. The server can request tool calls, which are executed locally with a permission system, and results are sent back to continue the conversation.