Skip to content

Commit befb385

Browse files
hongyi-chenoz-agent
andcommitted
Post-merge coherence pass on cli docs
- Remove orphaned context stub (content lives in configuration.mdx via #401) and its sidebar entry; repoint the reference page link - Fix stale auto-approve statusline claim in permissions page (the indicator is default-on since the statusline catalog update) Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent 9b80487 commit befb385

4 files changed

Lines changed: 2 additions & 30 deletions

File tree

src/content/docs/cli/context.mdx

Lines changed: 0 additions & 27 deletions
This file was deleted.

src/content/docs/cli/permissions-and-profiles.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ When an action needs your approval, the agent pauses and shows a permission card
2828

2929
Auto-approve gives the agent full autonomy: proposed actions run immediately, without permission cards, until the task finishes or you turn it off. Toggle it with `/auto-approve` or `Ctrl+Shift+I`.
3030

31-
Auto-approve is scoped to a single conversation, and new conversations start with it off. To start every new conversation in a session with auto-approve already on, launch with `warp --auto-approve`. To see the current state at a glance, add the **Auto-approve indicator** to the statusline with `/statusline`. If your profile sets `ask_user_question = "ask_except_in_auto_approve"`, the agent also skips clarifying questions while auto-approve is on.
31+
Auto-approve is scoped to a single conversation, and new conversations start with it off. To start every new conversation in a session with auto-approve already on, launch with `warp --auto-approve`. The statusline's auto-approve indicator (`▶▶`) shows the current state and is on by default. If your profile sets `ask_user_question = "ask_except_in_auto_approve"`, the agent also skips clarifying questions while auto-approve is on.
3232

3333
:::danger
3434
With auto-approve on, the agent runs commands and applies file edits without review, including commands that match your own command denylist. Press `Ctrl+C` to stop the agent if it starts doing something you didn't intend.

src/content/docs/cli/reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ Type `/` at the start of the input to open the slash command menu. Commands that
132132
| `/view-logs` | | Bundle your logs into a zip archive |
133133
| `/voice` | | Start voice input (`Ctrl+S`) |
134134

135-
Skills also appear in the same menu under their own names, so you can invoke a skill directly as `/skill-name`. [Context in the CLI](/cli/context/) covers how skills are discovered.
135+
Skills also appear in the same menu under their own names, so you can invoke a skill directly as `/skill-name`. [Customizing the CLI](/cli/configuration/) covers how skills are discovered.
136136

137137
## Keyboard shortcuts
138138

src/sidebar.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,6 @@ export const sidebarTopics: StarlightSidebarTopicsUserConfig = [
353353
{
354354
label: 'Context & customization',
355355
items: [
356-
{ slug: 'cli/context', label: 'Rules, skills, & MCP' },
357356
{ slug: 'cli/configuration', label: 'Configuration' },
358357
{ slug: 'cli/models-and-usage', label: 'Models & usage' },
359358
],

0 commit comments

Comments
 (0)