openclaw/src/plugins
Peter Steinberger 55cbfb6e6a
refactor(plugins): move provider onboarding auth into plugins
2026-03-15 22:43:10 -07:00
..
runtime Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
test-helpers fix: resolve current ci regressions 2026-03-14 00:51:12 +00:00
bundle-manifest.test.ts feat(plugins): add compatible bundle support 2026-03-15 16:08:50 -07:00
bundle-manifest.ts feat(plugins): add compatible bundle support 2026-03-15 16:08:50 -07:00
bundle-mcp.test.ts Tests: stabilize bundle MCP env on Windows 2026-03-15 21:00:03 -07:00
bundle-mcp.ts feat(plugins): test bundle MCP end to end 2026-03-15 16:51:13 -07:00
bundled-compat.ts refactor(plugins): share bundled compat transforms 2026-03-16 02:11:18 +00:00
bundled-dir.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
bundled-provider-auth-env-vars.test.ts refactor(core): land plugin auth and startup cleanup 2026-03-15 20:12:37 -07:00
bundled-provider-auth-env-vars.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
bundled-runtime-deps.test.ts Build: unbundle LanceDB from published package 2026-03-15 21:51:42 -07:00
bundled-sources.test.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
bundled-sources.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
cli.test.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
cli.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
commands.test.ts Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
commands.ts fix(onboarding): use scoped plugin snapshots to prevent OOM on low-memory hosts (#46763) 2026-03-15 16:52:08 -07:00
config-schema.ts
config-state.test.ts refactor(core): land plugin auth and startup cleanup 2026-03-15 20:12:37 -07:00
config-state.ts refactor(plugins): move auth and model policy to providers 2026-03-15 21:52:29 -07:00
conversation-binding.test.ts feat(plugins): test bundle MCP end to end 2026-03-15 16:51:13 -07:00
conversation-binding.ts Plugins: centralize binding approval interactions 2026-03-15 21:55:45 -07:00
copy-bundled-plugin-metadata.test.ts fix: remove stale dist plugin dirs 2026-03-16 02:10:36 +00:00
discovery.test.ts feat(plugins): add compatible bundle support 2026-03-15 16:08:50 -07:00
discovery.ts perf(plugins): lazy-load setup surfaces 2026-03-15 18:46:54 -07:00
enable.test.ts refactor(google): merge gemini auth into google plugin 2026-03-16 01:19:32 +00:00
enable.ts fix: sync built-in channel enablement across config paths 2026-02-23 19:40:42 +00:00
hook-runner-global.test.ts plugins: harden global hook runner state (#40184) 2026-03-09 11:20:33 -07:00
hook-runner-global.ts plugins: harden global hook runner state (#40184) 2026-03-09 11:20:33 -07:00
hooks.before-agent-start.test.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
hooks.model-override-wiring.test.ts add prependSystemContext and appendSystemContext to before_prompt_build (fixes #35131) (#35177) 2026-03-05 13:06:59 -05:00
hooks.phase-hooks.test.ts add prependSystemContext and appendSystemContext to before_prompt_build (fixes #35131) (#35177) 2026-03-05 13:06:59 -05:00
hooks.test-helpers.ts Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
hooks.ts Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
http-path.ts
http-registry.test.ts fix(gateway): pin plugin webhook route registry (#47902) 2026-03-15 21:53:05 -07:00
http-registry.ts fix(gateway): pin plugin webhook route registry (#47902) 2026-03-15 21:53:05 -07:00
http-route-overlap.ts fix(gateway): harden plugin HTTP route auth 2026-03-07 19:55:06 +00:00
install.test.ts feat(plugins): add compatible bundle support 2026-03-15 16:08:50 -07:00
install.ts feat(plugins): add compatible bundle support 2026-03-15 16:08:50 -07:00
installs.test.ts refactor(channels): dedupe hook and monitor execution paths 2026-02-22 21:19:09 +00:00
installs.ts refactor: dedupe cli config cron and install flows 2026-03-02 19:57:33 +00:00
interactive.test.ts Plugins: update Slack interactive tests 2026-03-15 21:55:45 -07:00
interactive.ts Slack: fix review regressions 2026-03-15 21:55:45 -07:00
loader.test.ts fix(plugins): resolve lazy runtime from package root 2026-03-16 05:12:30 +00:00
loader.ts fix(plugins): resolve lazy runtime from package root 2026-03-16 05:12:30 +00:00
logger.test.ts refactor(plugins): reuse plugin loader logger adapter 2026-02-18 23:48:32 +00:00
logger.ts refactor(plugins): reuse plugin loader logger adapter 2026-02-18 23:48:32 +00:00
manifest-registry.test.ts refactor(core): land plugin auth and startup cleanup 2026-03-15 20:12:37 -07:00
manifest-registry.ts refactor(core): land plugin auth and startup cleanup 2026-03-15 20:12:37 -07:00
manifest.ts refactor: make setup the primary wizard surface 2026-03-15 22:01:04 -07:00
path-safety.ts fix(windows): normalize namespaced path containment checks 2026-02-26 18:49:48 +00:00
provider-api-key-auth.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
provider-discovery.test.ts feat(plugins): move provider runtimes into bundled plugins 2026-03-15 15:18:32 -07:00
provider-discovery.ts fix(plugins): restore provider compatibility fallbacks 2026-03-15 16:09:40 -07:00
provider-runtime.runtime.ts refactor(plugins): move auth profile hooks into providers 2026-03-15 22:23:55 -07:00
provider-runtime.test.ts refactor(plugins): move auth profile hooks into providers 2026-03-15 22:23:55 -07:00
provider-runtime.ts refactor(plugins): move auth profile hooks into providers 2026-03-15 22:23:55 -07:00
provider-validation.test.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
provider-validation.ts refactor: rename setup wizard surfaces 2026-03-15 21:40:31 -07:00
provider-wizard.test.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
provider-wizard.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
providers.test.ts fix(outbound): preserve channel registry during provider snapshots 2026-03-15 21:52:29 -07:00
providers.ts fix(outbound): preserve channel registry during provider snapshots 2026-03-15 21:52:29 -07:00
registry.ts perf(plugins): lazy-load channel setup entrypoints 2026-03-15 19:27:55 -07:00
roots.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
runtime.test.ts fix(gateway): pin plugin webhook route registry (#47902) 2026-03-15 21:53:05 -07:00
runtime.ts fix(gateway): pin plugin webhook route registry (#47902) 2026-03-15 21:53:05 -07:00
schema-validator.test.ts CLI: dedupe config validate errors and expose allowed values 2026-03-02 20:05:12 -05:00
schema-validator.ts CLI: dedupe config validate errors and expose allowed values 2026-03-02 20:05:12 -05:00
services.test.ts Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
services.ts Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
slots.test.ts refactor(agents): dedupe plugin hooks and test helpers 2026-02-22 07:44:57 +00:00
slots.ts feature(context): extend plugin system to support custom context management (#22201) 2026-03-06 05:31:59 -08:00
source-display.test.ts refactor: share plugin test fixtures 2026-03-13 20:19:38 +00:00
source-display.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
status.test.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
status.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
toggle-config.ts fix: sync built-in channel enablement across config paths 2026-02-23 19:40:42 +00:00
tools.optional.test.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
tools.ts Plugins: fix env-aware root resolution and caching (#44046) 2026-03-12 15:31:31 +00:00
types.ts refactor(plugins): move provider onboarding auth into plugins 2026-03-15 22:43:10 -07:00
uninstall.test.ts refactor(test): dedupe repeated fixture setup helpers 2026-02-22 20:04:51 +00:00
uninstall.ts
update.test.ts Plugins: preserve scoped ids and reserve bundled duplicates (#47413) 2026-03-15 09:07:10 -07:00
update.ts Plugins: preserve scoped ids and reserve bundled duplicates (#47413) 2026-03-15 09:07:10 -07:00
voice-call.plugin.test.ts test: remove duplicated scenario scaffolding across runtime tests 2026-02-18 04:04:14 +00:00
web-search-providers.test.ts feat: add firecrawl onboarding search plugin 2026-03-16 03:38:58 +00:00
web-search-providers.ts feat: add firecrawl onboarding search plugin 2026-03-16 03:38:58 +00:00
wired-hooks-after-tool-call.e2e.test.ts refactor(core): extract shared dedup helpers 2026-03-07 10:41:05 +00:00
wired-hooks-compaction.test.ts fix: persist context-engine auto-compaction counts (#42629) 2026-03-14 16:22:10 -07:00
wired-hooks-gateway.test.ts
wired-hooks-inbound-claim.test.ts Plugins: broaden plugin surface for Codex App Server (#45318) 2026-03-15 16:06:11 -07:00
wired-hooks-llm.test.ts
wired-hooks-message.test.ts
wired-hooks-session.test.ts Plugins: add sessionKey to session lifecycle hooks 2026-03-03 01:48:46 +00:00
wired-hooks-subagent.test.ts refactor(agents): dedupe plugin hooks and test helpers 2026-02-22 07:44:57 +00:00