index
:
atuin
main
Turtle. A hard-fork of atuin, focusing on a more minimal feature set
bpeetz
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
crates
/
atuin-ai
/
src
(
unfollow
)
Commit message (
Expand
)
Author
3 days
chore: Remove some unused rust code
Benedikt Peetz
6 days
feat: Capture command output + expose to new `atuin_output` tool (#3510)
Michelle Tilley
2026-05-19
Allow overriding model with env var (#3493)
Michelle Tilley
2026-04-23
perf: Reduce AI TUI rendering overhead for long conversations (#3447)
Michelle Tilley
2026-04-23
feat: Add skill discovery, loading, and invocation (#3444)
Michelle Tilley
2026-04-23
feat: Send user-defined context with `TERMINAL.md` (#3443)
Michelle Tilley
2026-04-23
fix: minor issues with fish's vim mode(s) (#3362)
Aditya Bhargava
2026-04-21
fix: require all subcommands covered for shell allow rules (#3440)
Michelle Tilley
2026-04-21
feat: shell tool execution timeouts (#3437)
Michelle Tilley
2026-04-21
fix: shell tool preview stuck as Running after completion (#3436)
Michelle Tilley
2026-04-21
chore: Use cat -n format for read_file tool (#3435)
Michelle Tilley
2026-04-21
refactor: Replace ad-hoc dispatch with FSM + driver architecture (#3434)
Michelle Tilley
2026-04-21
feat: Implement write_file tool with overwrite safety (#3432)
Michelle Tilley
2026-04-21
feat: AI tool rendering overhaul + edit_file tool (#3423)
Michelle Tilley
2026-04-21
chore: update to rust 1.95 (#3426)
Ellie Huxtable
2026-04-16
fix: Tab doesn't insert suggested command (#3420)
Michelle Tilley
2026-04-15
fix: Enter runs suggested command when selecting permissions (#3418)
Michelle Tilley
2026-04-14
fix: loss of loading spinners + tokio panic on exit (#3415)
Michelle Tilley
2026-04-15
feat: Allow resuming previous AI sessions (#3407)
Michelle Tilley
2026-04-13
fix: Thread remote and content_length through system for server tool calls (#...
Michelle Tilley
2026-04-10
feat: Client-tool execution + permission system (#3370)
Michelle Tilley
2026-03-31
feat: opt-in to sharing last command with ai (#3367)
Ellie Huxtable
2026-03-30
chore: Update to eye-declare 0.3.0 (#3365)
Michelle Tilley
2026-03-27
chore(deps): Update to eye-declare v0.2.0 (#3355)
Michelle Tilley
2026-03-27
feat: Use eye-declare for more performant and flexible AI TUI (#3343)
Michelle Tilley
2026-03-23
fix: Disable features in init when that feature is explicitly disabled (#3328)
Michelle Tilley
2026-03-20
feat: Allow running `atuin search -i` as subcommand on Windows (#3250)
Lucas Trzesniewski
2026-03-20
feat: add a small atuin label to the ai box (#3309)
Ellie Huxtable
2026-03-19
fix(ai): restore url-quote-magic for ? in zsh (#3304)
Alex Kirk
2026-03-18
fix: Call ensure_hub_session even if primary sync endpoint is self-hosted
Michelle Tilley
2026-03-17
chore: Replace atuin-ai rendering with component-oriented system (#3288)
Michelle Tilley
2026-03-17
feat: Report distro name with OS for distro-specific commands (#3289)
Michelle Tilley
2026-03-16
feat: Allow headless account ops against Hub server (#3280)
Michelle Tilley
2026-03-12
feat: Add `atuin setup` (#3257)
Michelle Tilley
2026-03-11
feat: Initialize Atuin AI by default with `atuin init` (#3255)
Michelle Tilley
2026-03-12
fix: ctrl-c not exiting ai (#3256)
Ellie Huxtable
2026-03-11
feat: Allow authenticating with Atuin Hub (#3237)
Michelle Tilley
2026-03-09
feat: use pty proxy for rendering tui popups without clearing the terminal (#...
Ellie Huxtable
2026-03-02
chore: Move atuin ai subcommand into core binary (#3212)
Michelle Tilley
2026-02-26
feat: In-memory search index with atuin daemon (#3201)
Michelle Tilley
2026-02-24
feat: Generate commands or ask questions with `atuin ai` (#3199)
Michelle Tilley
2026-02-13
feat: add Atuin AI inline CLI MVP (#3178)
Michelle Tilley