|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [0.1.5](https://github.com/aws/language-servers/compare/chat-client/v0.1.4...chat-client/v0.1.5) (2025-04-24) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add [@workspace](https://github.com/workspace) context in agentic chat ([#1029](https://github.com/aws/language-servers/issues/1029)) ([f2916f4](https://github.com/aws/language-servers/commit/f2916f45c351a42a9951ff00bcb7f7eed3ce7274)) |
| 9 | +* add explanation text as directive ([#1054](https://github.com/aws/language-servers/issues/1054)) ([a0ca8e0](https://github.com/aws/language-servers/commit/a0ca8e0059a26ac7f21e04940ad120c3de268df9)) |
| 10 | +* add header and buttons to chat response ([#1020](https://github.com/aws/language-servers/issues/1020)) ([ada6c7f](https://github.com/aws/language-servers/commit/ada6c7fd36dc9f64f093d7629e957d23e322848d)) |
| 11 | +* add pair programming card ([#1023](https://github.com/aws/language-servers/issues/1023)) ([59cf153](https://github.com/aws/language-servers/commit/59cf15385c320e6644b04548e1eb61a68ca784de)) |
| 12 | +* add the grepSearch tool ([#1109](https://github.com/aws/language-servers/issues/1109)) ([6016264](https://github.com/aws/language-servers/commit/601626428b6ac968fe85257a09478e94263a5a1e)) |
| 13 | +* added support for injecting additional context commands ([#1045](https://github.com/aws/language-servers/issues/1045)) ([d755da3](https://github.com/aws/language-servers/commit/d755da36bd7bf76684aceafb6a2cbc2f8f76291e)) |
| 14 | +* **amazonq:** add pair programming toggle ([#1013](https://github.com/aws/language-servers/issues/1013)) ([7266d32](https://github.com/aws/language-servers/commit/7266d32b2fb73ead40abecb22749a2c9e5206a2a)) |
| 15 | +* **amazonq:** initial implementation of read/list chat result ([#1024](https://github.com/aws/language-servers/issues/1024)) ([890e45e](https://github.com/aws/language-servers/commit/890e45eae48930370089936880c77b10edb83059)) |
| 16 | +* **amazonq:** initial UI for execute bash chat message ([#1041](https://github.com/aws/language-servers/issues/1041)) ([b3ed518](https://github.com/aws/language-servers/commit/b3ed518f27251742c392138f05b02281dfcddcac)) |
| 17 | +* **chat-client:** handle chat updates for existing messages ([#1048](https://github.com/aws/language-servers/issues/1048)) ([74abb12](https://github.com/aws/language-servers/commit/74abb126a736e3c37beb492bc7405b02c953296c)) |
| 18 | +* **chat-client:** history list and conversation actions ([#929](https://github.com/aws/language-servers/issues/929)) ([5b8e83c](https://github.com/aws/language-servers/commit/5b8e83cacc56d854623a6e2b59f2f920538f5b85)) |
| 19 | +* **chat-client:** implement export conversation flow ([#944](https://github.com/aws/language-servers/issues/944)) ([63fd2dc](https://github.com/aws/language-servers/commit/63fd2dc773e742c47040fd66aac4912664d91dd0)) |
| 20 | +* **chat-client:** open use input prompt for agentic chat and new prompt should st… ([#1081](https://github.com/aws/language-servers/issues/1081)) ([ca1a01d](https://github.com/aws/language-servers/commit/ca1a01dd0487e13f91c36f5288dc1b3b0232c682)) |
| 21 | +* configure history button based on history enabled/disabled ([#957](https://github.com/aws/language-servers/issues/957)) ([eded88f](https://github.com/aws/language-servers/commit/eded88fae2311c2a73d377a479933f9f66df137d)) |
| 22 | +* handle fileClick events ([#919](https://github.com/aws/language-servers/issues/919)) ([511be2e](https://github.com/aws/language-servers/commit/511be2e2e6f527039a99f53cb76fbfc180ef9b55)) |
| 23 | +* implement restore tab ([#933](https://github.com/aws/language-servers/issues/933)) ([ad2c5d7](https://github.com/aws/language-servers/commit/ad2c5d77e497e9f8a2019eb547b164f5c5992160)) |
| 24 | +* initial fsWrite chat message ([#1026](https://github.com/aws/language-servers/issues/1026)) ([3fc6e85](https://github.com/aws/language-servers/commit/3fc6e85e14614a86982b9fb85317c923784a05af)) |
| 25 | +* open use input prompt for agentic chat and new prompt should stop current response ([ca1a01d](https://github.com/aws/language-servers/commit/ca1a01dd0487e13f91c36f5288dc1b3b0232c682)) |
| 26 | +* render additional chat messages ([#1025](https://github.com/aws/language-servers/issues/1025)) ([3a87baa](https://github.com/aws/language-servers/commit/3a87baa96cacba40f3fa920e4a02d26aa01a7058)) |
| 27 | +* route button event through chat-client. ([#1037](https://github.com/aws/language-servers/issues/1037)) ([c6bb6c5](https://github.com/aws/language-servers/commit/c6bb6c5e81f0c639657e36e1989f6bae3ef47f38)) |
| 28 | +* support view diff for fsWrite ([#1042](https://github.com/aws/language-servers/issues/1042)) ([98291cb](https://github.com/aws/language-servers/commit/98291cb62a43176ec176bcdd92aa7746d08b9740)) |
| 29 | +* update confirm header after button click WIP ([#1062](https://github.com/aws/language-servers/issues/1062)) ([f396bd6](https://github.com/aws/language-servers/commit/f396bd658df4200b595cd62687d2ed19ef68ec58)) |
| 30 | +* workspace open settings ([#1055](https://github.com/aws/language-servers/issues/1055)) ([f3018da](https://github.com/aws/language-servers/commit/f3018da706663b0f64bc5b4becc2fd600d5ff5b6)) |
| 31 | + |
| 32 | + |
| 33 | +### Bug Fixes |
| 34 | + |
| 35 | +* **amazonq:** add validation for create a saved prompt UX ([#1116](https://github.com/aws/language-servers/issues/1116)) ([a72d4d2](https://github.com/aws/language-servers/commit/a72d4d2cf2df883ae3c4b143b65d1373433a4b58)) |
| 36 | +* **amazonq:** bundle dependencies ([4a128e7](https://github.com/aws/language-servers/commit/4a128e78b275d13af13e9c9f059da01b892fb017)) |
| 37 | +* **amazonq:** hide stop generating button in hybrid chat ([#1006](https://github.com/aws/language-servers/issues/1006)) ([c2b7c25](https://github.com/aws/language-servers/commit/c2b7c2549ead850a7c568a64830b2f151bee005a)) |
| 38 | +* **amazonq:** include mynah ui ([b1dae1b](https://github.com/aws/language-servers/commit/b1dae1b85e58dcedc7f102d2643f345c6cade135)) |
| 39 | +* **amazonq:** reference local path ([a43366d](https://github.com/aws/language-servers/commit/a43366d62df5bf9c173f633c08b666d9492ea19d)) |
| 40 | +* **chat-client:** disable click event for empty history list item ([#973](https://github.com/aws/language-servers/issues/973)) ([bc20a04](https://github.com/aws/language-servers/commit/bc20a04277a7b603e0d0c5e623c87b2a5c4dc4d4)) |
| 41 | +* **chat-client:** do not route onTabBarButtonClick to custom handler ([08a5a5b](https://github.com/aws/language-servers/commit/08a5a5b76432aa370ef2ae3fc2ac70f922458c36)) |
| 42 | +* **chat-client:** missing break in getSerializedChat request handling ([#978](https://github.com/aws/language-servers/issues/978)) ([5555d09](https://github.com/aws/language-servers/commit/5555d09f2c024621ae706e01a8cac70f5582a7d8)) |
| 43 | +* **chat-client:** string change ([#1118](https://github.com/aws/language-servers/issues/1118)) ([f21700a](https://github.com/aws/language-servers/commit/f21700a6b8573838a3e28e4e087f6864550fa9f2)) |
| 44 | +* convert switch to checkbox for PPM mode ([#1099](https://github.com/aws/language-servers/issues/1099)) ([15c171f](https://github.com/aws/language-servers/commit/15c171f701587de992c14762d9de9698f6846ee6)) |
| 45 | +* execute command should show when no approval required & add more loading ([#1091](https://github.com/aws/language-servers/issues/1091)) ([5c48989](https://github.com/aws/language-servers/commit/5c48989d18665b84578b9c4bc49a5f3928754619)) |
| 46 | +* export for answer-stream card item ([#1019](https://github.com/aws/language-servers/issues/1019)) ([c367ef3](https://github.com/aws/language-servers/commit/c367ef3a1374032dace0e6755eaa43a1fae6e3c4)) |
| 47 | +* highlight command mistype ([#1060](https://github.com/aws/language-servers/issues/1060)) ([69742be](https://github.com/aws/language-servers/commit/69742be4348f04f5c683be4dfaa499a7700e99f5)) |
| 48 | +* improve chat rendering if there are additional chat messages ([#1039](https://github.com/aws/language-servers/issues/1039)) ([70a086a](https://github.com/aws/language-servers/commit/70a086a823fc56dcd068dee0fa3147cb06684b9a)) |
| 49 | +* incorrect props for fsWrite message ([#1043](https://github.com/aws/language-servers/issues/1043)) ([03deddf](https://github.com/aws/language-servers/commit/03deddf0f756629e7459a71236e408c0ef3e9727)) |
| 50 | +* onFileClick logic is crashing the whole process if no workspace is open ([#1119](https://github.com/aws/language-servers/issues/1119)) ([0211223](https://github.com/aws/language-servers/commit/0211223a93dd3ddcb5b7b06882e2a10eb09fa01c)) |
| 51 | +* remove duplicate property ([#928](https://github.com/aws/language-servers/issues/928)) ([c1aaec0](https://github.com/aws/language-servers/commit/c1aaec06b70f4ef9d5e2a7ad0d1cc4d5d6955087)) |
| 52 | +* remove examples from welcome message ([#1040](https://github.com/aws/language-servers/issues/1040)) ([82138b3](https://github.com/aws/language-servers/commit/82138b37288ac7dc142b5a9f4ee1e5e70b5ef34a)) |
| 53 | +* remove loading when stop clicked and add loading when request in progress ([#1117](https://github.com/aws/language-servers/issues/1117)) ([40098dd](https://github.com/aws/language-servers/commit/40098ddc0277a1f29339b15d0950917143d2178b)) |
| 54 | +* remove undefined header from followup authenticate button ([#1085](https://github.com/aws/language-servers/issues/1085)) ([1502bb9](https://github.com/aws/language-servers/commit/1502bb922117db8fc9f1cfd74db092be5fbba13b)) |
| 55 | +* remvoe code block insert-to-cursor in pp mode ([#1092](https://github.com/aws/language-servers/issues/1092)) ([6d12f3e](https://github.com/aws/language-servers/commit/6d12f3e4b0c78614786228b63cf6bbf34588ca1c)) |
| 56 | +* replaced icon for history and added tests ([#951](https://github.com/aws/language-servers/issues/951)) ([da3b664](https://github.com/aws/language-servers/commit/da3b66414514740f514d96279b826aebc4e86077)) |
| 57 | +* save ([#1035](https://github.com/aws/language-servers/issues/1035)) ([d115563](https://github.com/aws/language-servers/commit/d115563b96c41ae571fdf0d0525776ce83de9026)) |
| 58 | +* spinner text should now say Thinking... ([#1058](https://github.com/aws/language-servers/issues/1058)) ([0bd7f38](https://github.com/aws/language-servers/commit/0bd7f38ddce4ca0919a2573bfca1fe0888677bda)) |
| 59 | +* tool cards have the wrong props ([#1084](https://github.com/aws/language-servers/issues/1084)) ([697dd18](https://github.com/aws/language-servers/commit/697dd18a5da3e0f6fec9d094a9b1170e94ed3f3b)) |
| 60 | +* update placeholder ghost message ([#1093](https://github.com/aws/language-servers/issues/1093)) ([0d2c76e](https://github.com/aws/language-servers/commit/0d2c76e8f681671c57d7cc4fe574c855dad19e93)) |
| 61 | + |
3 | 62 | ## [0.1.4](https://github.com/aws/language-servers/compare/chat-client/v0.1.3...chat-client/v0.1.4) (2025-04-08) |
4 | 63 |
|
5 | 64 |
|
|
0 commit comments