Skip to content

chore(release): release packages from branch main #926

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

Closed
wants to merge 1 commit into from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 8, 2025

🤖 I have created a release beep boop

chat-client: 0.1.5

0.1.5 (2025-04-25)

Features

  • add @workspace context in agentic chat (#1029) (f2916f4)
  • add explanation text as directive (#1054) (a0ca8e0)
  • add header and buttons to chat response (#1020) (ada6c7f)
  • add pair programming card (#1023) (59cf153)
  • add the grepSearch tool (#1109) (6016264)
  • added support for injecting additional context commands (#1045) (d755da3)
  • amazonq: add pair programming toggle (#1013) (7266d32)
  • amazonq: initial implementation of read/list chat result (#1024) (890e45e)
  • amazonq: initial UI for execute bash chat message (#1041) (b3ed518)
  • chat-client: handle chat updates for existing messages (#1048) (74abb12)
  • chat-client: history list and conversation actions (#929) (5b8e83c)
  • chat-client: implement export conversation flow (#944) (63fd2dc)
  • chat-client: open use input prompt for agentic chat and new prompt should st… (#1081) (ca1a01d)
  • configure history button based on history enabled/disabled (#957) (eded88f)
  • handle fileClick events (#919) (511be2e)
  • implement restore tab (#933) (ad2c5d7)
  • initial fsWrite chat message (#1026) (3fc6e85)
  • open use input prompt for agentic chat and new prompt should stop current response (ca1a01d)
  • render additional chat messages (#1025) (3a87baa)
  • route button event through chat-client. (#1037) (c6bb6c5)
  • support view diff for fsWrite (#1042) (98291cb)
  • update confirm header after button click WIP (#1062) (f396bd6)
  • workspace open settings (#1055) (f3018da)

Bug Fixes

  • amazonq: add validation for create a saved prompt UX (#1116) (a72d4d2)
  • amazonq: bundle dependencies (4a128e7)
  • amazonq: hide stop generating button in hybrid chat (#1006) (c2b7c25)
  • amazonq: include mynah ui (b1dae1b)
  • amazonq: reference local path (a43366d)
  • chat-client: disable click event for empty history list item (#973) (bc20a04)
  • chat-client: do not route onTabBarButtonClick to custom handler (08a5a5b)
  • chat-client: fix the warning icon (#1126) (c3ecda6)
  • chat-client: missing break in getSerializedChat request handling (#978) (5555d09)
  • chat-client: string change (#1118) (f21700a)
  • convert switch to checkbox for PPM mode (#1099) (15c171f)
  • execute command should show when no approval required & add more loading (#1091) (5c48989)
  • export for answer-stream card item (#1019) (c367ef3)
  • further improvements for thinking/loading (#1125) (5e091d7)
  • highlight command mistype (#1060) (69742be)
  • improve chat rendering if there are additional chat messages (#1039) (70a086a)
  • incorrect props for fsWrite message (#1043) (03deddf)
  • onFileClick logic is crashing the whole process if no workspace is open (#1119) (0211223)
  • remove duplicate property (#928) (c1aaec0)
  • remove examples from welcome message (#1040) (82138b3)
  • remove loading when stop clicked and add loading when request in progress (#1117) (40098dd)
  • remove undefined header from followup authenticate button (#1085) (1502bb9)
  • remvoe code block insert-to-cursor in pp mode (#1092) (6d12f3e)
  • replaced icon for history and added tests (#951) (da3b664)
  • save (#1035) (d115563)
  • spinner text should now say Thinking... (#1058) (0bd7f38)
  • tool cards have the wrong props (#1084) (697dd18)
  • update placeholder ghost message (#1093) (0d2c76e)
  • update pp mode in tab store (#1128) (7c5e5a8)
lsp-antlr4: 0.1.4

0.1.4 (2025-04-25)

Features

Bug Fixes

  • onFileClick logic is crashing the whole process if no workspace is open (#1119) (0211223)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
lsp-codewhisperer: 0.0.33

0.0.33 (2025-04-25)

Features

  • add @workspace context in agentic chat (#1029) (f2916f4)
  • add cancellation handling to tools (#1057) (f2ea9ac)
  • add configurable file indexing logic (#967) (dd49420)
  • add enablerazorviewtransform (527ae03)
  • add explanation text as directive (#1054) (a0ca8e0)
  • add file search tool (#1103) (91bfef8)
  • add IAM Q Streaming Client to language-servers (#927) (ef89fdf)
  • add iam support in q chat server and q agentic server (#945) (2ac19b7)
  • add LSP based tools for listing files, file contents, and updating files (33fbf03)
  • add mcp client (#1034) (626b126)
  • add permission check for all tools and add UI permission cards (6194a75)
  • add permission check for all tools and add UI permission cards (#1078) (6194a75)
  • add proper windows support for executeBash and remove mocks in tests. (#934) (148062f)
  • add text based tool updates for agentic-chat (#984) (12dc8d7)
  • add the grepSearch tool (#1109) (6016264)
  • add tools to request in agentic chat controller and log tool usages (39e9472)
  • added icons to help and clear action (#942) (694bbb8)
  • added support for injecting additional context commands (#1045) (d755da3)
  • allow generateAssistantResponse throughout chatSession and triggerContext (091f99f)
  • amazonq: add pair programming toggle (#1013) (7266d32)
  • amazonq: centralize configuration handling to base service manager class (#906) (b3aa8fa)
  • amazonq: chat history and conversation persistence (#941) (bf944e0)
  • amazonq: initial implementation of read/list chat result (#1024) (890e45e)
  • amazonq: initial UI for execute bash chat message (#1041) (b3ed518)
  • amazonq: integrate with local context server (71f4a44)
  • amazonq: support context commands in agentic chat (#948) (71f4a44)
  • chat-client: implement export conversation flow (#944) (63fd2dc)
  • enable different variants in tool usage, inputs, and results (0707d86)
  • enable inline project context in suggestion requests (#983) (501d3fe)
  • enable inline project context in suggestion requests (#993) (b6d0e25)
  • expose configuration for GPU acceleration and index worker threads in context server (#960) (0ecb9dd)
  • fsWrite undo button (#1053) (e5d2f6a)
  • improve symlink handling (#998) (db917b3)
  • initial fsWrite chat message (#1026) (3fc6e85)
  • initial support for local project context (#949) (1318d29)
  • loop until the model does no longer return tool usages (4f2eb3c)
  • open use input prompt for agentic chat and new prompt should stop current response (90007d0)
  • port executeBash tool from VSC (#912) (1ccba58)
  • port listDirectory from VSC (#930) (7feb127)
  • render additional chat messages (#1025) (3a87baa)
  • route button event through chat-client. (#1037) (c6bb6c5)
  • send chat update on undo (#1068) (c965db2)
  • stream the execute bash output (#1083) (0ea098b)
  • support generateAssistantResponse as well as sendMessage (a96f864)
  • support view diff for fsWrite (#1042) (98291cb)
  • update confirm header after button click WIP (#1062) (f396bd6)
  • workspace open settings (#1055) (f3018da)

Bug Fixes

  • add formatChatHistoryMessage to chatDb (#1110) (353843a)
  • add history to request on each chat prompt (e9589cd)
  • add onTabBarAction and getSerializedChat to Omit list of Chat handlers temporarily (#961) (573588c)
  • add result attribute when emitting amazonq_toolUseSuggested telemetry (#1107) (d882b18)
  • add result attribute when emitting telemetry event (#1088) (90007d0)
  • add workspace folders as context for agentic-chat (#995) (f300ca5)
  • added/deleted lines is incorrect (#1044) (294bfec)
  • adding fixHistory logic for agentic Chat (#1050) (4a7ad34)
  • agenticChat: Only show the file name in chat (#1080) (dd9c2b5)
  • also remove loading if execute failed (#1096) (08a5d31)
  • amazonq: add cancel support to loading developer profiles (#940) (d07f79a)
  • amazonq: add missing paginator to list profiles call (#938) (0435c80)
  • amazonq: add regionalization support to .NET Transform server (#952) (7571ffd)
  • amazonq: add validation for create a saved prompt UX (#1116) (a72d4d2)
  • amazonq: avoid double rendering on confirmation. (#1067) (e9e63b5)
  • amazonq: deduplicate files in context list (#1120) (00cc54b)
  • amazonq: fetch profiles only for requested profile region when updating profile (4793504)
  • amazonq: fix context transparency doesn't show for file & file c… (#1015) (15c445a)
  • amazonq: fixes and refactor (71f4a44)
  • amazonq: increase timeout for project index init (#1005) (cf88282)
  • amazonq: move context command provider to agentic chat controller (#999) (0ad24d4)
  • amazonq: workspace rules and saved prompts not working (#1063) (ae67519)
  • chat-client: disable click event for empty history list item (#973) (bc20a04)
  • chat-client: fix the warning icon (#1126) (c3ecda6)
  • chat-client: workspace checks for permission cards (#1089) (bdecb10)
  • context transparency list not displayed (#1095) (9919654)
  • disable timeout for tests in aws-lsp-codewhisperer and core packages (#955) (254e36c)
  • do not include references in request history (#1066) (55cf8d1)
  • don't crash if local indexing controller does not start in 60 seconds (1457cb3)
  • ensure chat history consistency by fixing database state before each request (#1082) (eac472a)
  • execute bash output formatting (#1121) (c3fd570)
  • execute command should show when no approval required & add more loading (#1091) (5c48989)
  • falcon context file clicks (#1094) (d68d148)
  • fallback to fs if document context fails to sync (#1017) (69db2bd)
  • fix execute bash test command failing on pipeline (#956) (461957d)
  • further improvements for thinking/loading (#1125) (5e091d7)
  • handle indexing library import when require.main is undefined (#982) (f5dac38)
  • handle undefined workspace folders in context controller (#964) (a01262c)
  • hardcoded class and function names logging to avoid uglified naming when bundled (#909) (68e692a)
  • history not persisted for agentic chat via IdC signin (1d2ca01)
  • implement proper error handling. (#1115) (4a7bfdc)
  • improve chat rendering if there are additional chat messages (#1039) (70a086a)
  • isInWorkspace should work on closed files. (#1004) (a96651e)
  • Make RemoveDuplicateNugetPackage failure a non-blocker for transformation (29727e6)
  • metric to show tool distribution (#1090) (bdf3019)
  • more robust handling of file paths in context server (#985) (b2033d7)
  • never leave body undefined in history, even if that assistant response did not have content (1612eb0)
  • onFileClick logic is crashing the whole process if no workspace is open (#1119) (0211223)
  • parsing AmazonQWorkspaceConfiguration (#996) (5475521)
  • polishing the read ux for file (#1070) (e83d7ba)
  • prevent double-writing executeBash command block on Reject button click (#1087) (68df8f9)
  • propagate errors from tools back to the model invocation (d296091)
  • reject should terminate agentic loop (#1056) (befaeca)
  • remove loading when stop clicked and add loading when request in progress (#1117) (40098dd)
  • request id and error message in error metric (#1076) (84bccc6)
  • save (#1035) (d115563)
  • some chat messages are not added to history (#1102) (0813bf3)
  • stop button fix while waiting for permission check (#1113) (a113a0d)
  • temporary fix for error where undefined is being passed to path.join (#980) (49e717c)
  • ui polish for execute confirmation (#1072) (4539f21)
  • up the agent loop limit (#1022) (0483fcb)
  • update dynamic import for vector library to avoid webpack resolution interference (#1030) (6e6c229)
  • update fsWrite spec specify absolute path only (#1008) (d1a2b62)
  • update fsWrite toolSpec (#1064) (20e3680)
  • update spec to require absolute path (#1009) (1e77b9f)
  • ux polish for list directory tool messages. (#1075) (7cefc1f)
  • validate tool output content size (#1111) (e22fd16)
  • wrong path for file click uri (#1059) (b6c16b4)

Reverts

  • enable inline project context in suggestion requests (#991) (9750a9f)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
lsp-core: 0.0.4

0.0.4 (2025-04-25)

Features

Bug Fixes

  • add workspace folders as context for agentic-chat (#995) (f300ca5)
  • disable timeout for tests in aws-lsp-codewhisperer and core packages (#955) (254e36c)
  • isInWorkspace should work on closed files. (#1004) (a96651e)
lsp-json: 0.1.4

0.1.4 (2025-04-25)

Features

Bug Fixes

  • onFileClick logic is crashing the whole process if no workspace is open (#1119) (0211223)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/lsp-core bumped from ^0.0.3 to ^0.0.4
lsp-partiql: 0.0.8

0.0.8 (2025-04-25)

Features

Bug Fixes

  • onFileClick logic is crashing the whole process if no workspace is open (#1119) (0211223)
lsp-yaml: 0.1.4

0.1.4 (2025-04-25)

Features

Bug Fixes

  • onFileClick logic is crashing the whole process if no workspace is open (#1119) (0211223)

Dependencies

  • The following workspace dependencies were updated
    • dependencies
      • @aws/lsp-core bumped from ^0.0.3 to ^0.0.4

This PR was generated with Release Please bot. When you are ready to release these changes, merge this PR.

Blocking GitHub Checks Issue: if GitHub checks do not run, close and immediately re-open this PR manually.

@github-actions github-actions bot force-pushed the release-please--branches--main branch 25 times, most recently from 73579b5 to 2beb034 Compare April 15, 2025 12:20
@github-actions github-actions bot force-pushed the release-please--branches--main branch 4 times, most recently from 9ff33bb to c69fea8 Compare April 16, 2025 13:55
@github-actions github-actions bot force-pushed the release-please--branches--main branch 21 times, most recently from a9b3166 to c69c1c3 Compare April 25, 2025 05:01
@ege0zcan ege0zcan marked this pull request as ready for review April 25, 2025 10:08
@ege0zcan ege0zcan requested a review from a team as a code owner April 25, 2025 10:08
@github-actions github-actions bot force-pushed the release-please--branches--main branch from c69c1c3 to 7c89b0e Compare April 25, 2025 11:54
@github-actions github-actions bot force-pushed the release-please--branches--main branch from 7c89b0e to ebbf270 Compare April 25, 2025 11:55
@ege0zcan
Copy link
Contributor

Closing the PR so that it can be opened again to run github checks

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.

3 participants