Gemini Session
Start a Gemini CLI session with 1M context window for large codebase analysis.
Instructions
- Take the user's prompt from: $ARGUMENTS
- If no argument provided, ask what they want Gemini to help with
- Determine if new or continuation:
- New topic: Use
start_gemini_session - Follow-up: Use
resume_gemini_session
- New topic: Use
- Return immediately with the task_id
- Tell the user:
- "Gemini started (task: <task_id>)"
- "Check results with:
/gemini-result <task_id>"
Do NOT call wait_for_task. Return immediately.
Usage
/gemini Analyze the entire codebase structure/gemini Summarize all API endpoints
