UNPKG

opencode-agent-kit

Version:

Multi-stack OpenCode agent toolkit — 33+ specialized AI agents, 200+ skills, 46 commands, 8 MCP servers (Nuxt, React, Node.js, Laravel, CI3, Android, Flutter, DevOps, SEO, SonarQube, and more)

20 lines (15 loc) 732 B
Search past session observations and lessons for relevant context. Wraps the `memory_smart_search` and `memory_lesson_recall` MCP tools. ## Usage ``` /recall [query] ``` ## Instructions 1. Call `memory_smart_search` with the query and `limit: 10` (hybrid BM25 + vector + graph search). 2. Call `memory_lesson_recall` with the same query and `limit: 5` (lesson search). 3. Combine results and present to the user: - Group by session - Show type, title, and narrative for each observation - Highlight high-importance observations - Show lessons separately with confidence scores 4. If no results, suggest 2-3 alternative search terms. 5. **Never hallucinate results.** Only present what the MCP tools actually return.