Skip to content

Releases: club-cog/devin-handoff

Release list

v1.4.0

Choose a tag to compare

@jzone3 jzone3 released this 26 Jun 04:38

Highlights

  • poll now stops when Devin is waiting on you. Previously poll only treated exit/error/suspended as terminal, so when Devin finished its work and moved to status=running / status_detail=waiting_for_user, the loop kept polling until the VM was eventually suspended. waiting_for_user is now a terminal condition — poll exits there, prints the PR URL, and returns 0. (#5)

Install & packaging

  • 1-click install as a Claude Code plugin and a Codex plugin
  • Cursor global install instructions and a /devin-handoff:setup command to verify install readiness
  • Skill moved to .agents/skills/ for harness auto-discovery
  • Broadened skill description to cover spinning off parallel sessions and resolving existing ones

Docs

  • README refreshed for the 2026 monochrome Devin rebrand, demo video, and Built by Devin badge

Full changelog: v1.2.0...v1.4.0

v1.2.0

Choose a tag to compare

@jzone3 jzone3 released this 28 May 18:55

First tagged release.

  • create / poll / archive commands for handing off tasks to cloud Devin sessions
  • Auto-detects repo, branch, and uncommitted diff from the local git checkout
  • Supports personal (apk_*) and service (cog_*) API keys
  • Skill packaging for Claude Code, Cursor, Windsurf, and Codex (see examples/)