[docs] Update documentation for features from 2026-04-27#993
Closed
danielmeppiel wants to merge 1 commit intomainfrom
Closed
[docs] Update documentation for features from 2026-04-27#993danielmeppiel wants to merge 1 commit intomainfrom
danielmeppiel wants to merge 1 commit intomainfrom
Conversation
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>
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the project changelog to document the previously-undocumented rename of the experimental Microsoft 365 Copilot Cowork target, so users upgrading from v0.9.3 can discover the correct new target/flag/config names.
Changes:
- Added an
[Unreleased]### Changedentry describing thecowork->copilot-coworkrename and listing the new user-facing surfaces. (#926)
Show a summary per file
| File | Description |
|---|---|
| CHANGELOG.md | Adds an Unreleased changelog entry documenting the experimental target rename for user visibility. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
|
|
||
| ### 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) |
There was a problem hiding this comment.
This entry says "No behaviour change", but the rename is a user-facing CLI/config breaking change (e.g., --target cowork/apm experimental enable cowork no longer appear to be accepted). Consider rewording to clarify that functionality is unchanged but users must update flags/config/env-var names. Also, using backticked [0.9.3] here reads like a literal link label; using plain 0.9.3/v0.9.3 would be clearer in changelog prose.
Suggested change
| - 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) | |
| - 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`). Functionality is unchanged, but users must update CLI flags, config keys, and environment variable names; 0.9.3 shipped as `cowork` and this rename landed immediately after. (#926) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documentation Updates - 2026-04-27
This PR documents the
cowork→copilot-coworkrename that landed in PR #926, which was not reflected inCHANGELOG.md.Features Documented
coworktocopilot-cowork(from feat(cowork): experimental support for Microsoft 365 Copilot Cowork custom skills #926)Changes Made
CHANGELOG.md[Unreleased]section with aChangedentry for feat(cowork): experimental support for Microsoft 365 Copilot Cowork custom skills #926 explaining the rename, so users upgrading from v0.9.3 know the correct flag/target/config key names.Merged PRs Referenced
feat(cowork): experimental support for Microsoft 365 Copilot Cowork custom skills, with rename fromcoworktocopilot-coworkfor futureproofingNotes
docs/src/content/docs/integrations/copilot-cowork.md— already uses correctcopilot-coworknaming (included in feat(cowork): experimental support for Microsoft 365 Copilot Cowork custom skills #926).docs/src/content/docs/reference/experimental.md— already listscopilot-coworkflag correctly.docs/src/content/docs/reference/cli-commands.md— already documentscopilot-coworktarget andcopilot-cowork-skills-dirconfig key.packages/apm-guide/.apm/skills/apm-usage/commands.md— already referencescopilot-coworknaming.