From 2e9d7af0cc6a57bd8812858d89176fc6b6727245 Mon Sep 17 00:00:00 2001 From: grebett <5601555+grebett@users.noreply.github.com> Date: Thu, 16 Jul 2026 16:26:08 +0000 Subject: [PATCH] chore: sync docs to v1.1.35 --- src/content/en/docs/vibe/code/cli/configuration/page.mdx | 3 +++ src/content/en/docs/vibe/code/cli/hooks/page.mdx | 1 + version.txt | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/content/en/docs/vibe/code/cli/configuration/page.mdx b/src/content/en/docs/vibe/code/cli/configuration/page.mdx index fdf233a4..aa979273 100644 --- a/src/content/en/docs/vibe/code/cli/configuration/page.mdx +++ b/src/content/en/docs/vibe/code/cli/configuration/page.mdx @@ -1,6 +1,7 @@ --- title: Configuration sidebar_position: 3 +hidden: true --- import { SectionTab } from '@/components/layout/section-tab'; @@ -131,9 +132,11 @@ disabled_tools = ["mcp_*", "grep"] Tool filters support **exact names**, **glob patterns**, and **regex** with the `re:` prefix. Per-tool permissions can also be set in `[tools.]` blocks. See [Safety, approvals, and permissions](/vibe/code/safety-approvals-permissions#tool-permissions). +{/* Hooks Run arbitrary shell commands before or after tool calls, or after each assistant turn, to gate, audit, or rewrite agent behavior. Declare hooks in a separate `hooks.toml` file. See [Hooks](/vibe/code/cli/hooks). +*/} Update and telemetry settings diff --git a/src/content/en/docs/vibe/code/cli/hooks/page.mdx b/src/content/en/docs/vibe/code/cli/hooks/page.mdx index cee4c031..b91163a8 100644 --- a/src/content/en/docs/vibe/code/cli/hooks/page.mdx +++ b/src/content/en/docs/vibe/code/cli/hooks/page.mdx @@ -1,6 +1,7 @@ --- title: Hooks sidebar_position: 10 +hidden: true --- import { SectionTab } from '@/components/layout/section-tab'; diff --git a/version.txt b/version.txt index bec677f2..d01ed3ad 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v1.1.34 +v1.1.35