ork 0.8.1
Fixes the two bugs 0.8.0 shipped with: agents dying instantly when Ork.app is launched from Finder, and closed terminals haunting their team.
Fixes
- Agents died with "Process exited" right after spawning. Launched from Finder, Ork.app inherits launchd's bare PATH instead of your terminal's, and sessions ran in a non-interactive shell that skips
~/.zshrc, where CLI installers (including Claude Code's own) put their PATH exports. Sessions now spawn in an interactive login shell, soclaude,codex,opencodeand friends resolve exactly as they do in your terminal. This bug never showed up before 0.8.0 because running the bare binary from a terminal inherited the full PATH by accident. - Closing a terminal now leaves its team properly. Before, a closed member silently vanished: teammates never got the leave note and
members.mdkept listing the ghost with its worktree path, confusing the coordinator's reviews. Closing now runs the same path as leaving the team, including coordinator succession. If a team already has ghosts in its roster from 0.8.0, the Rebrief button in the team pane rewritesmembers.mdclean.
Install
Update from 0.8.0: quit and reopen Ork, then click "update to 0.8.1" in the sidebar footer. Or reinstall with the one-liner:
curl -fsSL https://raw.githubusercontent.com/rodrigooler/ork/main/install.sh | shRequires macOS 14 or newer on Apple Silicon. Browser downloads need the quarantine flag cleared once: xattr -dr com.apple.quarantine /Applications/Ork.app.
Full changelog: v0.8.0...v0.8.1