-
Notifications
You must be signed in to change notification settings - Fork 273
feat(amazonq): Activate Flare rerouting flag for agents, remove alternate entrypoint #5856
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
Conversation
Qodana Community for JVMIt seems all right 👌 No new problems were found according to the checks applied 💡 Qodana analysis was run in the pull request mode: only the changed files were checked Contact Qodana teamContact us at [email protected]
|
We can add change log for this.
|
/retryBuilds |
plugins/amazonq/mynah-ui/src/mynah-ui/ui/quickActions/handler.ts
Outdated
Show resolved
Hide resolved
plugins/amazonq/chat/jetbrains-community/resources/META-INF/plugin-chat.xml
Show resolved
Hide resolved
], | ||
}, | ||
{ | ||
groupName: `Q Developer Agent for <b>Code Transformation</b>`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this stay?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
AFAIK this was removed from the VSC impl
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ideally we delete some of the unused ts code
…ts, remove alternate entrypoint (#5856)" (#5891)" (#5893) This reverts commit b9347c6. Co-authored-by: Bryce Ito <[email protected]>
Types of changes
Description
Activate flag that reroutes
/dev
,/doc
, and/test
functionality to Agentic chat. Also removes a non/
command entrypoint through the context menu.Checklist
License
I confirm that my contribution is made under the terms of the Apache 2.0 license.