From 77798e149b55771f4894cc22346683b6c32ff71b Mon Sep 17 00:00:00 2001 From: Daniel Meppiel <51440732+danielmeppiel@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:09:13 +0200 Subject: [PATCH] docs: add CHANGELOG entry for copilot-cowork rename (#926) PR #926 renamed the experimental Cowork target from 'cowork' to 'copilot-cowork' across all user-facing surfaces. The [0.9.3] CHANGELOG entry (for #913) used the old 'cowork' naming; this adds a [Unreleased] Changed entry documenting the rename so users upgrading from 0.9.3 know which flag/target/config key to use. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d007d98bc..2ff85b09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Changed + +- Renamed the experimental Cowork target and all user-facing surfaces from `cowork` to `copilot-cowork` for futureproofing (e.g. `apm experimental enable copilot-cowork`, `--target copilot-cowork`, `apm config set copilot-cowork-skills-dir`, `APM_COPILOT_COWORK_SKILLS_DIR`). No behaviour change; the `[0.9.3]` release shipped as `cowork` and this rename landed immediately after. (#926) + ### Fixed - Docs site auto-deploys again after bot-cut releases by correctly detecting tag-push context in `docs.yml`. (#953)