This is an automated email from the ASF dual-hosted git repository.
wu-sheng pushed a change to branch feat/ai-history-and-enhancement
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git
from 8014cf7 fix(ai): serialize history writes, bind profiling analysis to
its task
add 08a6834 fix(ai): tombstone history deletes, bind queued writes to
their owner
No new revisions were added by this update.
Summary of changes:
CHANGELOG.md | 2 +-
apps/bff/src/ai/skill/triggers/tools.ts | 4 +-
apps/bff/src/logic/oap/profiling.ts | 44 ++++++++++---
apps/ui/src/ai/ChatProposalBlock.vue | 28 ++++++---
apps/ui/src/ai/historyStore.ts | 93 +++++++++++++++++-----------
apps/ui/src/ai/useAiConversations.ts | 27 +++++---
apps/ui/src/i18n/locales/de.json | 3 +
apps/ui/src/i18n/locales/en.json | 3 +
apps/ui/src/i18n/locales/es.json | 3 +
apps/ui/src/i18n/locales/fr.json | 3 +
apps/ui/src/i18n/locales/ja.json | 3 +
apps/ui/src/i18n/locales/ko.json | 3 +
apps/ui/src/i18n/locales/pt.json | 3 +
apps/ui/src/i18n/locales/zh-CN.json | 3 +
apps/ui/src/layer/traces/LayerTracesView.vue | 18 ++++++
docs/operate/ai-assistant.md | 2 +-
16 files changed, 182 insertions(+), 60 deletions(-)