Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/content/en/docs/vibe/code/cli/configuration/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Configuration
sidebar_position: 3
hidden: true
---

import { SectionTab } from '@/components/layout/section-tab';
Expand Down Expand Up @@ -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.<tool_name>]` blocks. See [Safety, approvals, and permissions](/vibe/code/safety-approvals-permissions#tool-permissions).

{/*
<SectionTab as="h3" variant="secondary" sectionId="hooks">Hooks</SectionTab>

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).
*/}

<SectionTab as="h3" variant="secondary" sectionId="updates-telemetry">Update and telemetry settings</SectionTab>

Expand Down
1 change: 1 addition & 0 deletions src/content/en/docs/vibe/code/cli/hooks/page.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Hooks
sidebar_position: 10
hidden: true
---

import { SectionTab } from '@/components/layout/section-tab';
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.1.34
v1.1.35