refactor(core): select system prompts through plugins (#37181)

This commit is contained in:
Aiden Cline
2026-07-15 18:21:32 -05:00
committed by GitHub
parent b5177adb5b
commit 720f062cd0
29 changed files with 447 additions and 263 deletions
+2 -2
View File
@@ -169,9 +169,9 @@ and plugin options.
| Capability | Available operations |
| ---------------------- | -------------------------------------------------------------------------------------------- |
| `ctx.agent` | `list`, `transform`, `reload` |
| `ctx.agent` | `list`, `get`, `transform`, `reload` |
| `ctx.catalog.provider` | `list`, `get` |
| `ctx.catalog.model` | `list`, `default` |
| `ctx.catalog.model` | `list`, `get`, `default` |
| `ctx.catalog` | `transform`, `reload` |
| `ctx.command` | `list`, `transform`, `reload` |
| `ctx.integration` | `list`, `get`, `connect`, `attempt`, `transform`, `reload`, and connection lookup/resolution |