Skip to content

v1.1.2 — Preserve user skills on update

Choose a tag to compare

@PauloCarv PauloCarv released this 09 Jun 08:28
· 37 commits to main since this release

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