Add MindSpace page live edit, chat skills, and H5 deploy tooling.
Introduce page edit sessions with draft preview and patch API, chat skill picker, user memory profile, h5ApiBase resolution, voice WAV transport, and scripts for 105/g2 deployment and Plaza local dev. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -87,6 +87,9 @@ test('runner claims job, executes reply, bills usage, and completes job', async
|
||||
async getAgentSessionPolicy() {
|
||||
return { enableContextMemory: false, unrestricted: true };
|
||||
},
|
||||
async getUserPublishLayout() {
|
||||
return null;
|
||||
},
|
||||
async registerAgentSession(userId, sessionId) {
|
||||
calls.push(['registerAgentSession', userId, sessionId]);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user