inject_context
Inject curated context into conversations to restore important information after pruning or to seed a session with relevant knowledge. Keeps injected content natural-sounding to avoid detection.
Instructions
Inject curated context into the conversation as a new branch. Use to restore important context after pruning or to seed a session with relevant knowledge. Auto-triggers /resume via the dashboard if available. Keep injected content natural-sounding — avoid markers like [INJECTED] that trigger prompt injection detection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | The context to inject. Should be natural-sounding (avoid markers like [INJECTED] that trigger prompt injection detection). Can be formatted as pasted text, MCP responses, or conversation summaries. | |
| session | No | Tmux session name to send /resume to. If omitted, looks up by conversation ID via dashboard. | |
| prune_orphans | No | If true, delete orphaned messages after injection to reduce file size. Default: false. | |
| conversation_id | No | Conversation UUID. If omitted, finds the most recently modified conversation for the current project. Your conversation ID is shown in your status bar as [xxxxxxxx]. |