docs(settings): document two new terminal.input settings - #600
Draft
hongyi-chen wants to merge 1 commit into
Draft
docs(settings): document two new terminal.input settings#600hongyi-chen wants to merge 1 commit into
hongyi-chen wants to merge 1 commit into
Conversation
Adds `terminal.input.enable_ai_command_search_hash_trigger` and `terminal.input.right_click_behavior` to the all-settings reference. Both are user-facing, always-on settings registered in app/src/settings. Co-Authored-By: Warp <agent@warp.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Collaborator
Author
|
This PR was generated with Warp. Comment |
Contributor
|
Your GitHub account is not connected to Warp. Connect it here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Summary
Two user-facing terminal input settings shipped without reference docs. This adds both to the all-settings reference under
[terminal.input].Found by the
missing_docsdrift-watch audit (setting_addedsurface changes plus matching coverage findings).Changes
enable_ai_command_search_hash_trigger— whether typing#at the start of terminal input opens Command Search. Boolean, defaulttrue.right_click_behavior— what a bare right-click does. String, default"context_menu", with the"paste"option and itsShift+right-click fallback.Verification
toml_pathregistrations inapp/src/settings/input.rsandapp/src/settings/select.rs(RightClickBehavior::ContextMenuis the derived default).npm run buildpasses;style_lint --changedreports no new issues. The description avoids the legacy "AI Command Search" wording that the staleness audit flags, and links to the Command Search page instead.Deferred findings from this audit run
internalin the companion bookkeeping PR instead of being hand-documented.style_lintskill.Reviewer routing
scripts/suggest_reviewers.pyresolved the owning code path to the@warpdotdev/oss-maintainersteam in the warp repo, but that team can't be requested on this repository, so the request didn't stick. Please assign a maintainer manually.