Skip to content

v1.6.0 - Hooks, Sound Notifications & Commands

Choose a tag to compare

@tylergraydev tylergraydev released this 06 Jan 02:54
· 302 commits to main since this release

What's New

This release introduces comprehensive Hooks management, sound notifications, and separates Commands from Skills into distinct entities for clearer organization.

🎣 Hooks Management

Full support for Claude Code hooks with a visual interface:

  • Create, edit, and delete hooks directly from the app
  • All event types supported: SessionStart, UserPromptSubmit, PreToolUse, PostToolUse, Notification, Stop, SubagentStop, SessionEnd
  • Matcher patterns for filtering hooks by tool name or other criteria
  • Global or per-project assignment
  • Export hooks to JSON or clipboard for sharing
  • Pre-built templates for common use cases (auto-format, ESLint, logging, etc.)

🔔 Sound Notifications

Never miss when Claude needs your attention:

  • Sound Hook Wizard for easy setup of notification sounds
  • Browse and preview system sounds from your OS
  • Upload custom sound files for personalized alerts
  • Preset configurations:
    • Task complete notifications
    • Permission required alerts
    • Full notification suite
  • Cross-platform support:
    • macOS: afplay
    • Linux: paplay (PulseAudio) or aplay (ALSA)
    • Windows: PowerShell Media.SoundPlayer

⚡ Commands/Skills Separation

Commands and Skills are now properly separated to reflect their distinct purposes:

Commands (Slash Commands)

  • User-invoked via /command-name
  • Stored as single .md files in .claude/commands/
  • Include argumentHint for usage guidance
  • Amber styling with Terminal icon

Skills (Agent Skills)

  • Auto-invoked by Claude based on context
  • Stored as directories with SKILL.md + supporting files in .claude/skills/
  • Include disableModelInvocation option
  • Purple/yellow styling with Sparkles icon

✨ Other Improvements

  • Skill validation per official Claude Code docs (name length, reserved words, description limits, content warnings)
  • Dropdown menus now flip position when near viewport bottom
  • Updated documentation and GIF screenshots

Installation

Download from the assets below:

Platform Download
Windows .msi or .exe
macOS .dmg (Intel & Apple Silicon)
Linux .AppImage or .deb

Full Changelog

PRs merged since v1.5.0:

  • #42 - Feature: Add Hooks, Sound Notifications, and Commands/Skills Separation
  • #30 - Replace MCP Testing GIF with updated version
  • #39-43 - Dependency updates (rstest, rusqlite, tempfile, svelte-check)

🤖 Generated with Claude Code