surfaces/tests/platform
Mikhail Putilovskij fbcf44980e fix(sdk): correct WebSocket URL pattern for platform-agent
AgentApiWrapper._build_ws_url was building /v1/agent_ws/{chat_id}/
which does not exist in platform-agent. Fixed to /agent_ws/?thread_id={chat_id}
to match the actual endpoint and query-param isolation scheme.

Also simplify Matrix MVP settings handlers to MVP_UNAVAILABLE stubs
and add handle_unknown_command for unregistered !commands.
2026-04-19 21:05:02 +03:00
..
test_agent_session.py feat(04-01): finalize AgentApi migration 2026-04-17 16:31:48 +03:00
test_mock.py feat(matrix): land QA follow-ups and refresh docs 2026-04-05 19:08:58 +03:00
test_prototype_state.py feat(task-5): scope matrix context state per room 2026-04-19 17:41:04 +03:00
test_real.py fix(sdk): correct WebSocket URL pattern for platform-agent 2026-04-19 21:05:02 +03:00