surfaces/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
..
handlers feat(matrix): implement !reset via new platform_chat_id 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
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