Skip to content

Commit 9615647

Browse files
authored
Bump mynahui to 4.21.5 and update /help output (#5275)
- Bumped MynahUI to version 4.21.5 from 4.21.2. This includes four bug fixes and one feature, as described by the changelog additions and by the [MynahUI release notes](https://github.com/aws/mynah-ui/releases). - Updated the `/help` command output to include the new re:invent 2024 features. Copied from the [VSCode toolkit repo's constant](https://github.com/aws/aws-toolkit-jetbrains/blob/770f2a27e0c8f59dd4229b67e3a861a590a0d33d/plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller/chat/StaticTextResponse.kt#L31).
1 parent 253ccbe commit 9615647

9 files changed

+45
-17
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q: Fix context menu displaying when typing `@`, even though input is disallowed"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q: Fix up/down history navigation only triggering on first/last line of prompt input"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q: cursor no longer jumps after navigating prompt history"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "bugfix",
3+
"description" : "Amazon Q: word duplication when pressing tab on context selector fixed"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Amazon Q: Updated `/help` command to include re:invent 2024 features"
4+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type" : "feature",
3+
"description" : "Amazon Q: UI improvements through more accurate code syntax highlighting"
4+
}

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/cwc/controller/chat/StaticTextResponse.kt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ enum class StaticTextResponse(
2828
- Explain the <selected code> and ask clarifying questions about it.
2929
- What is the syntax of declaring a variable in TypeScript?
3030
### Special Commands
31-
- /clear - Clear the conversation.
3231
- /dev - Get code suggestions across files in your current project. Provide a brief prompt, such as "Implement a GET API."
32+
- /doc - Create and update documentation for your repository.
33+
- /review - Discover and address security and code quality issues.
34+
- /test - Generate unit tests for a file.
3335
- /transform - Transform your code. Use to upgrade Java code versions.
3436
- /help - View chat topics and commands.
37+
- /clear - Clear the conversation.
3538
### Things to note:
3639
- I may not always provide completely accurate or current information.
3740
- Provide feedback by choosing the like or dislike buttons that appear below answers.

plugins/amazonq/mynah-ui/package-lock.json

Lines changed: 16 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/amazonq/mynah-ui/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"lintfix": "eslint -c .eslintrc.js --fix --ext .ts ."
1313
},
1414
"dependencies": {
15-
"@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.21.2",
15+
"@aws/mynah-ui-chat": "npm:@aws/mynah-ui@4.21.5",
1616
"@types/node": "^14.18.5",
1717
"fs-extra": "^10.0.1",
1818
"sanitize-html": "^2.12.1",

0 commit comments

Comments
 (0)