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) <noreply@anthropic.com>
This commit is contained in:
claude-ceo-assistant 2026-05-08 03:33:40 +00:00 committed by dev-lead
parent 1f8926cc96
commit d5f569581e

View File

@ -200,6 +200,8 @@ class TestSessionOps:
"context", "context",
"reset", "reset",
"compact", "compact",
"steer",
"queue",
"version", "version",
] ]
model_cmd = next( model_cmd = next(