From a342c954e98937ed308549489bf889e4fb04d761 Mon Sep 17 00:00:00 2001 From: Jack Wotherspoon Date: Thu, 5 Feb 2026 08:31:22 -0500 Subject: [PATCH] chore: correct docs as skills and hooks are stable (#18358) --- docs/index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index c889350e04..197d3bcc9a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -100,10 +100,8 @@ Connect Gemini CLI to external services and other development tools. the Model Context Protocol. - **[IDE integration](./ide-integration/index.md):** Use Gemini CLI alongside VS Code. -- **[Hooks](./hooks/index.md):** (Preview) Write scripts that run on specific - CLI events. -- **[Agent skills](./cli/skills.md):** (Preview) Add specialized expertise and - workflows. +- **[Hooks](./hooks/index.md):** Write scripts that run on specific CLI events. +- **[Agent skills](./cli/skills.md):** Add specialized expertise and workflows. - **[Sub-agents](./core/subagents.md):** (Preview) Delegate tasks to specialized agents.