Skip to content
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

Bump mynahui to 4.21.5 and update /help output #5275

Merged
merged 4 commits into from
Jan 22, 2025
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: cursor no longer jumps after navigating prompt history"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "bugfix",
"description" : "Amazon Q: word duplication when pressing tab on context selector fixed"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Amazon Q: Updated `/help` command to include re:invent 2024 features"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"type" : "feature",
"description" : "Amazon Q: UI improvements through more accurate code syntax highlighting"
}
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,13 @@ enum class StaticTextResponse(
- Explain the <selected code> and ask clarifying questions about it.
- What is the syntax of declaring a variable in TypeScript?
### Special Commands
- /clear - Clear the conversation.
- /dev - Get code suggestions across files in your current project. Provide a brief prompt, such as "Implement a GET API."
- /doc - Create and update documentation for your repository.
- /review - Discover and address security and code quality issues.
- /test - Generate unit tests for a file.
- /transform - Transform your code. Use to upgrade Java code versions.
- /help - View chat topics and commands.
- /clear - Clear the conversation.
### Things to note:
- I may not always provide completely accurate or current information.
- Provide feedback by choosing the like or dislike buttons that appear below answers.
Expand Down
31 changes: 16 additions & 15 deletions plugins/amazonq/mynah-ui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion plugins/amazonq/mynah-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ."
},
"dependencies": {
"@aws/mynah-ui-chat": "npm:@aws/[email protected].2",
"@aws/mynah-ui-chat": "npm:@aws/[email protected].5",
"@types/node": "^14.18.5",
"fs-extra": "^10.0.1",
"sanitize-html": "^2.12.1",
Expand Down
Loading