Bump warp-command-signatures for yay/paru completions (blocked on command-signatures#333) - #15112
Closed
warp-agent-staging[bot] wants to merge 2 commits into
Closed
Bump warp-command-signatures for yay/paru completions (blocked on command-signatures#333)#15112warp-agent-staging[bot] wants to merge 2 commits into
warp-agent-staging[bot] wants to merge 2 commits into
Conversation
Points the warp-command-signatures git dependency at the branch that adds pacman-compatible completion specs for yay and paru (warpdotdev/command-signatures#333), fixing missing package completions for `yay -S`/`paru -S` (#5177). NOTE: this rev must be re-pointed at the merged `main` commit of warpdotdev/command-signatures#333 before this PR lands. It currently points at that PR's branch head so the change can be reviewed and built end-to-end. Co-Authored-By: Warp Agent <agent@warp.dev>
Contributor
Author
|
This PR was generated with Warp. |
This was referenced Aug 13, 2026
command-signatures#333 was revised to address review findings (paru -Ta AUR filter, a per-command generator regression test, and a doc comment fix); re-point the pin at the new head commit to keep the two PRs consistent. Co-Authored-By: Warp Agent <agent@warp.dev>
Contributor
Author
|
Closing: this pins The Responding as wilson: Open session · View factory task |
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.


Description
Bumps the
warp-command-signaturesgit dependencyrev(and the matchingCargo.lockentries) to point at warpdotdev/command-signatures#333, which adds pacman-compatible completion specs foryayandparu.This PR is blocked on warpdotdev/command-signatures#333 and must not merge as-is. It currently pins
revto that PR's branch head commit (67518de50a718dea4b420d8fe51396ea59c53c9b) purely so this change can be built and reviewed end-to-end. Before this PR lands, therevinCargo.toml(and the two matchingsourcelines inCargo.lock) must be re-pointed at the commit onmainthat PR merges to.Linked Issue
Fixes warpdotdev/warp#5177 —
yay -S/paru -Sproduce no package completions, unlikepacman -S. Also tracked as APP-5382 in Linear.ready-to-implement.Testing
This is a dependency-pin + lockfile change with no source edits in this repo, so it's validated as such rather than with the app's usual manual-testing flow:
./script/format --check: clean (no Rust source changed).cargo tree -p warp-command-signatures --locked --offline: confirms the lockfile resolves against the new pinned commit without other dependency changes (the diff is limited to the tworev/sourcevalues).The actual completion behavior is validated in Add completion specs for yay and paru AUR helpers command-signatures#333 (its own test suite, clippy, fmt, and prettier checks all pass there).
Not exercised: a full workspace build/clippy run or a real Arch Linux + yay/paru + fish end-to-end repro — neither was available/necessary for a one-line dependency pin, per this repo's own guidance to scale validation to the size of the change. A full build will happen naturally in CI once this is out of draft.
I have manually tested my changes locally with
./script/runAgent Mode
CHANGELOG-BUG-FIX: Fixed
yay/paru(Arch Linux AUR helpers) not showing package name completions with-S, matching existingpacman -Sbehavior.Co-Authored-By: Warp Agent agent@warp.dev
Revision
Re-pointed the pin at command-signatures#333's new head commit (
67518de50a718dea4b420d8fe51396ea59c53c9b) after that PR was revised to address review findings. No other change here.