Skip to content

Fix agent detection in DMG builds and add DMG build documentation #62

Merged
amandal0903 merged 3 commits intomainfrom
feat-dmg
Apr 3, 2026
Merged

Fix agent detection in DMG builds and add DMG build documentation #62
amandal0903 merged 3 commits intomainfrom
feat-dmg

Conversation

@amandal0903
Copy link
Copy Markdown
Collaborator

Summary

  • Fix agent detection when launched from DMG/Finder: detectAgents() now augments PATH with common binary locations (/opt/homebrew/bin, ~/.local/bin,
    ~/.cargo/bin, etc.) so which can find installed agents even when macOS provides a minimal shell environment
  • Fix image attachment Blob creation in the add-worktree modal — wrap buffer with new Uint8Array() for correct Blob construction
  • Add step-by-step DMG build instructions to CLAUDE.md and copilot-instructions.md covering clean build, compile, minify, package, and DMG creation
  • Add dmg-output/ to .gitignore to keep build artifacts out of version control

Avijit Mandal added 3 commits April 4, 2026 03:48
Augment PATH in detectAgents() with common binary locations
(/opt/homebrew/bin, ~/.local/bin, etc.) so `which` can find
agents when the app is launched from Finder/DMG with a minimal
environment. Also add step-by-step DMG build instructions to
CLAUDE.md and copilot-instructions.md.
@amandal0903 amandal0903 merged commit 4e483d2 into main Apr 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant