feat(akl): implement Agent Knowledge Layer (AKL) - clean implementation

This commit is contained in:
mkorwel
2026-03-16 21:07:39 -07:00
parent 30271d64eb
commit 62e260be1d
32 changed files with 1554 additions and 45 deletions
+1
View File
@@ -150,6 +150,7 @@ they appear in the UI.
| Use OSC 52 Paste | `experimental.useOSC52Paste` | Use OSC 52 for pasting. This may be more robust than the default system when using remote terminal sessions (if your terminal is configured to allow it). | `false` |
| Use OSC 52 Copy | `experimental.useOSC52Copy` | Use OSC 52 for copying. This may be more robust than the default system when using remote terminal sessions (if your terminal is configured to allow it). | `false` |
| Plan | `experimental.plan` | Enable Plan Mode. | `true` |
| Agent Knowledge Layer | `experimental.akl` | Enable the Agent Knowledge Layer for persistent situational awareness. | `false` |
| Model Steering | `experimental.modelSteering` | Enable model steering (user hints) to guide the model during tool execution. | `false` |
| Direct Web Fetch | `experimental.directWebFetch` | Enable web fetch behavior that bypasses LLM summarization. | `false` |
| Topic & Update Narration | `experimental.topicUpdateNarration` | Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting. | `false` |