Skip to content
CHANGELOGPublished GitHub releases

Complete notes for every CompozyOS release.

Features, fixes, breaking changes, pull requests, contributors, and verified release assets—sourced from the same GitHub release that ships the binary.

RSS
BETA30 assets

v0.3.0-beta.17

The Tauri/Rust desktop host is replaced by an Electron shell with a narrow preload boundary, and updating became one durable daemon-owned operation exposed identically through the CLI, HTTP, UDS, Settings, and the…

Refactoring · 1Features · 9Bug Fixes · 7Testing · 1
BETA23 assets

v0.3.0-beta.8

Gateway reachability ships with a first-party provider. The tailscale extension runs a Tailscale node inside the Compozy process through tsnet, against the operator's own account — nothing else to install, and Compozy…

Refactoring · 1Features · 1Bug Fixes · 4Testing · 1
BETA23 assets

v0.3.0-beta.6

The bundled dev-cycle Loop now does one job clearly: implement authored task files in dependency order. software-delivery is gone and implement-tasks takes its place, with a five-node graph — sluginput → loadtasks →…

Features · 3Bug Fixes · 6Testing · 1
BETA23 assets

v0.3.0-beta.5

The Bundle surface is gone. Extensions are now the single packaging unit, and installing one is inert: it publishes no tools and no resources until you explicitly enable it. Before enabling, you can preview exactly what…

Refactoring · 1Features · 3Bug Fixes · 1
BETA23 assets

v0.3.0-beta.4

The Bundle surface is gone. Extensions are now the single packaging unit, and installing one is inert: it publishes no tools and no resources until you explicitly enable it. Before enabling, you can preview exactly what…

Refactoring · 1Features · 2Bug Fixes · 3
BETA23 assets

v0.3.0-beta.3

Compozy now discovers SKILL.md definitions at any depth below each skill root, so teams can organize capabilities under folders such as marketing/content/ without changing frontmatter identity or normal precedence.…

Refactoring · 1Features · 8Bug Fixes · 4
BETA23 assets

v0.3.0-beta.1

Compozy v0.3 is a new operating system boundary for agent work. Sessions, tasks, loops, memory, permissions, automation, the OS shell, and Compozy Network now share one daemon-owned state model. People can start and…

Features · 2