opencode_recall_context
Retrieve the most relevant remembered context for your current coding task, restoring architecture decisions, conventions, and gotchas from past sessions to reload agent knowledge.
Instructions
Pull the most relevant remembered context for the current coding task — call this at the START of a session to reload what the agent knew.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes | The task or file you're working on | |
| limit | No | Max memories (default 8) |