fix(mindspace): expose findPageBySourceMessage on remote pageService adapter.

Quick Plaza publish resolves existing chat pages by session/message id; production remote adapter rejected the RPC because the binding contract omitted this method.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
john
2026-07-05 19:37:20 +08:00
parent 3318c04490
commit 8755928405
2 changed files with 6 additions and 0 deletions
+1
View File
@@ -30,6 +30,7 @@ export const MINDSPACE_SERVER_ADAPTER_BINDINGS = Object.freeze({
'deletePage',
'findPageByRelativePath',
'findPageBySourceAsset',
'findPageBySourceMessage',
'getDeletePreview',
'getPage',
'listPages',