surfaces/adapter/matrix
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
..
handlers fix(sdk): correct WebSocket URL pattern for platform-agent 2026-04-19 21:05:02 +03:00
__init__.py feat(matrix): add adapter baseline and platform-aware command hints 2026-04-01 01:04:54 +03:00
bot.py feat(task-7): verify matrix per-room context routing 2026-04-19 17:43:18 +03:00
converter.py feat(01-06): remove matrix reaction-era adapter UX 2026-04-03 12:33:15 +03:00
reactions.py feat(01-06): remove matrix reaction-era adapter UX 2026-04-03 12:33:15 +03:00
room_router.py fix(01-01): stop auto-registering unknown matrix rooms 2026-04-02 22:50:28 +03:00
store.py fix: preserve matrix room metadata when setting platform chat id 2026-04-19 16:52:43 +03:00