Skip to content

0.4.1 - 2026-09-11

Choose a tag to compare

@github-actions github-actions released this 11 Sep 11:30
f16926e

Release Notes

Added

  • /model [<id>] shows the model or switches it for the rest of the session, without validating the id. /provider [anthropic|openai] switches provider when a key is available for it and otherwise names the missing key. Both are recorded in the session file, and --resume continues on the session's last model when it used the configured provider and no --model is given.

Fixed

  • Markdown lines slightly wider than the terminal no longer leave a bullet, a bold label, or a styled first word such as airlok alone on a line. termimad's wrap cut between style runs; airlok now wraps word by word. Paragraphs and list items are rendered per block (when a blank line or the next block marker arrives, or the reply ends), so a paragraph split across source lines reflows as one. A paragraph now appears when it completes, not line by line.
  • The REPL prompt always starts on its own line: rustyline checks the cursor column before each prompt.

Install airlok 0.4.1

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/airlok-dev/airlok/releases/download/v0.4.1/airlok-installer.sh | sh

Install prebuilt binaries via Homebrew

brew install airlok-dev/tap/airlok

Install prebuilt binaries into your npm project

npm install airlok@0.4.1

Download airlok 0.4.1

File Platform Checksum
airlok-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
airlok-x86_64-apple-darwin.tar.xz Intel macOS checksum
airlok-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
airlok-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum