Skip to content

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

Draft
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/chore-update-deps-help-fix-2026-04-27-876991196f0e4bf2
Draft

[Repo Assist] chore: cargo update + fix missing s keybinding in help overlay#159
github-actions[bot] wants to merge 2 commits intomainfrom
repo-assist/chore-update-deps-help-fix-2026-04-27-876991196f0e4bf2

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

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

What

Two small maintenance changes:

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 indirect) 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

  • This is a rebased replacement for PR [Repo Assist] chore: cargo update + fix missing s keybinding in help overlay #154, which had a Cargo.lock conflict with the v0.10.0 release commit. The changes are identical; only the base was updated to main.
  • Dependency freshness reduces exposure to known-fixed bugs in indirect deps.
  • The help overlay inconsistency could confuse users who discover s works 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                 → 231 passed, 0 failed

No behaviour changes; no new/modified production logic. PR #154 can be closed in favour of this one.

Generated by Repo Assist · ● 5.1M ·

To install this agentic workflow, run

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

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>
Pick up 10 additional patch-level updates since initial commit:
- js-sys 0.3.95 → 0.3.97
- siphasher 1.0.2 → 1.0.3
- wasm-bindgen 0.2.118 → 0.2.120 (+ macro / macro-support / shared)
- futures-core / futures-task / futures-util 0.3.32 (added)
- slab 0.4.12 (added)

All checks pass: cargo check, fmt, test (231 tests), clippy.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@github-actions
Copy link
Copy Markdown
Contributor Author

github-actions Bot commented May 4, 2026

Commit pushed: 9a9b047

Generated by Repo Assist

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