From d5f569581edf2ba653453db1a07eb594a89d0555 Mon Sep 17 00:00:00 2001 From: claude-ceo-assistant Date: Fri, 8 May 2026 03:33:40 +0000 Subject: [PATCH] test(acp): update commands list snapshot for steer + queue acp_adapter/server.py:_ADVERTISED_COMMANDS now includes "steer" (inject guidance into active turn) and "queue" (run prompt after current turn finishes) between "compact" and "version". Production code is the source of truth; this test was the last reader still on the pre-feature snapshot. The substantive features were added in PRs that introduced steer/queue themselves; this is purely test-snapshot follow-through. Co-Authored-By: Claude Opus 4.7 (1M context) --- tests/acp/test_server.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/acp/test_server.py b/tests/acp/test_server.py index 35aafc60..7fefb35f 100644 --- a/tests/acp/test_server.py +++ b/tests/acp/test_server.py @@ -200,6 +200,8 @@ class TestSessionOps: "context", "reset", "compact", + "steer", + "queue", "version", ] model_cmd = next(