Atuin v18.13 ships an AI-powered English-to-bash command generator, in-memory fuzzy search via daemon, and a PTY proxy for cleaner terminal rendering.
Atuin, the shell history sync tool, released v18.13 with three major additions: an opt-in 'atuin ai' feature that converts natural language to shell commands (press ? on an empty prompt), a daemon-backed fuzzy search index using a modified nucleo/fzf algorithm, and a PTY proxy that renders TUI popups without clearing the terminal. The daemon now auto-manages its lifecycle and syncs shell history to remote machines immediately on login. All features are opt-in via 'atuin setup' or config file changes.
Atuin now puts an AI command generator directly in your shell prompt — no tab-switching to ChatGPT to remember obscure flags or one-liners. The daemon-backed fuzzy search using nucleo (same algorithm as fzf) is a genuine upgrade over SQLite-based search, especially on high-IO systems or remote machines where history sync now happens the moment you log in. The PTY proxy fix also eliminates the jarring terminal-clear that made Atuin's TUI feel janky in some environments.
Install Atuin v18.13 this week, enable 'atuin ai' and the daemon fuzzy search via 'atuin setup', then replace your current muscle-memory workflow for complex one-liners (e.g., find+xargs, awk pipelines, curl with auth headers) with natural language prompts to measure how many terminal lookups you eliminate.
If you have Atuin installed, run 'atuin update' then open a new shell, press ? on an empty prompt, and type 'find all files modified in the last 24 hours and compress them' — hit Enter to execute or Tab to edit the generated bash command.
Tags
Sources
Also today
Signals by role
Also today
Tools mentioned