Skip to content
    ↑↓ select↵ openesc close
    English中文
    pedropombeiro

    Atuin History

    v0.2.0Tools & Commands
    opencode-atuin-history

    OpenCode plugin that records agent bash commands in Atuin shell history

    GitHub stars

    5

    Monthly installs

    425

    290 in 7 days

    Composite scoreSCORE

    42.5

    Multi-signal model

    Last commit

    16 hours ago

    2026-08-19

    Install and configure

    opencode.json

    Writes to this project's opencode.json — applies to this repository only.

    opencode.json

    {
      "$schema": "https://opencode.ai/config.json",
      "plugin": ["opencode-atuin-history@0.2.0"]
    }

    opencode loads npm dependencies through its embedded runtime on startup and caches them locally — no manual global install needed.

    A collection of OpenCode plugins.

    Plugins

    Plugin Description npm
    terminal-progress Shows agent progress in terminal tabs (iTerm2, WezTerm, Windows Terminal) npm
    homeassistant Sends agent status to Home Assistant via webhooks npm
    forge-session-title Prefixes session titles with forge issue/PR/MR references npm
    atuin-history Records agent bash commands in Atuin shell history npm
    tmux-indicator Sets a tmux window option when the agent is waiting for input npm

    Development

    This is a bun workspace monorepo. All tasks are run via mise:

    mise run setup       # install dependencies
    mise run build       # build all plugins
    mise run lint        # lint with ESLint
    mise run typecheck   # type-check all packages
    mise run format      # format with Prettier
    

    License

    MIT