docs: context engine

This commit is contained in:
Vincent Koc
2026-03-06 08:55:58 -05:00
parent 5470337b1c
commit 151f26070b
3 changed files with 12 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ Plugins can register:
- Agent tools
- CLI commands
- Background services
- Context engines
- Optional config validation
- **Skills** (by listing `skills` directories in the plugin manifest)
- **Auto-reply commands** (execute without invoking the AI agent)
@@ -370,6 +371,7 @@ Fields:
- `allow`: allowlist (optional)
- `deny`: denylist (optional; deny wins)
- `load.paths`: extra plugin files/dirs
- `slots`: exclusive slot selectors such as `memory` and `contextEngine`
- `entries.<id>`: perplugin toggles + config
Config changes **require a gateway restart**.