Skip to content

fix(tui): wire prompt.skills keybinding to gather call#29145

Open
ZgredFred2 wants to merge 1 commit into
anomalyco:devfrom
ZgredFred2:dev
Open

fix(tui): wire prompt.skills keybinding to gather call#29145
ZgredFred2 wants to merge 1 commit into
anomalyco:devfrom
ZgredFred2:dev

Conversation

@ZgredFred2
Copy link
Copy Markdown

@ZgredFred2 ZgredFred2 commented May 24, 2026

Issue for this PR

Fixes #29148

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

prompt_skills keybinding in tui.json had no effect. The command handler was defined in promptCommands() but "prompt.skills" was missing from the gather() call. Added "prompt.skills" to that list.

How did you verify your code works?

Run bun dev and check if keybind assigned to prompt_skills in tui.json make popup skills window. Works same way as clicking ctrl+p and selecting Skills.

Screenshots / recordings

Not applicable.

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels May 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@github-actions github-actions Bot removed needs:compliance This means the issue will auto-close after 2 hours. needs:issue labels May 24, 2026
@github-actions
Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

prompt_skills keybind does not work

1 participant