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.24

CompozyOS is a control plane, so it no longer starts persistent memory extraction or background dreaming from omitted settings. memory.enabled and roles.dream.enabled now default to false. To enable memory, set…

Features · 1Bug Fixes · 20Testing · 3
BETA30 assets

v0.3.0-beta.23

Session supervision now considers agent progress, running tools, active children, Loop runs, task leases, and scheduled waits. A quiet transcript alone no longer means the session is idle. If a work-signal source cannot…

Performance Improvements · 2Features · 3Bug Fixes · 18Testing · 2
BETA30 assets

v0.3.0-beta.22

Cancel is now the single way to stop a Loop run, and it stops the run's own sessions instead of asking politely. Runtime selection reads live provider catalogs, so the models you pick match what the provider offers.…

Features · 2Bug Fixes · 9
BETA30 assets

v0.3.0-beta.21

Profiles add an explicit owner to work, Goals become manageable by agents, and Loops gain more precise routing and recovery. This beta also adopts ecosystem skill sources and consolidates task delivery under…

Performance Improvements · 1Features · 9Bug Fixes · 15Testing · 1
BETA30 assets

v0.3.0-beta.19

Everything the palette does is reachable from the CLI, HTTP, UDS, and native tools, with the same reasons and the same gates. An agent supervising CompozyOS discovers a command, checks its contract, targets a client,…

Features · 4Bug Fixes · 7Miscellaneous Tasks · 1
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