The introspect tool provides Q CLI with self-awareness, automatically answering questions about Q CLI's features, commands, and functionality using official documentation.
The introspect tool activates automatically when you ask Q CLI questions like:
- "How do I save conversations with Q CLI?"
- "What experimental features does Q CLI have?"
- "Can Q CLI read files?"
- Command Help: Real-time help for all slash commands (
/save,/load, etc.) - Documentation: Access to README, built-in tools, experiments, and feature guides
- Settings: All configuration options and how to change them
- GitHub Links: Direct links to official documentation for verification
Hallucination Risk: Despite safeguards, the AI may occasionally provide inaccurate information or make assumptions. Always verify important details using the GitHub documentation links provided in responses.
> How do I save conversations with Q CLI?
You can save conversations using `/save` or `/save name`.
Load them later with `/load`.
> What experimental features does Q CLI have?
Q CLI offers Tangent Mode and Thinking Mode.
Use `/experiment` to enable them.
> Can Q CLI read and write files?
Yes, Q CLI has fs_read, fs_write, and execute_bash tools
for file operations.
Enable automatic tangent mode for Q CLI help questions:
q settings introspect.tangentMode trueThis keeps help separate from your main conversation.
- Be explicit: Ask "How does Q CLI handle files?" not "How do you handle files?"
- Verify information: Check the GitHub links provided in responses
- Use proper syntax: Reference commands with
/(e.g.,/save) - Enable auto-tangent: Keep help isolated from main conversations
# Enable auto-tangent for introspect questions
q settings introspect.tangentMode true- Tangent Mode: Isolate help conversations
- Experiments: Enable experimental features with
/experiment