Commit graph

13 commits

Author SHA1 Message Date
0c2884c2b1 refactor: use thin upstream transport adapter 2026-04-22 01:25:11 +03:00
569824ead1 refactor: shrink agent api wrapper to thin adapter 2026-04-22 00:22:20 +03:00
4524a6abc8 feat: finalize matrix platform audit and docs 2026-04-21 15:35:03 +03:00
6422c7db58 feat: support shared-workspace file flow for matrix 2026-04-21 00:26:21 +03:00
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
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
4533118b68 Fix agent API wrapper constructor compatibility 2026-04-19 17:11:49 +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
430c82dba1 feat(04-01): finalize AgentApi migration 2026-04-17 16:31:48 +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