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
c11c8ecfbf
feat(task-5): scope matrix context state per room
2026-04-19 17:41:04 +03:00
17d580096b
Serialize Matrix chat sends
2026-04-19 17:18:32 +03:00
730ea70f78
Fix real client chat cache compatibility
2026-04-19 17:07:52 +03:00
414a8645bd
Add per-chat real client routing
2026-04-19 17:03:48 +03:00
cd59d89617
fix(04-02): revert out-of-scope real client edit
...
- drop sdk/real.py change to respect requested write scope
- update phase summary file list
2026-04-17 16:12:56 +03:00
b52fdc4670
feat(04-02): add matrix context management commands
...
- add save/load/reset/context handlers and matrix interception flows
- persist current session and last token usage in prototype state
2026-04-17 16:12:03 +03:00
37643a9695
fix prototype backend review issues
2026-04-08 01:43:44 +03:00
9784ca6783
feat: add real platform compatibility layer
2026-04-08 01:38:28 +03:00