Skip to content

Worklings 0.1.0-alpha.5

Pre-release
Pre-release

Choose a tag to compare

@Bingeljell Bingeljell released this 29 Jul 11:37
aa365d5

Apple Silicon prerelease (build 5). Brings activity awareness from your dev tools — Claude Code, Codex, and local git — plus a one-tap way to wire it up from the paw menu.

What's new

  • Agent-tool activity. Claude Code and Codex feed the Workling real lifecycle events (work started / task completed / work ended, plus "awaiting input" for Claude). The adapters drain and discard the tool's payload without reading it — no prompt, diff, or path ever leaves the tool.
  • One-tap in-app connector. "Connect Claude Code" / "Connect Codex" in the paw menu write the tool wiring for you — parsing and backing up your existing config, merging without disturbing your other keys or hooks, and offering a clean disconnect. No config-file editing. (Codex hooks need a one-time /hooks approval inside Codex to activate.)
  • Local-git source. Commits in repos connected from the paw menu ("Connected Repos") earn milestone XP, watched in-app via FSEvents. Detection reads only commit SHAs and ancestry — never a message, diff, or path. Repeated commits the same day taper toward a daily cap.
  • Reaction throttle. A burst of activity celebrates once instead of stuttering; XP still accrues per event.

Activity intake is off by default — enable "Accept Work Tool Events" in the paw menu.

Hardening

Three audit rounds. Never hang the app, brick a system, or wreck a git/Codex/Claude session: every git call is bounded and off the main thread; config writes are backed up, atomic, and refuse rather than overwrite unfamiliar structure; the connector owns only its own Worklings-namespaced hooks and cleans them up even after the app is moved; and release packaging is verified end-to-end.

Install

Unsigned-for-distribution alpha: on first launch, right-click the app and choose Open, then confirm — or use System Settings → Privacy & Security → Open Anyway. Do not disable Gatekeeper globally.

Verify the download:
```
shasum -a 256 -c Worklings-0.1.0-alpha.5-macos-arm64.dmg.sha256
```