zeroclaw/src/plugins
killf f6fdf0545b fix(test): resolve compilation errors and warnings
- Fix missing canary_tokens_enabled parameter in run_tool_call_loop_with_non_cli_approval_context test call
- Remove unused imports in symlink_tests.rs (Config, handle_command, load_skills_with_config, SkillCommands)
- Remove unused import async_trait in plugins/loader.rs tests
- Prefix unused approval_manager variables with underscore in 5 channel test functions

Resolves compilation errors that prevented cargo test from completing and clears all unused import/variable warnings.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-03-04 08:34:48 +08:00
..
bridge feat(plugins): add hot-reload state and activate observer bridge 2026-02-28 21:33:11 -05:00
discovery.rs fix(plugins): block manifest auto-approve spoofing and discovery panic (RMN-270) 2026-03-01 17:28:54 -08:00
hot_reload.rs feat(plugins): scaffold wasm runtime and wire core hook lifecycle 2026-02-28 19:51:37 -05:00
loader.rs fix(test): resolve compilation errors and warnings 2026-03-04 08:34:48 +08:00
manifest.rs fix(ci): format manifest profile regression tests 2026-03-01 17:09:58 -08:00
mod.rs Merge remote-tracking branch 'upstream/main' into tmp/pr1365-sync 2026-03-01 09:57:27 -08:00
registry.rs fix(plugins): address copilot review follow-ups 2026-03-01 14:37:02 -08:00
runtime.rs feat(agent): add primary tool allowlist and denylist filtering 2026-03-03 16:19:28 -05:00
traits.rs feat(plugins): route declared tools/providers through plugin registry 2026-02-28 19:51:37 -05:00