[Repo Assist] chore: cargo update + fix missing s keybinding in help overlay#154
Draft
github-actions[bot] wants to merge 1 commit intomainfrom
Draft
Conversation
- Run cargo update: libc 0.2.185→0.2.186, typenum 1.19→1.20, wasip2 1.0.2→1.0.3, wit-bindgen 0.57.1 added - The help overlay showed only '/' for the search/filter key, but handler.rs has always accepted both '/' and 's'. Update the label from ' / ' to ' / or s ' to match the documented behaviour in AGENTS.md and the actual key binding. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 tasks
github-actions Bot
added a commit
that referenced
this pull request
Apr 27, 2026
Two small maintenance changes: 1. cargo update — patch dependency bumps - libc 0.2.185 → 0.2.186 - typenum 1.19.0 → 1.20.0 - wasip2 1.0.2 → 1.0.3 - wit-bindgen 0.57.1 (new indirect dep) 2. Fix missing s key in help overlay The handler accepts both / and s for search/local-filter, but the ? help screen only showed /. Updated to show '/ or s'. This is a fresh rebased version of PR #154, which had a Cargo.lock conflict with the v0.10.0 release commit. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
Author
|
🤖 Repo Assist here. This PR has a → See the replacement PR (created in this run) You can close this one once the replacement is reviewed.
|
21 tasks
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.
🤖 This PR was created by Repo Assist, an automated AI assistant.
What
Two small maintenance changes in one commit:
1.
cargo update— patch dependency bumpslibctypenumwasip2wit-bindgenAll are indirect / build-tool dependencies; no production behaviour changes.
2. Fix missing
skey in help overlayhandler.rshas always accepted both/andsto enter search or local-filter mode (same key match arm, documented inAGENTS.md), but the?help screen only showed/. Updated the label from/to/ or sto match the actual implementation.Why
s) but can't find it in the built-in help.Test Status
No behaviour changes; no new/modified production logic.
Note
🔒 Integrity filter blocked 1 item
The following item were blocked because they don't meet the GitHub integrity level.
list_issues: has lower integrity than agent requires. The agent cannot read data with integrity below "approved".To allow these resources, lower
min-integrityin your GitHub frontmatter: