Skip to content

OpenWorker v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Aug 23:53
· 7 commits to main since this release
44538a7

OpenWorker v0.2.0

New

  • Skills — package repeatable workflows as reusable instruction packs the coworker loads on demand.
  • Security coworkers — specialized agents for development teams: a Security Coworker for code security review, a Cloud Posture Coworker for infrastructure and account posture, and a Dependency Audit Coworker for supply-chain checks. Pick them from the coworker picker like any other specialist.
  • Memory — the coworker remembers across sessions, with project memory tied to your repo or folder: name memories and boards, and bind them per session from the composer's "+" menu.
  • Auto-approve — automatic reviewer mode that safely approves routine tool calls so long-running work isn't interrupted.
  • Better MCP setup — a guided "add server" flow, and connection failures now surface clearly instead of failing silently.
  • Multiple reasoning effort levels in the model picker.
  • Ark model providers join the picker.
  • Intel Mac builds — the DMG now ships for both Apple Silicon and x64.

Fixed

  • Scheduled automations handle daylight-saving shifts and weekday rules correctly.
  • Vision inputs work with Ollama models.
  • Clone/pull operations respect the approval gate.
  • Attachment filenames dedup properly; stale platform paths cleaned up; Python 3.10 supported.

Security hardening — secrets files are created with private permissions, web fetch connections are pinned, and MCP dependencies were bumped, alongside a broader batch of approval-handling and workspace-trust fixes. Updating is recommended.

Thanks to @Amagah, @asklokesh, @ChakrawarShubham, @coderdailyone, @CyberDefenseOperations, @fanziqingbyte, @manavshrivastavagit, @Mr-Neutr0n, @Osamaali313, and @rkfshakti for contributing to this release!

Full Changelog: v0.1.7...v0.2.0