Skip to content

Commit bfc914d

Browse files
committed
fix: add missing /consult command to site/content.json
1 parent 209f276 commit bfc914d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

site/content.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,13 @@
164164
"description": "Progressive discovery gathers 10-40 online sources, scores them by quality, and synthesizes a structured guide with RAG index. Creates reusable knowledge in agent-knowledge/.",
165165
"example": "/learn react hooks --depth=deep",
166166
"category": "learning"
167+
},
168+
{
169+
"name": "/consult",
170+
"tagline": "Get a second opinion from another AI tool",
171+
"description": "Cross-tool AI consultation. Ask Gemini, Codex, Claude, OpenCode, or Copilot for a second opinion on any question. Supports session continuations, context injection, and configurable thinking effort.",
172+
"example": "/consult \"Is this the right approach?\" --tool=gemini --effort=high",
173+
"category": "analysis"
167174
}
168175
],
169176
"philosophy": [

0 commit comments

Comments
 (0)