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:
@@ -30,6 +30,7 @@ export const MINDSPACE_SERVER_ADAPTER_BINDINGS = Object.freeze({
|
||||
'deletePage',
|
||||
'findPageByRelativePath',
|
||||
'findPageBySourceAsset',
|
||||
'findPageBySourceMessage',
|
||||
'getDeletePreview',
|
||||
'getPage',
|
||||
'listPages',
|
||||
|
||||
Reference in New Issue
Block a user