mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-12 21:53:00 -06:00
refactor(plugin-sdk): remove test-only facades (#122807)
This commit is contained in:
committed by
GitHub
parent
468dc55a39
commit
79380000e0
@@ -665,10 +665,7 @@ const config = {
|
||||
},
|
||||
[`${BUNDLED_PLUGIN_ROOT_DIR}/amazon-bedrock-mantle`]: bundledPluginWorkspace(),
|
||||
[`${BUNDLED_PLUGIN_ROOT_DIR}/amazon-bedrock`]: bundledPluginWorkspace(),
|
||||
[`${BUNDLED_PLUGIN_ROOT_DIR}/anthropic`]: bundledPluginWorkspace([
|
||||
// The plugin-SDK anthropic-cli facade resolves this shipped artifact by basename.
|
||||
"cli-api.ts!",
|
||||
]),
|
||||
[`${BUNDLED_PLUGIN_ROOT_DIR}/anthropic`]: bundledPluginWorkspace(),
|
||||
[`${BUNDLED_PLUGIN_ROOT_DIR}/anthropic-vertex`]: bundledPluginWorkspace(),
|
||||
[`${BUNDLED_PLUGIN_ROOT_DIR}/acpx`]: bundledPluginWorkspace([
|
||||
// Copied as executable runtime internals by the package artifact manifest.
|
||||
|
||||
Reference in New Issue
Block a user