diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e80c5b5..0b0ea475 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,31 +4,16 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## Unreleased - ### Features -- introduces Pipeline to execute asynchronous operations ([#376](https://github.com/opensearch-project/dashboards-assistant/pull/376)) -- Chatbot entry UI redesign ([#396](https://github.com/opensearch-project/dashboards-assistant/pull/396)) - expose chatEnabled flag to capabilities ([#398](https://github.com/opensearch-project/dashboards-assistant/pull/398) ### Enhancements -- feat: Hide navigate to discover button if alert is not from visual editor monitor([#368](https://github.com/opensearch-project/dashboards-assistant/pull/368)) -- Add flags in the config to control trace view and feedback buttons in message bubbles ([#379](https://github.com/opensearch-project/dashboards-assistant/pull/379)) -- feat: Update UI for In-context summarization in Alerts table([#392](https://github.com/opensearch-project/dashboards-assistant/pull/392)) -- Set logo config and read logo by config([#401](https://github.com/opensearch-project/dashboards-assistant/pull/401)) -- Use feature flag to disable the rename conversation api ([#401](https://github.com/opensearch-project/dashboards-assistant/pull/410)) -- Disable delete conversation api based on feature flag([#409](https://github.com/opensearch-project/dashboards-assistant/pull/409)) -- Add options to hide "stop generation" and regenerate button based on feature flag ([#394](https://github.com/opensearch-project/dashboards-assistant/pull/394)) - - ### Bug Fixes -- Optimize the response of AI agent APIs ([#373](https://github.com/opensearch-project/dashboards-assistant/pull/373), [#380](https://github.com/opensearch-project/dashboards-assistant/pull/380)) - fixed incorrect message id field used ([#378](https://github.com/opensearch-project/dashboards-assistant/pull/378)) -- fix: return 404 instead of 500 for missing agent config name ([#384](https://github.com/opensearch-project/dashboards-assistant/pull/384)) - Improve alert summary with backend log pattern experience ([#389](https://github.com/opensearch-project/dashboards-assistant/pull/389)) -- Fix chatbot flyout not show after re-mount ([#399](https://github.com/opensearch-project/dashboards-assistant/pull/399)) ### Infrastructure @@ -37,13 +22,3 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Maintenance ### Refactoring -- Add query assistant summary to the assistant dropdown list ([#395](https://github.com/opensearch-project/dashboards-assistant/pull/395)) -- Update dropdown list button label and remove popover title ([#407](https://github.com/opensearch-project/dashboards-assistant/pull/407)) -- Add support for registerMessageParser ([#5](https://github.com/opensearch-project/dashboards-assistant/pull/5)) -- Change implementation of basic_input_output to built-in parser ([#10](https://github.com/opensearch-project/dashboards-assistant/pull/10)) -- Add interactions into ChatState and pass specific interaction into message_bubble ([#12](https://github.com/opensearch-project/dashboards-assistant/pull/12)) -- Refactor the code to get root agent id by calling the API in ml-commons plugin ([#128](https://github.com/opensearch-project/dashboards-assistant/pull/128)) -- build(deps): bump braces from 3.0.2 to 3.0.3 ([#213](https://github.com/opensearch-project/dashboards-assistant/pull/213)) -- build(deps): bump ws from 8.16.0 to 8.18.0 ([#221](https://github.com/opensearch-project/dashboards-assistant/pull/221)) - - diff --git a/release-notes/dashboards-assistant.release-notes-2.19.0.0.md b/release-notes/dashboards-assistant.release-notes-2.19.0.0.md index 837c5c65..ddfd4e2d 100644 --- a/release-notes/dashboards-assistant.release-notes-2.19.0.0.md +++ b/release-notes/dashboards-assistant.release-notes-2.19.0.0.md @@ -4,6 +4,8 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.19.0 ### Features +- introduces Pipeline to execute asynchronous operations ([#376](https://github.com/opensearch-project/dashboards-assistant/pull/376)) +- Add flags in the config to control trace view and feedback buttons in message bubbles ([#379](https://github.com/opensearch-project/dashboards-assistant/pull/379)) - feat: only support visual editor alerts to navigate to discover([#368](https://github.com/opensearch-project/dashboards-assistant/pull/368)) - feat: return 404 instead of 500 for missing agent config name([#384](https://github.com/opensearch-project/dashboards-assistant/pull/384)) - feat: Update UI for In-context summarization in Alerts table([#392](https://github.com/opensearch-project/dashboards-assistant/pull/392)) @@ -13,6 +15,7 @@ Compatible with OpenSearch and OpenSearch Dashboards Version 2.19.0 - feat: Update dropdown list button label and remove popover title([#407](https://github.com/opensearch-project/dashboards-assistant/pull/407)) - feat: Use feature flag to disable the delete conversation api([#409](https://github.com/opensearch-project/dashboards-assistant/pull/409)) - feat: Disable the rename conversation api using feature flag([#410](https://github.com/opensearch-project/dashboards-assistant/pull/410)) +- Add query assistant summary to the assistant dropdown list ([#395](https://github.com/opensearch-project/dashboards-assistant/pull/395)) ### Maintenance