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
docs: mark custom prompts and tools as experimental and unsupported
Add disclaimers to prompts, tools, and configuration documentation
noting that custom prompt and tool configuration is experimental.
Bugs with the ingestor, reviewer, and core tooling should still be
filed, but custom prompt debugging and token consumption issues
from custom configurations are not supported.
Assisted-by: claude-opus-4.6
Signed-off-by: derekbarbosa <derekasobrab@gmail.com>
Copy file name to clipboardExpand all lines: docs/configuration.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -154,7 +154,9 @@ Optional array of additional git remotes to track.
154
154
|`max_total_tokens`| integer |`5000000`| Maximum cumulative uncached tokens (input + output) per review. Cached tokens are excluded. Set to 0 to disable. |
155
155
|`max_total_output_tokens`| integer |`500000`| Maximum cumulative output tokens per review. Set to 0 to disable. |
156
156
157
-
### `[tools]` (optional)
157
+
### `[tools]` (optional, experimental)
158
+
159
+
> **Experimental / Unsupported** -- see [AI Tools](tools.md) for details.
158
160
159
161
Configure which AI tools are available during review. See [AI Tools](tools.md) for full documentation.
160
162
@@ -164,7 +166,9 @@ Configure which AI tools are available during review. See [AI Tools](tools.md) f
164
166
|`disabled`| list |`[]`| Denylist of tool names. Takes precedence over `enabled`. |
165
167
|`custom`| list |`[]`| Custom shell-based tool definitions. |
166
168
167
-
### `[prompts]` (optional)
169
+
### `[prompts]` (optional, experimental)
170
+
171
+
> **Experimental / Unsupported** -- see [Prompt Customization](prompts.md) for details.
168
172
169
173
Customize review prompts and stages. See [Prompt Customization](prompts.md) for full documentation.
0 commit comments