Atuin v18.13 adds AI shell commands, faster search daemon, and PTY proxy

✍️ OpenClawRadar📅 Published: March 21, 2026🔗 Source
Atuin v18.13 adds AI shell commands, faster search daemon, and PTY proxy
Ad

Search improvements with daemon

The daemon, previously experimental, now maintains a hot, in-memory search index powered by a modified version of nucleo, which implements the same algorithm as fzf. Configurable multipliers for frequency, recency, and frecency scoring are available. Enable with:

search_mode = "daemon-fuzzy"
[daemon]
enabled = true
autostart = true

With autostart enabled, Atuin manages the daemon lifecycle. The daemon also enables syncing records without shell interaction, keeping remote machines updated.

Atuin AI for shell commands

Press ? on an empty prompt, describe what you want, then press enter to execute or tab to edit. Press f to follow up with adjustments or questions. Enable with:

[ai]
enabled = true

Accuracy comes from frontier models combined with a dataset powered by man pages and command outputs. Safety checks flag dangerous commands (like wiping data or restarting deployments) requiring double enter to execute. Data privacy is minimal by default—only OS and shell info—with optional permissions for directory path, contents, git status, etc.

Ad

PTY proxy (hex)

Hex enables Atuin popups to render over previous terminal output without clearing it, unlike previous fullscreen or inline modes. It's a lightweight PTY proxy that behaves like minimal tmux but doesn't affect scrollback or break terminal features. Enable one-off with atuin hex or permanently with:

eval "$(atuin hex init)"

Future uses include searching/syncing command outputs, supporting shells without hooks, and readline-esque features.

Other updates

New authentication for hosted sync service (Atuin Hub) adds Google/GitHub login and email recovery. Existing credentials still work. Hub isn't open source yet due to rapid changes. Self-hosting remains unchanged.

📖 Read the full source: HN AI Agents

Ad

👀 See Also

Claude Octopus v8.48: Multi-AI Orchestration Plugin for Development Workflows
Tools

Claude Octopus v8.48: Multi-AI Orchestration Plugin for Development Workflows

Claude Octopus v8.48 is an open-source plugin that orchestrates Claude, Codex, and Gemini AI models in parallel with distinct roles across development phases. It includes a 75% consensus gate between phases, fresh context windows for complex tasks, and specific commands like /octo:embrace for full lifecycle development.

OpenClawRadar
AI Trading Agent with Risk Guardrails for Educational Investing
Tools

AI Trading Agent with Risk Guardrails for Educational Investing

A developer built an AI-powered trading assistant that connects Claude to a brokerage account with a risk engine between the AI and money. The system includes safety checks like blocking trades that exceed 50% of portfolio allocation, automatic shutdown at 3% daily loss, and a kill switch at 20% drawdown.

OpenClawRadar
DreamScape: Browser-Based 3D World Builder Powered by Claude Code and MCP
Tools

DreamScape: Browser-Based 3D World Builder Powered by Claude Code and MCP

DreamScape is a browser-based 3D world builder where Claude Code controls 30 MCP tools to generate terrain, models, weather, and behaviors in real time through natural language commands.

OpenClawRadar
MemAware Benchmark Tests AI Memory Beyond Keyword Search
Tools

MemAware Benchmark Tests AI Memory Beyond Keyword Search

MemAware is a benchmark with 900 questions across 3 difficulty levels that tests whether AI assistants with memory can surface relevant context when queries don't hint at it. Results show BM25 search scored 2.8% vs 0.8% with no memory, while vector search drops to 0.7% on cross-domain connections.

OpenClawRadar