From bcd52ee546a96399ef4b430dda8d92f867b46448 Mon Sep 17 00:00:00 2001 From: sheeek Date: Fri, 9 Jan 2026 09:41:02 +0100 Subject: [PATCH] chore: update CHANGELOG for sandbox CLI commands --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee33af2e8..733d32f0c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,7 @@ ## Unreleased +- CLI: add `sandbox list` and `sandbox recreate` commands for managing Docker sandbox containers after image/config updates. (#563) — thanks @pasogott - Providers: add Microsoft Teams provider with polling, attachments, and CLI send support. (#404) — thanks @onutc - Commands: accept /models as an alias for /model. - Debugging: add raw model stream logging flags and document gateway watch mode.