mirror of
https://github.com/stablyai/orca.git
synced 2026-09-23 08:02:31 +00:00
* fix(chat): release provider children after lost resume holds * test: load audit fixtures as modules and verify combined mobile payload --------- Co-authored-by: m4air <m4air@Mac.localdomain>
19 lines
516 B
JSON
19 lines
516 B
JSON
{
|
|
"source": "src/main/native-chat/agent-session-wire/structured-agent-session-holds.ts",
|
|
"sourceSha256": "c95e27518d6cb09f1c97e5ff18bbb9fc5b15c7680d4a99e90cc14353d602230f",
|
|
"comparison": "same source, before omits only the post-resume holder check",
|
|
"before": {
|
|
"child": true,
|
|
"held": false,
|
|
"releasePendingAfterAcquisition": false,
|
|
"evictions": 0
|
|
},
|
|
"after": {
|
|
"child": false,
|
|
"held": false,
|
|
"releasePendingAfterAcquisition": true,
|
|
"evictions": 1
|
|
},
|
|
"passed": true
|
|
}
|