Skip to content

v0.1.8

Choose a tag to compare

@github-actions github-actions released this 15 Jun 11:04
v0.1.8
28e76c8

Changes

  • harden: symlink-escape gate, path↔session collision guard, dedupe claude-process match (#41)
  • fix(status): detect running claude under flavor launchers; drop install nudge when stopped (#40)
  • Status/usage, flavor pickers, cross-platform, UI layout + coverage (#39)
  • docs(release): document branch-protection toggle for bump push and force-push (#38)
  • chore: consolidate post-v0.1.7 work (OpenSSF Scorecard hardening + arrow-key controls)

Install / update (macOS)

curl -fsSL https://raw.githubusercontent.com/OctopusGarage/tmux-claude-bot/main/install.sh | bash

Pin this version with TMUX_CLAUDE_BOT_VERSION=v0.1.8. See CONTRIBUTING.md for dev, deploy, and release.

Verify the signature (optional)

The runtime tarball is keyless-signed with Sigstore. Verify it with cosign:

cosign verify-blob tmux-claude-bot-v0.1.8.tar.gz \
  --signature tmux-claude-bot-v0.1.8.tar.gz.sig \
  --certificate tmux-claude-bot-v0.1.8.tar.gz.pem \
  --certificate-identity-regexp 'https://github.com/OctopusGarage/tmux-claude-bot/.github/workflows/release.yml@.*' \
  --certificate-oidc-issuer https://token.actions.githubusercontent.com

Prefer an AI assistant? Paste this to ChatGPT / Claude / Gemini (or a shell agent):

Install "tmux-claude-bot" on my machine for me (open-source; macOS or Linux). Download the latest
release tarball from https://github.com/OctopusGarage/tmux-claude-bot/releases/latest, extract it, read the
INSTALL.md inside, and follow it. Guide me step by step and ask me for anything it needs
(like my Telegram bot token).

Full Changelog: v0.1.7...v0.1.8