Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
{
"group": "Encore Features",
"icon": "flask",
"pages": ["encore-features", "director-notes"]
"pages": ["encore-features", "director-notes", "llm-guard"]
},
{
"group": "Providers & CLI",
Expand Down
9 changes: 4 additions & 5 deletions docs/encore-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,10 @@ Open **Settings** (`Cmd+,` / `Ctrl+,`) and navigate to the **Encore Features** t

## Available Features

| Feature | Shortcut | Description |
| ------------------------------------ | ------------------------------ | --------------------------------------------------------------- |
| [Director's Notes](./director-notes) | `Cmd+Shift+O` / `Ctrl+Shift+O` | Unified timeline of all agent activity with AI-powered synopses |

More features will be added here as they ship.
| Feature | Shortcut | Description |
| ------------------------------------ | ------------------------------ | -------------------------------------------------------------------------------------------------- |
| [Director's Notes](./director-notes) | `Cmd+Shift+O` / `Ctrl+Shift+O` | Unified timeline of all agent activity with AI-powered synopses |
| [LLM Guard](./llm-guard) | — | AI security layer that scans prompts and responses for sensitive data, injection attacks, and more |

## For Developers

Expand Down
1 change: 1 addition & 0 deletions docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ icon: sparkles
- 🚀 **Multi-Agent Management** - Run unlimited agents in parallel. Each agent has its own workspace, conversation history, and isolated context.
- 📬 **Message Queueing** - Queue messages while AI is busy; they're sent automatically when the agent becomes ready. Never lose a thought.
- 🔐 **[Global Environment Variables](./configuration#global-environment-variables)** - Configure environment variables once in Settings and they apply to all agent processes and terminal sessions. Perfect for API keys, proxy settings, and tool paths.
- 🛡️ **[LLM Guard](./security/llm-guard)** - Built-in security layer that scans all AI inputs and outputs for sensitive content. Detects secrets, PII, prompt injection attacks, malicious URLs, and dangerous code patterns. Supports custom regex patterns, per-session policies, and audit log export.

## Core Features

Expand Down
Loading