Skip to content

Releases: devxoul/vibe-haptic

1.1.0

12 Feb 14:19

Choose a tag to compare

What's Changed

  • Skip haptic feedback for subprocess sessions by @devxoul in #1

New Contributors

Full Changelog: 1.0.5...1.1.0

1.0.5

20 Jan 05:08

Choose a tag to compare

Full Changelog: 1.0.4...1.0.5

1.0.4

19 Jan 18:50

Choose a tag to compare

Fix haptic not working in Claude Code marketplace plugin

  • Include native module (.node) in git repository
  • Marketplace plugin installs from git, so the built native module must be committed

1.0.3

19 Jan 18:42

Choose a tag to compare

Changes

  • Add bundled hook for Claude Code marketplace (no npm install required)
  • Remove zod dependency

1.0.2

19 Jan 18:25

Choose a tag to compare

Bug Fixes

  • Add main field to package.json for proper module resolution
    • Fixes ERR_MODULE_NOT_FOUND when loaded by coding agents (opencode, Claude Code)

1.0.1

19 Jan 18:25

Choose a tag to compare

Bug Fixes

  • Fix native module path resolution for npm package
    • Replaced hardcoded __dirname with runtime import.meta.url resolution
    • Ensures portable native module loading across different installation environments

1.0.0

19 Jan 18:04

Choose a tag to compare

🫨