Skip to content

Plugin broken on Linux Mint 22.1 - worker and hook failures with Bun 1.3.4 #331

@omegarekrut

Description

@omegarekrut

Environment:

OS: Linux Mint 22.1 (Ubuntu Noble base)
Bun: 1.3.4
Node: 24.5.0
Claude Code: Latest

Issues:

  • Worker startup fails - bun plugin/scripts/worker-cli.js start returns "Process died during startup"
  • Bun directory error - Constant "CouldntReadCurrentDirectory" error when running any bun command from plugin directory
  • Permission errors - EACCES posix_spawn() errors when running worker-cli.js even after chmod +x
  • Workaround found - Worker only starts with full path: ~/.bun/bin/bun ~/.claude/plugins/marketplaces/thedotmack/plugin/scripts/worker-service.cjs
  • Hook failures - Even with worker running, all plugin hooks fail: UserPromptSubmit, PostToolUse:TodoWrite, PostToolUse:Read

Expected: Plugin auto-starts worker and hooks work seamlessly
Actual: Manual worker start required, hooks still broken
Request: Fix startup script to use full Bun path, investigate hook compatibility on Linux Mint

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions