Skip to content

feat: /plugins as alias for /plugin#84

Merged
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:feat/plugin-alias
Apr 28, 2026
Merged

feat: /plugins as alias for /plugin#84
simongdavies merged 1 commit intohyperlight-dev:mainfrom
simongdavies:feat/plugin-alias

Conversation

@simongdavies
Copy link
Copy Markdown
Member

This pull request enhances the handling and user experience of plugin-related slash commands. The main improvements are the addition of /plugins as an alias for /plugin, and the expansion of command completion strings to include common /plugins subcommands.

Plugin command improvements:

  • Added /plugins as an alias for /plugin in the slash command handler, allowing users to use either form interchangeably.

Command completion enhancements:

  • Expanded the COMPLETION_STRINGS array in src/agent/commands.ts to include /plugins subcommands (e.g., /plugins list, /plugins info, etc.), improving command auto-completion and discoverability for users.Both /plugin and /plugins now work identically. Tab completion includes both forms.

Both /plugin and /plugins now work identically. Tab completion
includes both forms.
Copilot AI review requested due to automatic review settings April 28, 2026 08:31
@simongdavies simongdavies added the enhancement New feature or request label Apr 28, 2026
@simongdavies simongdavies merged commit dfa04c5 into hyperlight-dev:main Apr 28, 2026
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant