Skip to content

Releases: iAmCorey/Wake

v0.2.1

Choose a tag to compare

@iAmCorey iAmCorey released this 20 Aug 02:58

Patch release: resuming OpenCode sessions from Wake now works (the 0.2.0 build shipped with this broken — the resume button reported "not supported" for OpenCode v1 and v2 sessions).

Install

Download Wake-0.2.1-macos.zip, unzip, drag Wake.app to Applications.

The app is ad-hoc signed, so macOS will block the first launch: right-click → Open → Open, or run

xattr -d com.apple.quarantine /Applications/Wake.app

Requires macOS 14+ (Apple Silicon). Or build from source: scripts/make-app.sh with a Rust toolchain.

v0.2.0

Choose a tag to compare

@iAmCorey iAmCorey released this 20 Aug 02:32

Five new agents and OpenCode 2 support — Wake now covers 12 coding agents.

Highlights

  • 5 new agents: Pi, Oh My Pi, Grok Build, Kimi Code, Antigravity CLI
  • OpenCode 2 (beta): v2 sessions appear alongside v1 with an opencode2 badge, and resume with the right CLI
  • Session file path in the detail view — click to reveal in Finder
  • Kiro sessions now show the model used
  • Fixes: sidebar agent order is stable across refreshes; Reveal in Finder works for database-backed agents (Copilot, OpenCode, Antigravity)

Full list in CHANGELOG.md.

Install

Download Wake-0.2.0-macos.zip, unzip, drag Wake.app to Applications.

The app is ad-hoc signed, so macOS will block the first launch: right-click → Open → Open, or run

xattr -d com.apple.quarantine /Applications/Wake.app

Requires macOS 14+ (Apple Silicon). Or build from source: scripts/make-app.sh with a Rust toolchain.

Wake 0.1.0

Choose a tag to compare

@iAmCorey iAmCorey released this 19 Aug 01:22

First public release.

Wake gathers every coding-agent session on your Mac into one place — browse, full-text search, and resume any conversation in seconds. All local, all read-only, zero network requests.

Highlights

  • Seven agents: Claude Code, Codex CLI, Copilot CLI, Cursor, OpenCode, Kiro, Gemini CLI
  • Full-text search (⌘K): FTS5 trigram index over prose and code (CJK included); jumps straight to the matched message in the transcript
  • Transcript view: per-message rendering with tool-call clusters, thinking summaries, tree-sitter highlighting
  • One-click resume into Terminal/iTerm at the original project directory
  • Star / pin / export / delete — your originals are never modified; deletes go to the system Trash

Install

Download Wake-0.1.0-macos.zip, unzip, drag Wake.app to Applications.

The app is ad-hoc signed, so macOS will block the first launch: right-click → Open → Open, or run

xattr -d com.apple.quarantine /Applications/Wake.app

Requires macOS 14+ (Apple Silicon). Or build from source: scripts/make-app.sh with a Rust toolchain.