mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-10 00:11:19 +00:00
* fix(plugin-sdk): update ssrf-runtime import path in cdp-proxy-bypass.ts The import path `openclaw/plugin-sdk/ssrf-runtime-internal` was renamed to `openclaw/plugin-sdk/ssrf-runtime` in a previous version, but cdp-proxy-bypass.ts still referenced the old path. The neighbouring cdp.helpers.ts already uses the correct path. This caused the browser plugin to fail to load with "Package subpath is not defined by exports". Fixes #96639 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix(plugin-sdk): update ssrf-runtime import path in cdp-proxy-bypass The import path `openclaw/plugin-sdk/ssrf-runtime-internal` was renamed to `openclaw/plugin-sdk/ssrf-runtime` in a previous version, but cdp-proxy-bypass.ts still referenced the old path. The neighbouring cdp.helpers.ts already uses the correct path. This caused the browser plugin to fail to load with "Package subpath is not defined by exports". Update the corresponding vi.mock path in the test file to match. Fixes #96639 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix(plugin-sdk): promote managed-proxy bypass exports to public ssrf-runtime Export registerManagedProxyBrowserCdpBypass and fetchConfiguredLocalOriginWithSsrFGuard from the public ssrf-runtime path so that the browser plugin and ollama embedding provider can lazy-load without hitting the private ssrf-runtime-internal subpath that is excluded from package.json exports. Fixes #96639 Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> * fix(build): bundle private SSRF runtime for packaged plugins --------- Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com> Co-authored-by: Peter Steinberger <steipete@gmail.com> |
||
|---|---|---|
| .. | ||
| src | ||
| api.ts | ||
| doctor-contract-api.test.ts | ||
| doctor-contract-api.ts | ||
| index.test.ts | ||
| index.ts | ||
| ollama.live.test.ts | ||
| openclaw.plugin.json | ||
| package.json | ||
| provider-discovery.import-guard.test.ts | ||
| provider-discovery.test.ts | ||
| provider-discovery.ts | ||
| provider-policy-api.test.ts | ||
| provider-policy-api.ts | ||
| README.md | ||
| runtime-api.ts | ||
| tsconfig.json | ||
| web-search-contract-api.ts | ||
| web-search-provider.ts | ||
Ollama Provider
Bundled provider plugin for Ollama discovery and setup.