mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 11:55:47 -06:00
fix: preserve exec completion identity across poll and heartbeat (#120575)
* fix(agents): bind terminal polls to exact process UUID-owned completion receipts and ProcessSession-bound finished snapshots prevent same-slug successor consumption. * chore(plugin-sdk): refresh API baseline Refresh declaration-closure hashes for the internal system-event receipt boundary.
This commit is contained in:
committed by
GitHub
parent
cfe6ebcd1e
commit
c71c29ecae
@@ -329,7 +329,8 @@ export function readPluginSdkSurfaceBudgets(env: NodeJS.ProcessEnv = process.env
|
||||
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_WILDCARD_REEXPORTS",
|
||||
// -1: text-runtime now names its global-singleton exports explicitly.
|
||||
// -1: infra-runtime now names its error exports explicitly.
|
||||
80,
|
||||
// -1: infra-runtime excludes the internal system-event receipt API.
|
||||
79,
|
||||
env,
|
||||
),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user