zeroclaw/src/gateway
argenis de la rosa 67edd2bc60 fix(plugins): integrate WASM tools into registry, add gateway routes and tests
- Wire WASM plugin tools into all_tools_with_runtime() behind
  cfg(feature = "plugins-wasm"), discovering and registering tool-capable
  plugins from the configured plugins directory at startup.
- Add /api/plugins gateway endpoint (cfg-gated) for listing plugin status.
- Add mod plugins declaration to main.rs binary crate so crate::plugins
  resolves when the feature is enabled.
- Add unit tests for PluginHost: empty dir, manifest discovery, capability
  filtering, lookup, and removal.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-17 18:10:24 -04:00
..
api_pairing.rs fix(pairing): add SQLite persistence, fix config defaults, align with plan 2026-03-17 17:44:55 -04:00
api_plugins.rs fix(plugins): integrate WASM tools into registry, add gateway routes and tests 2026-03-17 18:10:24 -04:00
api.rs feat(gateway): persist WS chat sessions across restarts (#3813) 2026-03-17 14:26:39 -04:00
mod.rs fix(plugins): integrate WASM tools into registry, add gateway routes and tests 2026-03-17 18:10:24 -04:00
nodes.rs feat(gateway): add dynamic node discovery and capability advertisement (#3448) 2026-03-13 18:23:48 -04:00
sse.rs feat(observer): live tool call notifications (#3221) 2026-03-11 19:07:34 -04:00
static_files.rs fix: resolve web dashboard 404 on static assets and SPA fallback (#3510) 2026-03-14 17:07:24 -04:00
ws.rs fix(pairing): add SQLite persistence, fix config defaults, align with plan 2026-03-17 17:44:55 -04:00