You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -84,6 +85,24 @@ Tool for creating and editing files.
84
85
|`allowedPaths`| array of strings |`[]`| List of paths that can be written to without prompting. Supports glob patterns. Glob patterns have the same behavior as gitignore.For example, `~/temp` would match `~/temp/child` and `~/temp/child/grandchild`|
85
86
|`deniedPaths`| array of strings |`[]`| List of paths that are denied. Supports glob patterns. Deny rules are evaluated before allow rules. Glob patterns have the same behavior as gitignore.For example, `~/temp` would match `~/temp/child` and `~/temp/child/grandchild`|
86
87
88
+
## Introspect Tool
89
+
90
+
Provide information about Q CLI capabilities, features, commands, and documentation. This tool accesses Q CLI's built-in documentation and help content to answer questions about the CLI's functionality.
91
+
92
+
### Usage
93
+
94
+
The introspect tool is automatically used when you ask questions about Q CLI itself, such as:
95
+
- "What can you do?"
96
+
- "How do I save conversations?"
97
+
- "What commands are available?"
98
+
- "Do you have feature X?"
99
+
100
+
### Behavior
101
+
102
+
- Tries to provide the information that is explicitly documented
103
+
- Accesses README, built-in tools documentation, experiments, and settings information
104
+
- Automatically enters tangent mode when configured to do so and if we set the setting introspect.tangentMode = true.
105
+
87
106
## Report_issue Tool
88
107
89
108
Opens the browser to a pre-filled GitHub issue template to report chat issues, bugs, or feature requests.
0 commit comments