hermes-agent/tests/acp
claude-ceo-assistant 447801cbcb 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>
2026-05-08 03:33:40 +00:00
..
__init__.py
test_approval_isolation.py fix(acp): wire HERMES_SESSION_KEY per session so sudo cache scope activates 2026-04-28 01:34:16 -07:00
test_auth.py
test_entry.py
test_events.py
test_mcp_e2e.py test(acp): accept prompt persistence kwargs in mocks 2026-04-30 10:47:23 -07:00
test_permissions.py fix(permissions): handle None response from ACP request_permission 2026-04-21 05:57:23 -07:00
test_ping_suppression.py
test_server.py test(acp): update commands list snapshot for steer + queue 2026-05-08 03:33:40 +00:00
test_session.py fix(acp): normalize Windows cwd for WSL tool execution 2026-04-30 20:55:14 -07:00
test_tools.py