Skip to content

Bump command-signatures to pick up the pkill completion spec - #14749

Merged
acarl005 merged 1 commit into
masterfrom
factory/app-5192-bump-command-signatures-rev
Aug 5, 2026
Merged

Bump command-signatures to pick up the pkill completion spec#14749
acarl005 merged 1 commit into
masterfrom
factory/app-5192-bump-command-signatures-rev

Conversation

@warp-agent-staging

@warp-agent-staging warp-agent-staging Bot commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

Description

Dependency version bump: pinned warp-command-signatures rev a2ad4bfb…4990fa1d4f5a9c74251c7330484a7ab6f3d38ac1.

That rev is the merge commit of warpdotdev/command-signatures#300, which adds the pkill completion spec and its process-name generator. pkill previously had no signature, so the argument completer fell through to CompletionsFallbackStrategy::FilePaths and offered filesystem paths (#10924). The bump also picks up the sibling killall generator fix from the same PR.

The diff is Cargo.toml + Cargo.lock only. The Cargo.lock change is limited to the two warp-command-signatures / warp-completion-metadata source lines — a plain cargo update -p additionally re-resolved unrelated windows-sys/base64 pins, so those two lines were applied directly instead.

Linked Issue

Testing

No test is added here by request — this is a version bump, and the pkill completion behavior is covered by command-signatures#300's own tests in that repo (a signature-level regression test plus generator parser tests, run under its script/presubmit).

Checks run against the bumped rev in a Linux runner:

  • cargo metadata --lockedpass; the lock is consistent with Cargo.toml and the new rev resolves.
  • cargo check -p warp_completer --lockedpass; the crate that consumes warp-command-signatures builds against it.
  • cargo fmt -p warp_completer -- --checkpass.

Not run: the full workspace build/test suite, and any GUI run. CI is the backstop.

Screenshots / Videos

No visual capture — scoped out with the test at the requester's direction.

  • I have manually tested my changes locally with ./script/run

Agent Mode

  • Warp Agent Mode - This PR was created via Warp's AI Agent Mode

CHANGELOG-BUG-FIX: pkill <TAB> now suggests running process names instead of filesystem paths.

Conversation: https://staging.warp.dev/conversation/e5efc7bf-3937-4b34-b5d4-19bf26d4890d
Run: https://oz.staging.warp.dev/runs/019fd3e8-c360-7c50-8764-c317eb92d2e5

This PR was generated with Oz.

@cla-bot cla-bot Bot added the cla-signed label Aug 5, 2026
@warp-agent-staging warp-agent-staging Bot added the warpy-factory Label associated to the "Wob the Wuilder" factory on staging, also known as Warpy Factory. label Aug 5, 2026
@warp-agent-staging
warp-agent-staging Bot requested a review from acarl005 August 5, 2026 22:57
@warp-agent-staging
warp-agent-staging Bot marked this pull request as ready for review August 5, 2026 22:58
`pkill <TAB>` completed filesystem paths because `pkill` had no command
signature, so the argument completer fell through to
`CompletionsFallbackStrategy::FilePaths` (GH #10924).

command-signatures#300 adds the signature and its process-name generator, and
is covered by that repo's tests. Bump the pinned rev to its merge commit.

Co-Authored-By: Warp Agent <agent@warp.dev>
@warp-agent-staging
warp-agent-staging Bot force-pushed the factory/app-5192-bump-command-signatures-rev branch from 655aceb to 9b2ba15 Compare August 5, 2026 23:05
@acarl005
acarl005 enabled auto-merge (squash) August 5, 2026 23:10
@acarl005
acarl005 merged commit ccc6bb1 into master Aug 5, 2026
32 checks passed
@acarl005
acarl005 deleted the factory/app-5192-bump-command-signatures-rev branch August 5, 2026 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla-signed warpy-factory Label associated to the "Wob the Wuilder" factory on staging, also known as Warpy Factory.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants