aboutsummaryrefslogtreecommitdiffstats
path: root/crates/atuin-ai/src/stream.rs (follow)
Commit message (Collapse)AuthorAge
* fix: Thread remote and content_length through system for server tool calls ↵Michelle Tilley2026-04-13
| | | | (#3404)
* 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.