Skip to content

Improve the user input prompt string #541

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 17, 2025

Conversation

sfrieds3
Copy link
Contributor

Improves the user input prompt string when using # @prompt some-variable.

Currently, the variable name appears after the prompt string and a colon, without spacing before the user input. This change moves the variable name into brackets before the colon, making the prompt clearer.

Before:

Enter value for variable: some-variable<cursor>

After:

Enter value for variable [some-variable]: <cursor>

YaroSpace
YaroSpace previously approved these changes May 17, 2025
@YaroSpace
Copy link
Collaborator

Nice! Thank you!

@YaroSpace YaroSpace changed the base branch from main to develop May 17, 2025 17:14
@YaroSpace YaroSpace dismissed their stale review May 17, 2025 17:14

The base branch was changed.

@YaroSpace YaroSpace self-assigned this May 17, 2025
@YaroSpace YaroSpace added the enhancement New feature or request label May 17, 2025
@YaroSpace YaroSpace merged commit 6665ba5 into mistweaverco:develop May 17, 2025
3 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.

2 participants