Skip to content

Commit

Permalink
Bump mynahui to 4.21.5 and update /help output (#5275)
Browse files Browse the repository at this point in the history
- 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).
  • Loading branch information
Jurredr authored Jan 22, 2025
1 parent 253ccbe commit 9615647
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 17 deletions.
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

0 comments on commit 9615647

Please sign in to comment.