From 928631309e56d3f880280603462ee18bb30f9a2a Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sat, 3 Jan 2026 04:44:49 +0100 Subject: [PATCH] docs: note queue tests --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b921056ad..c1c5d6178 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ - Agent runtime: update pi-mono dependencies to 0.31.1 (agent-core split). - Dependencies: bump to latest compatible versions (TypeBox, grammY, Zod, Rolldown, oxlint-tsgolint). - Tests: cover read tool image metadata + text output. +- Tests: add queue mode coverage (collect/followup + directive parsing). ### Breaking - Skills config schema moved under `skills.*`: @@ -47,6 +48,7 @@ - CLI: add `configure`, `doctor`, and `update` wizards for ongoing setup, health checks, and modernization. - CLI: add Signal CLI auto-install from GitHub releases in the wizard and persist wizard run metadata in config. - CLI: add remote gateway client config (gateway.remote.*) with Bonjour-assisted discovery. +- CLI: add `clawdis tui` for a Gateway-connected terminal UI. - Skills: allow `bun` as a node manager for skill installs. - Skills: add `things-mac` (Things 3 CLI) for read/search plus add/update via URL scheme. - Skills: add Apple Notes + Reminders skills via memo CLI (thanks @tylerwince).