Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: modem-dev/hunk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0-beta.1
Choose a base ref
...
head repository: modem-dev/hunk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.6.0-beta.2
Choose a head ref
  • 3 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 23, 2026

  1. docs: add lumen to README comparison (#85)

    * docs: add lumen to README comparison
    
    * docs: link comparison table headers
    benvinegar authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    e36f63c View commit details
    Browse the repository at this point in the history
  2. fix: detect $bunfs virtual paths for daemon autostart in Bun binaries (

    …#86)
    
    * fix: detect $bunfs virtual paths for daemon autostart in Bun binaries
    
    The previous fix (PR #84) assumed argv[0] was the real binary and
    execPath was the embedded Bun runtime, but it's the opposite: Bun
    compiled binaries report argv as ["bun", "/$bunfs/root/<name>", ...]
    with execPath pointing to the real binary on disk. The old code matched
    the $bunfs virtual path against SCRIPT_ENTRYPOINT_PATTERN (because it
    contains "/"), spawning `bun /$bunfs/root/hunk mcp serve` — a path
    that doesn't exist outside the binary.
    
    Fix: detect the /$bunfs/ prefix in argv[1] and use execPath directly.
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    * style: format daemon launcher test
    
    Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
    
    ---------
    
    Co-authored-by: Claude Opus 4.6 (1M context) <[email protected]>
    benvinegar and claude authored Mar 23, 2026
    Configuration menu
    Copy the full SHA
    0047371 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2e28108 View commit details
    Browse the repository at this point in the history
Loading