@@ -201,9 +201,6 @@ NamedAgents -> src/content/docs/platform/agents.mdx
201201
202202# Inference: BYOK and custom endpoints
203203SoloUserByok -> src/content/docs/agent-platform/inference/bring-your-own-api-key.mdx
204- # Gemini Enterprise (Vertex AI) BYOLLM routing. Promoted dogfood -> GA; the
205- # feature has a dedicated Enterprise page.
206- GeminiEnterprise -> src/content/docs/enterprise/enterprise-features/byollm-gemini-enterprise.mdx
207204# CustomInferenceEndpoints flag was removed after the feature stabilized (GA);
208205# the feature remains documented at inference/custom-inference-endpoint.mdx.
209206# Connect a SuperGrok subscription instead of pasting an xAI API key.
@@ -444,16 +441,12 @@ GET /memory_stores/{uid}/memories/{memoryUid}/versions -> gated:AIMemories
444441# - /status: show session and account status
445442# - /clear: clear the transcript and start a new conversation
446443# - /statusline: configure the Warp Agent CLI statusline (agents.statusline, internal)
447- # - /reset-statusline: restore the statusline default items and ordering
448- # - /api-keys: view and manage model-provider API keys. Replaces the removed
449- # /add-api-key and /clear-provider-api-key pair, whose entries were pruned.
450- # - /vim-mode: toggle Vim mode in the Warp Agent CLI input
444+ # - /add-api-key, /clear-provider-api-key: store/remove a model-provider API key
451445/status -> internal
452446/clear -> internal
453447/statusline -> internal
454- /reset-statusline -> internal
455- /api-keys -> internal
456- /vim-mode -> internal
448+ /add-api-key -> internal
449+ /clear-provider-api-key -> internal
457450# TUI-only color-theme picker (Warp Agent CLI surface, SlashCommandSurfaces::TuiOnly
458451# in static_commands/commands.rs). It sets the Warp Agent CLI theme
459452# (appearance.theme, mapped internal below) and isn't present in the GUI, so it
@@ -499,13 +492,6 @@ appearance.zero_state.object -> internal
499492appearance.zero_state.rotation_period_seconds -> internal
500493appearance.zero_state.extrusion_depth -> internal
501494
502- # Warp Agent CLI-only (crates/warp_tui) push-to-talk modifier for voice input
503- # (surface: SettingSurfaces::TUI in app/src/settings/tui_voice.rs). The GUI knob
504- # is the separate agents.voice.voice_input_toggle_key, which is documented in the
505- # all-settings reference. Paired with the /voice Warp Agent CLI slash command
506- # mapped internal above.
507- agents.voice.voice_input_hold_key -> internal
508-
509495## Unlisted docs pages to ignore
510496
511497# Pages intentionally absent from src/sidebar.ts (one slug per line, e.g.
0 commit comments