From 09279a428659cf41824737d3e0c97bcc19a8885a Mon Sep 17 00:00:00 2001 From: Michelle Tilley Date: Fri, 10 Apr 2026 13:24:57 -0700 Subject: feat: Client-tool execution + permission system (#3370) 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. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 2b1d63f9..c4ccffb0 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ ui/backend/target ui/backend/gen sqlite-server.db* + +.atuin/permissions.*.toml -- cgit v1.3.1