From 93a8591bd1860c7c3dcb554d38b83d0fb63443ef Mon Sep 17 00:00:00 2001 From: Sihan He Date: Fri, 20 Dec 2024 13:54:04 +0800 Subject: [PATCH] update change log Signed-off-by: Sihan He --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 844385b1..7b512bae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ### Features ### 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 a flag in the config to control the trace view button in message bubbles ([#379](https://github.com/opensearch-project/dashboards-assistant/pull/379)) ### Bug Fixes - Optimize the response of AI agent APIs ([#373](https://github.com/opensearch-project/dashboards-assistant/pull/373))