fix(agent): recover stale runs and improve new-user OA delivery
Fix DEV logout cookie clearing, materialize selected MindSpace OA assets before agent runs, and recover zombie runs from synced workspace pages. Add client run wait timeout, harness retry limits, page-edit asset forwarding, and logout/john2 scenario tests. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -220,6 +220,8 @@ test('buildContextPrefix binds deictic references to a single checked asset', ()
|
||||
|
||||
assert.match(prefix, /【界面勾选资料(硬性)】/);
|
||||
assert.match(prefix, /sales\.xlsx(id: asset-9/);
|
||||
assert.match(prefix, /【勾选资料读取(硬性)】/);
|
||||
assert.match(prefix, /mindspace_asset_download/);
|
||||
assert.match(prefix, /【勾选资料删除(硬性)】/);
|
||||
assert.match(prefix, /mindspace_asset_delete/);
|
||||
assert.match(prefix, /完整读写删改权限/);
|
||||
|
||||
Reference in New Issue
Block a user