improvement: add argument-hint configuration to SlashCommandOptions#449
Merged
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom Jan 13, 2026
improvement/add-argument-hint-to-slash-command-optionsbreaking-brake/cc-wf-studio:improvement/add-argument-hint-to-slash-command-optionsCopy head branch name to clipboard
Merged
improvement: add argument-hint configuration to SlashCommandOptions#449breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom improvement/add-argument-hint-to-slash-command-optionsbreaking-brake/cc-wf-studio:improvement/add-argument-hint-to-slash-command-optionsCopy head branch name to clipboard
breaking-brake merged 1 commit intomainbreaking-brake/cc-wf-studio:mainfrom
improvement/add-argument-hint-to-slash-command-optionsbreaking-brake/cc-wf-studio:improvement/add-argument-hint-to-slash-command-optionsCopy head branch name to clipboard
Conversation
- Added argumentHint property to SlashCommandOptions type - Created ArgumentHintTagInput component with example usage hints - Added Argument Hint submenu to SlashCommandOptionsDropdown - Export argument-hint to slash command frontmatter - Added i18n support for example hints (5 languages) - Reordered menu: Allowed Tools > Argument Hint > Context > Model Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Merged
braking-brake-semantic-release Bot
pushed a commit
that referenced
this pull request
Jan 13, 2026
## [3.14.5](v3.14.4...v3.14.5) (2026-01-13) ### Improvements * add argument-hint configuration to SlashCommandOptions ([#449](#449)) ([df71af7](df71af7))
|
🎉 This PR is included in version 3.14.5 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Add
argument-hintconfiguration option to SlashCommandOptions, allowing users to define argument hints shown during auto-completion for slash commands.Closes #425
Output example:
Changes
argumentHintproperty toSlashCommandOptionstypeArgumentHintTagInputcomponent with simple text input and example usage hintsSlashCommandOptionsDropdownargument-hintto slash command frontmatter inexport-service.tssetSlashCommandArgumentHintTesting
npm run format && npm run lint && npm run check && npm run build)🤖 Generated with Claude Code