Skip to content

ork 0.7.0

Choose a tag to compare

@rodrigooler rodrigooler released this 11 Jul 01:38

Teams that review their own work, a terminal you can finally scroll, and a privacy mode for client recordings.

Highlights

  • Team protocol v2: the coordinator now reviews every delivery before accepting it. A done report gets its diff checked in the owner's worktree (paths live in a new members.md roster) and comes back as approved or rework with concrete problems; after two rework rounds the task escalates to you with a macOS notification. Tasks start in a shared ## Backlog on the board and free members claim the next ones themselves, so nobody sits idle while a teammate drowns and the coordinator never has to chase status.
  • Agents that sleep on their own: a member with nothing left sends sleep to the reserved ork recipient and parks itself without announcing it; any team message wakes it. The coordinator closes a finished demand with archive <summary>: the full board snapshots into history/ and resets, carrying ## Decisions over. Past demands stay greppable without taxing every board read.
  • Scrollback that works: SwiftTerm 1.14 pins the viewport where you scrolled, so agent output no longer drags you back to the bottom on every spinner frame. When the CLI asks for the mouse (Claude Code does), the wheel reaches it and Claude Code scrolls its own transcript; Shift+wheel scrolls ork's scrollback, Shift+drag selects text locally, and Cmd+click opens links on purpose. This also ends the phantom selections and the clicks that opened links from somewhere else in the buffer, both traced to mouse coordinate bugs fixed upstream.
  • Privacy mode: one toggle in Settings narrows the sidebar, menu bar panel and notch to the current project's organization and silences the notch event ticker. Record or present client work without other clients' names on screen.
  • Reorder the sidebar: drag organizations and projects to rearrange them; dropping a project on another section moves it there.

Install

Requires macOS 14 or newer on Apple Silicon.

  1. Download ork-0.7.0-macos-arm64.zip and unpack it.

  2. The binary is not notarized yet, so clear the quarantine flag once:

    xattr -dr com.apple.quarantine ork-0.7.0-macos-arm64
  3. Run ./Ork from inside the unpacked folder. Keep the .bundle folders next to the binary; the app loads its fonts and icons from them.

Building from source also works: clone the repo and run swift run -c release.

Full changelog: v0.6.0...v0.7.0