1 hour ago · Tech · hide · 0 comments

♠ Today I learned: Atuin ships hooks that capture commands executed by AI LLM coding agents into the same shell history as mine. As of today there are hooks for Claude Code, OpenAI Codex and Pi. % atuin hook --help Manage AI-agent shell hooks Usage: atuin hook atuin hook <COMMAND> Commands: install Install hooks for an AI agent to capture commands in atuin history help Print this message or the help of the given subcommand(s) install --help doesn’t list which agents are supported, but a bogus one does (or simply look at their web documentation): % atuin hook install invalid-agent Error: unknown agent: invalid-agent. Supported agents: claude-code, codex, pi Installing the hook for pi is straightforward: % atuin hook install pi pi extension: installed atuin extension Atuin extension installed for pi. Extension: ~/.pi/agent/extensions/atuin.ts Reload pi with `/reload` or restart pi. It drops a small extension that wraps every bash tool call with atuin history start --author pi / history…

No comments yet. Log in to reply on the Fediverse. Comments will appear here.