Skip to content

Commit dc2d504

Browse files
committed
docs: drop surface map entries already covered by #430
Narrow this PR to the audit-script parser fix, the API internal mappings, and the snapshot regen, so it doesn't conflict with #430's edits to the same regions of feature_surface_map.md. Co-Authored-By: Oz <oz-agent@warp.dev>
1 parent c0cf526 commit dc2d504

1 file changed

Lines changed: 3 additions & 17 deletions

File tree

.agents/skills/missing_docs/references/feature_surface_map.md

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -201,9 +201,6 @@ NamedAgents -> src/content/docs/platform/agents.mdx
201201

202202
# Inference: BYOK and custom endpoints
203203
SoloUserByok -> 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
499492
appearance.zero_state.rotation_period_seconds -> internal
500493
appearance.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

Comments
 (0)