mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-31 02:18:08 +00:00
feat(cloud-workers): pinned SSH tunnel runtime and provider-owned key resolution (#104553)
* feat(cloud-workers): add pinned SSH tunnel runtime * feat(crabbox): resolve cloud worker SSH identities * docs(cloud-workers): document SSH tunnel contracts
This commit is contained in:
parent
934a974c29
commit
5ca46a6554
37 changed files with 1901 additions and 267 deletions
|
|
@ -195,7 +195,7 @@ export function readPluginSdkSurfaceBudgets(env = process.env) {
|
|||
),
|
||||
publicExports: readPluginSdkSurfaceBudgetEnv(
|
||||
"OPENCLAW_PLUGIN_SDK_MAX_PUBLIC_EXPORTS",
|
||||
10526,
|
||||
10530,
|
||||
env,
|
||||
),
|
||||
publicFunctionExports: readPluginSdkSurfaceBudgetEnv(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue