Commit dc378a5
Merge remote-tracking branch 'upstream/main' into agentic-mcp (#1318)
* fix: update listDirectory tool to output in tree-like format to reduce toolSize (#1260)
* fix: clear history for `inputTooLong` errors (#1268)
* fix: errors/cancellation not resetting undoAll state (#1273)
* fix: errors/cancellation not resetting undoAll state
* test: add unit tests
* test: update test
* style: revert formatting change
* feat: adding a check before invoking workspace context (#1227)
Co-authored-by: Supraja Venkatesh <[email protected]>
* fix: improve data synchronization of server side workspace context (#1278)
* fix: improve data synchronization of server side workspace context
* fix: adding catch to snapshotWorkspace call
---------
Co-authored-by: Weitao Wang <[email protected]>
Co-authored-by: Paras <[email protected]>
* chore: update netTransform unsupportedViewComponents
* chore(release): release packages from branch main
* fix: update versions manually (release-please bug)
* fix: use the correct command name for testing bundles (#1280)
* fix: use the correct command name for testing bundles
* chore: change return type to pipe to see if more logs can be available
---------
Co-authored-by: Paras <[email protected]>
* fix: regex should match workspace text in bold style and startLine can be 0 (#1272)
* fix: regex should match workspace text in bold style and startLine can be 0
* fix: remove unintended debug lines
* fix: abandon requests with invalid toolResults (#1274)
* fix: prevent timeout messages from displaying (#1282)
* fix: set streamingClient timeout config (#1283)
* fix: filter out .git folder from listDirectory (#1286)
* fix: add requestId to chat for QModelResponse errors (#1284)
* fix: add more common ignore patterns for listDirectory (#1287)
* fix: wrap load chats on ready in try-catch (#1289)
Problem
Currently when the chat loads up a UI ready event is sent to the lsp, to load up previous chats and start indexing. If loading of previous chats fail, the LSP process crashes. This is particularly evident when openTab event has not been handled by the client.
An error in that flow should not crash the LSP process or block the rest of the indexing from continuing.
Solution
This change surrounds the load chat logic within a try catch of its own to allow the rest of the indexing logic to proceed and not crash the server process
* fix: stop chat response first when close tab (#1292)
* fix: undo buttom not dimmed the card (#1276)
* fix: undo buttom not dimmed the card
* fix: fix more regression case for reject
* fix: permission check ux changes (#1290)
* fix: permission ux
* fix: minor edits
* fix: address bugs impacting indexing disabled functionality (#1293)
* fix(amazonq): add codewhispererCustomizationArn to codewhisperer_perceivedLatency (#1285)
## Problem
events between vscode and flare are not aligned
## Solution
add codewhispererCustomizationArn
* fix: show tooltip for warning message and remove the warning text (#1259)
* fix: add tooltip for warning message
* fix: fix the string
* fix: add enum
* fix: remove numbers
* fix: the icon for different category icon and reject button
* fix: add visibleName property to fix empty directory name when the directory ends with a slash (#1302)
* fix: add visibleName property to fix empty directory name when the directory ends with a slash
* fix: format
---------
Co-authored-by: Francesco Piccoli <[email protected]>
* chore: bump mynah-ui version (#1303)
Co-authored-by: Francesco Piccoli <[email protected]>
* chore(release): release packages from branch main (#1279)
* chore(release): release packages from branch main
* fix: update versions manually (release-please bug)
---------
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Francesco Piccoli <[email protected]>
* feat: merge updates for inline completions (#1299)
* fix: stop buttom work expected (#1307)
* fix: allowing reading multiple files with fsRead, minor tool validation fix (#1297)
* fix: bug fix for exportResultsArchive to call with profileArn as parameter (#1300)
* fix: for exportResultsArchive to call with profileArn
---------
Co-authored-by: Pranav Firake <[email protected]>
* chore: refactor common customization logic to a function and update corresponding CONTRIBUTION.md (#1281)
Co-authored-by: Paras <[email protected]>
* fix: remove @ mention in placeholder q chat text if agentic mode not available (#1311)
* fix: remove @ mention in placeholder q chat text if agentic mode not available
* style: rename DEFAULT_TAB_DATA to getDefaultTabConfig
---------
Co-authored-by: Francesco Piccoli <[email protected]>
* chore: update netTransform unsupportedViewComponents (#1306)
* chore: update netTransform unsupportedViewComponents
* chore: update netTransform unsupportedViewComponents
* feat: add userWrittenCodeTracker (#1308)
* feat: add userWrittenCodeTracker
* fix: add unit test
* fix: bug in skip edit for userWrittenCode (#1315)
---------
Co-authored-by: Jason Guo <[email protected]>
Co-authored-by: tsmithsz <[email protected]>
Co-authored-by: Tai Lai <[email protected]>
Co-authored-by: suprajaven <[email protected]>
Co-authored-by: Supraja Venkatesh <[email protected]>
Co-authored-by: Ivan <[email protected]>
Co-authored-by: Weitao Wang <[email protected]>
Co-authored-by: Paras <[email protected]>
Co-authored-by: Jiayu Wang <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Ivan Mykhailovskyi <[email protected]>
Co-authored-by: pras0131 <[email protected]>
Co-authored-by: andrewyuq <[email protected]>
Co-authored-by: Shruti Sinha <[email protected]>
Co-authored-by: Na Yue <[email protected]>
Co-authored-by: Randall-Jiang <[email protected]>
Co-authored-by: Nicolas <[email protected]>
Co-authored-by: Josh Pinkney <[email protected]>
Co-authored-by: Francesco Piccoli <[email protected]>
Co-authored-by: Francesco Piccoli <[email protected]>
Co-authored-by: Zoe Lin <[email protected]>
Co-authored-by: Pranav Firake <[email protected]>
Co-authored-by: Pranav Firake <[email protected]>
Co-authored-by: JiayuW2 <[email protected]>1 parent 79624fe commit dc378a5
File tree
74 files changed
+2331
-566
lines changed- .github/workflows
- app/aws-lsp-codewhisperer-runtimes/scripts
- chat-client
- src/client
- client/vscode/src
- core/aws-lsp-core
- src/util
- server
- aws-lsp-antlr4
- aws-lsp-codewhisperer
- src
- language-server
- agenticChat
- context
- tools
- chatDb
- chat
- contexts
- configuration
- inline-completion
- netTransform
- resources
- workspaceContext
- dependency
- dependencyHandler
- aws-lsp-identity
- aws-lsp-json
- aws-lsp-notification
- aws-lsp-s3
- aws-lsp-yaml
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
74 files changed
+2331
-566
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
| 85 | + | |
86 | 86 | | |
87 | 87 | | |
88 | 88 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
431 | 431 | | |
432 | 432 | | |
433 | 433 | | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| 437 | + | |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
| 444 | + | |
| 445 | + | |
| 446 | + | |
| 447 | + | |
434 | 448 | | |
435 | 449 | | |
436 | 450 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
3 | 25 | | |
4 | 26 | | |
5 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
100 | 102 | | |
101 | 103 | | |
| |||
374 | 376 | | |
375 | 377 | | |
376 | 378 | | |
377 | | - | |
| 379 | + | |
378 | 380 | | |
379 | 381 | | |
380 | 382 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
272 | 273 | | |
273 | 274 | | |
274 | 275 | | |
| |||
873 | 874 | | |
874 | 875 | | |
875 | 876 | | |
876 | | - | |
| 877 | + | |
877 | 878 | | |
878 | 879 | | |
879 | 880 | | |
| |||
898 | 899 | | |
899 | 900 | | |
900 | 901 | | |
901 | | - | |
| 902 | + | |
| 903 | + | |
902 | 904 | | |
903 | 905 | | |
904 | 906 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
44 | 50 | | |
45 | 51 | | |
46 | 52 | | |
| |||
0 commit comments