Skip to content

Conversation

aws-toolkit-automation
Copy link
Collaborator

Automatic merge failed

  • Resolve conflicts and push to this PR branch.
  • Do not squash-merge this PR. Use the "Create a merge commit" option to do a regular merge.

Command line hint

To perform the merge from the command line, you could do something like the following (where "origin" is the name of the remote in your local git repo):

git stash
git fetch --all
git checkout origin/feature/remote-chat-lsp
git merge origin/main
git commit
git push origin HEAD:refs/heads/autoMerge/feature/remote-chat-lsp

manodnyab and others added 19 commits June 2, 2025 09:56
)

* added background color for text boxes

* detekt

* update

* feedbak
don't block server startup if resolution fails
…ate` from model selection pr (#5779)

lots of warnings because not currently handled
```
WARN - org.eclipse.lsp4j.jsonrpc.services.GenericEndpoint - Unsupported notification method: aws/chat/chatOptionsUpdate
```
There was a threading issue where since the file was opened in EDT and the result was sent back to the server on another thread, it returned the result before the file was opened. This PR makes it synchronous
…#5787)

* fix(amazonq): fix issue where chat messages get sent to all projects

* callsites

---------

Co-authored-by: manodnyab <[email protected]>
We need some visibility on how prevalent failures are
* make chat unaccessible on 242.2.1

* detekt

* feedback

* detekt

* alias

* simplify

* fix product code

* Update plugins/amazonq/shared/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QUtils.kt

Co-authored-by: Richard Li <[email protected]>

* update message

* Update plugins/core/resources/resources/software/aws/toolkits/resources/MessagesBundle.properties

* revert

---------

Co-authored-by: manodnyab <[email protected]>
Co-authored-by: Richard Li <[email protected]>
feat(amazonq): Agentic coding experience
@aws-toolkit-automation aws-toolkit-automation requested review from a team as code owners June 5, 2025 15:05
aws-toolkit-automation and others added 4 commits June 5, 2025 15:08
…were open (#5795)

* fix refresh breaking conversationClick for dumped tabs

* detekt
 Conflicts:
	plugins/amazonq/build.gradle.kts
	plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/toolwindow/AmazonQPanel.kt
Copy link

github-actions bot commented Jun 6, 2025

Qodana Community for JVM

1 new problem were found

Inspection name Severity Problems
Incorrect string capitalization 🔶 Warning 1

💡 Qodana analysis was run in the pull request mode: only the changed files were checked
☁️ View the detailed Qodana report

Contact Qodana team

Contact us at [email protected]

project = project,
listOf(
NotificationAction.create(
message("codewhisperer.actions.open_settings.title")

Check warning

Code scanning / QDJVMC

Incorrect string capitalization Warning

String 'Open Settings' is not properly capitalized. It should have sentence capitalization
@rli rli merged commit e2a8496 into feature/remote-chat-lsp Jun 9, 2025
14 of 16 checks passed
@rli rli deleted the autoMerge/feature/remote-chat-lsp branch June 9, 2025 18:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants