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/agentic-chat
git merge origin/master
git commit
git push origin HEAD:refs/heads/autoMerge/feature/agentic-chat

jpinkney-aws and others added 3 commits April 8, 2025 09:18
Problem:
Webpack fails on the parent commit:

  2025-04-07T17:25:48.4129595Z Error: Cannot find module './globalState'
  2025-04-07T17:25:48.4148372Z at webpackMissingModule (file:///…/packages/amazonq/dist/test/web/testRunnerWebCore.js#vscode-extension:159675:92)

Solution:
Avoid importing `'aws-core-vscode/amazonq'` in `webviewProvider.ts`.
`AmazonQPromptSettings` is intended to have application-specific logic,
so move the logic there and drop the special `disclaimer.ts` module.
## Problem
* Amazon Q extension sometimes crashed with a grey screen
* Chat history icon was not easy for users to identify

## Solution
* Update to [Mynah UI 4.30.0](https://github.com/aws/mynah-ui/releases)
@aws-toolkit-automation aws-toolkit-automation requested review from a team as code owners April 8, 2025 18:08
@github-actions
Copy link

github-actions bot commented Apr 8, 2025

  • This pull request modifies code in src/* but no tests were added/updated.
    • Confirm whether tests should be added or ensure the PR description explains why tests are not required.

justinmk3 and others added 9 commits April 8, 2025 11:10


## Problem
Chat history and saved prompt files are created with default global read
permissions

## Solution
Add owner only read/write permissions to newly created saved prompt and
chat history files
## Problem
Users don't have a way to export an Amazon Q chat

## Solution
Add an export icon to chat tab bar and, allow users to export
conversations from chat history. Users can choose Markdown or HTML
format
…6963

## Problem
Users can't add `@Code` context from PHP, Ruby, Scala, Shell, and Swift
files

## Solution
Add support for adding `@Code` context for PHP, Ruby, Scala, Shell, and
Swift
## Problem
Users lose all chats when they close VSCode, and there's no way to
browse through chat history. Users also cant export their conversations
to an easily shareable format.

## Solution
Automatically persist conversations to JSON files in
~/.aws/amazonq/history, one for each workspace where Amazon Q chats
occur. Add chat history and chat export buttons to top of Amazon Q
toolbar. Clicking on the chat history button allows users to browse and
search through chat history. Users click on an old conversation to open
it back up (currently open conversations are in bold). Clicking on chat
export button allows users to save chat transcript as a markdown or
html.

Note: persistence + history is only for Q Chat Tabs (not /dev, /doc,
/transform, etc.)


![Screenshot 2025-04-08 at 12 03
11 PM](https://github.com/user-attachments/assets/9b383294-5e0a-499b-a4e8-993dd73b555c)

## Note
Agentic chat does not currently use this persisted history in it's
context. Follow-up PR will address this issue.

---

- Treat all work as PUBLIC. Private `feature/x` branches will not be
squash-merged at release time.
- Your code changes must meet the guidelines in
[CONTRIBUTING.md](https://github.com/aws/aws-toolkit-vscode/blob/master/CONTRIBUTING.md#guidelines).
- License: I confirm that my contribution is made under the terms of the
Apache 2.0 license.
…est #6935

## Problem
In /test feature, test generation in languages other than Java and
Python display message that they were not supported. Tests are generated
for all languages, so this message needs to be removed.

## Solution
Removed message to the user that /test only supports Python and Java
changelog for #6935
@justinmk3 justinmk3 merged commit 254e005 into feature/agentic-chat Apr 8, 2025
29 of 31 checks passed
@justinmk3 justinmk3 deleted the autoMerge/feature/agentic-chat branch April 8, 2025 21:57
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.

7 participants