Skip to content

[Repo Assist] chore: cargo update + fix missing s keybinding in help overlay#154

Draft
github-actions[bot] wants to merge 1 commit intomainfrom
repo-assist/chore-update-deps-help-fix-2026-04-26-29f60bc013a51688
Draft

[Repo Assist] chore: cargo update + fix missing s keybinding in help overlay#154
github-actions[bot] wants to merge 1 commit intomainfrom
repo-assist/chore-update-deps-help-fix-2026-04-26-29f60bc013a51688

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

🤖 This PR was created by Repo Assist, an automated AI assistant.

What

Two small maintenance changes in one commit:

1. cargo update — patch dependency bumps

Crate Before After
libc 0.2.185 0.2.186
typenum 1.19.0 1.20.0
wasip2 1.0.2+wasi-0.2.9 1.0.3+wasi-0.2.9
wit-bindgen (new) 0.57.1

All are indirect / build-tool dependencies; no production behaviour changes.

2. Fix missing s key in help overlay

handler.rs has always accepted both / and s to enter search or local-filter mode (same key match arm, documented in AGENTS.md), but the ? help screen only showed /. Updated the label from / to / or s to match the actual implementation.

Why

  • Dependency freshness reduces exposure to known-fixed bugs in indirect deps.
  • The help overlay inconsistency could confuse users who read AGENTS.md (which documents s) but can't find it in the built-in help.

Test Status

cargo check --all-targets  → clean
cargo fmt -- --check       → clean
cargo clippy -- -D warnings → clean
cargo test                 → 230 passed, 0 failed

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.

To allow these resources, lower min-integrity in your GitHub frontmatter:

tools:
  github:
    min-integrity: approved  # merged | approved | unapproved | none

Generated by Repo Assist · ● 5.2M ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@cbb46ab386962aa371045839fc9998ee4e97ca64

- 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>
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>
@github-actions
Copy link
Copy Markdown
Contributor Author

🤖 Repo Assist here.

This PR has a Cargo.lock conflict with the v0.10.0 release commit (both changed Cargo.lock). Rather than force-rebasing (which doesn't work well in the CI's shallow-clone environment), I've created a fresh replacement PR with the identical changes rebased on main:

→ See the replacement PR (created in this run)

You can close this one once the replacement is reviewed.

Generated by Repo Assist · ● 5.1M ·

To install this agentic workflow, run

gh aw add githubnext/agentics/workflows/repo-assist.md@cbb46ab386962aa371045839fc9998ee4e97ca64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants