surfaces/adapter/matrix/handlers
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
..
__init__.py fix(sdk): correct WebSocket URL pattern for platform-agent 2026-04-19 21:05:02 +03:00
auth.py fix: preserve invite workspace bootstrap semantics 2026-04-19 17:34:47 +03:00
chat.py Assign matrix platform chat ids on creation 2026-04-19 17:31:21 +03:00
confirm.py fix(01-05): align matrix confirmation scope with user and room 2026-04-03 12:26:32 +03:00
context_commands.py feat(task-5): scope matrix context state per room 2026-04-19 17:41:04 +03:00
settings.py fix(sdk): correct WebSocket URL pattern for platform-agent 2026-04-19 21:05:02 +03:00