Skip to content

[repo-assist] fix(menu): accept localized selection shortcuts - #2952

Draft
github-actions[bot] wants to merge 1 commit into
nextfrom
repo-assist/fix-issue-2895-localized-menu-shortcuts-eb80a0723faee47d
Draft

[repo-assist] fix(menu): accept localized selection shortcuts#2952
github-actions[bot] wants to merge 1 commit into
nextfrom
repo-assist/fix-issue-2895-localized-menu-shortcuts-eb80a0723faee47d

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Warning

Threat Detection Engine Failure — The analysis engine could not complete. This is a tooling failure, not a security finding.

What happened

The threat detection results could not be parsed.

Review the workflow run logs for details.

🤖 This PR was prepared by Repo Assist, an automated AI assistant for this repository.

Closes #2895

Root cause

The selection menu translates its shortcut hints, but input handling only recognized the English aliases (a, ab, i, no, and n). Localized shortcuts such as Russian B for “All” were displayed but ignored.

Changes

  • Extract the bracketed shortcut aliases from the localized menu prompt.
  • Match localized aliases alongside the existing English words and shortcuts.
  • Add a regression test covering a localized “All” shortcut.

Test Status

  • go test ./pkg/menus — passed
  • make build — passed

No new dependencies were added.

Generated by 🌈 Repo Assist, see workflow run. Learn more.
Comment /repo-assist to run again

Add this agentic workflow to your repo

To install this agentic workflow, run

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

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Threat detection produced a warning for this pull request output.

These changes need to be scrutinized before merge and only merged after a careful manual review.

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.

Localized input hints are not working (misleading)

0 participants