surfaces/tests/adapter/matrix
Mikhail Putilovskij 73c472ecc4 feat(matrix): implement !reset via new platform_chat_id
Instead of calling a /reset endpoint on platform-agent, !reset now
generates a new thread_id (platform_chat_id) for the room. The old
WebSocket connection is closed and the next message creates a fresh
context automatically. No platform changes required.
2026-04-19 21:20:31 +03:00
..
__init__.py feat(matrix): add adapter baseline and platform-aware command hints 2026-04-01 01:04:54 +03:00
test_chat_space.py Assign matrix platform chat ids on creation 2026-04-19 17:31:21 +03:00
test_confirm.py test(01-05): cover matrix confirm flow round trip 2026-04-03 12:27:42 +03:00
test_context_commands.py feat(matrix): implement !reset via new platform_chat_id 2026-04-19 21:20:31 +03:00
test_converter.py test(01-06): add failing matrix command-only regressions 2026-04-03 12:32:21 +03:00
test_dispatcher.py feat(task-7): verify matrix per-room context routing 2026-04-19 17:43:18 +03:00
test_invite_space.py Assign matrix platform chat ids on creation 2026-04-19 17:31:21 +03:00
test_reactions.py test(01-06): add failing matrix command-only regressions 2026-04-03 12:32:21 +03:00
test_send_outgoing.py test(01-05): cover matrix confirm flow round trip 2026-04-03 12:27:42 +03:00
test_store.py fix: preserve matrix room metadata when setting platform chat id 2026-04-19 16:52:43 +03:00