Skip to content

v0.2.0 — Embedded Go meeseeks CLI

Latest

Choose a tag to compare

@thephw thephw released this 08 Jul 21:29
62d2ced

First published release of claude-meseeks — plays a Mr. Meeseeks voice line whenever Claude is genuinely waiting on you.

Highlights

  • Self-contained Go meeseeks binary with audio clips embedded via //go:embed — no external files at runtime.
  • Notification-driven playback fixes spurious audio: only the Notification event triggers a sound, switching on notification_type:
    • idle_prompt → a done clip (your turn)
    • permission_prompt → an asking clip (needs approval)
    • everything else → silence (no more sounds on auto-continuations)
  • Cross-platform prebuilt binaries committed in bin/ (darwin/linux amd64+arm64, windows amd64) — the plugin runs without a Go toolchain.
  • GitHub Actions CI: fmt, vet, test, build, cross-compile.

Install

/plugin marketplace add thephw/claude-meseeks
/plugin install claude-meseeks@claude-meseeks

Audio is Rick and Morty IP included for personal use; inspired by the jayuzumi.com Mr. Meeseeks Soundboard. See README before redistributing.

🤖 Generated with Claude Code