github atuinsh/atuin v18.14.0
18.14.0

latest release: v18.14.1
18 hours ago

Release Notes

Bug Fixes

  • (ui) Make preview line breaking algorithm aware of CJK double-width characters (#3360)
  • (ui) When inverted, invert scroll events handling (#3373)
  • Replace e>| with | in nushell integration to restore history recording (#3358)
  • Resolve git worktrees to main repo in workspace filter (#3366)
  • Ensure daemon is running (#3384)

Documentation

  • Remove docker-compose duplication (#3376)
  • Cover prefix mode properly (#3383)
  • Minor readability improvement to README (#3381)

Features

  • Opt-in to sharing last command with ai (#3367)
  • Add 'atuin config' subcommand for reading and setting config values (#3368)
  • Option to disable mouse support (#3372)
  • Add support for deleting all matching commands via keybindings (#3375)
  • Add strip_trailing_whitespace, on by default (#3390)
  • Client-tool execution + permission system (#3370)
  • Add history tail for live monitoring view (#3389)
  • Track coding agent shell usage (#3388)
  • Remove agent search from tui (#3397)
  • Add pi hook installer (#3398)
  • Autoinstall ai shell history hooks (#3399)

Miscellaneous Tasks

  • Update to eye-declare 0.3.0 (#3365)
  • Prepare 18.14.0-beta.1 release (#3393)

Refactor

  • Rename examples -> contrib (#3400)

atuin 18.14.0

Install atuin 18.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.14.0/atuin-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.14.0/atuin-installer.ps1 | iex"

Download atuin 18.14.0

File Platform Checksum
atuin-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-x86_64-pc-windows-msvc.zip x64 Windows checksum
atuin-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
atuin-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
atuin-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
atuin-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

atuin-server 18.14.0

Install atuin-server 18.14.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/atuinsh/atuin/releases/download/v18.14.0/atuin-server-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/atuinsh/atuin/releases/download/v18.14.0/atuin-server-installer.ps1 | iex"

Download atuin-server 18.14.0

File Platform Checksum
atuin-server-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
atuin-server-x86_64-pc-windows-msvc.zip x64 Windows checksum
atuin-server-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
atuin-server-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
atuin-server-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
atuin-server-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum

Verifying GitHub Artifact Attestations

The artifacts in this release have attestations generated with GitHub Artifact Attestations. These can be verified by using the GitHub CLI:

gh attestation verify <file-path of downloaded artifact> --repo atuinsh/atuin

You can also download the attestation from GitHub and verify against that directly:

gh attestation verify <file-path of downloaded artifact> --bundle <file-path of downloaded attestation>

Don't miss a new atuin release

NewReleases is sending notifications on new releases.