v1.1.2 — Preserve user skills on update
What's new
Fix: user skills preserved on container update
Previously, docker compose pull && docker compose up -d would overwrite all skills in the workspace, including any custom skills or modifications made by the user.
New behaviour: the entrypoint only copies built-in skills that don't yet exist in the workspace. Skills already present (whether custom or previously installed) are never overwritten.
- Custom skills created via the agent → always preserved
- Built-in skills already in workspace → preserved (not overwritten)
- New built-in skills added in future releases → copied on first startup
Updating
docker compose pull
docker compose up -d