aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/src/permissions/check.rs (follow)
Commit message (Collapse)AuthorAge
* chore: Remove some unused rust codeBenedikt Peetz4 days
|
* feat: Capture command output + expose to new `atuin_output` tool (#3510)Michelle Tilley7 days
|
* fix: require all subcommands covered for shell allow rules (#3440)Michelle Tilley2026-04-21
|
* feat: Client-tool execution + permission system (#3370)Michelle Tilley2026-04-10
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.