Docs: Marking for experimental features (#16760)

This commit is contained in:
Jenna Inouye
2026-01-21 10:11:42 -08:00
committed by GitHub
parent 45d554ae2f
commit e894871afc
2 changed files with 3 additions and 3 deletions

View File

@@ -1,10 +1,10 @@
# Gemini CLI hooks
# Gemini CLI hooks (experimental)
Hooks are scripts or programs that Gemini CLI executes at specific points in the
agentic loop, allowing you to intercept and customize behavior without modifying
the CLI's source code.
> **Note: Hooks are currently an experimental feature.**
> [!NOTE] **Hooks are currently an experimental feature.**
>
> To use hooks, you must explicitly enable them in your `settings.json`:
>

View File

@@ -202,7 +202,7 @@
]
},
{
"label": "Hooks",
"label": "Hooks (experimental)",
"items": [
{
"label": "Introduction",