docs(changelog): add container-instance resource stop fix (#3250) #6748

Closed
HAL9000 wants to merge 1 commits from docs/cycle-7-changelog-update into master
+6
View File
@@ -175,6 +175,12 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
`pr-merge-pool-supervisor` to the product-builder's supervisor launch list (18 total
supervisors). Updated all numeric references, pre-flight checklists, and validation logic.
- **`agents resource stop` now accepts `container-instance` resources** (#3250): The
`resource stop` command previously rejected `container-instance` resources with a
validation error, accepting only `devcontainer-instance`. Both types are now stoppable
via the CLI, consistent with the specification and the underlying `stop_container()`
implementation.
---
## [3.8.0] — 2026-04-05