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 24cd88b feat(ai): trace profiling shows the span waterfall beside the
flame
new 46e2c39 fix(ai): review findings — v1 capture crash, replay roster
leak, stale prompt
new 91e7f49 fix(ai): resolve 32 findings from the branch-wide review
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
CHANGELOG.md | 2 +-
apps/bff/src/ai/resources/prompts/system.md | 6 +--
apps/bff/src/ai/resources/skills/rca/errors-sla.md | 10 ++--
apps/bff/src/ai/resources/skills/rca/k8s.md | 10 ++--
apps/bff/src/ai/resources/skills/rca/latency.md | 10 ++--
apps/bff/src/ai/resources/skills/rca/mesh.md | 14 +++---
.../ai/resources/skills/rca/middleware-remote.md | 10 ++--
apps/bff/src/ai/resources/skills/rca/root-cause.md | 12 +++--
apps/bff/src/ai/resources/skills/rca/saturation.md | 12 +++--
apps/bff/src/ai/resources/tools/triggers.yaml | 4 +-
apps/bff/src/ai/skill/triggers/tools.test.ts | 10 ++++
apps/bff/src/ai/skill/triggers/tools.ts | 58 +++++++++++++++++++---
apps/bff/src/ai/skill/visualization/tools.ts | 40 +++++++++++----
apps/bff/src/http/query/trace.ts | 12 +++--
apps/bff/src/logic/oap/profiling.ts | 54 ++++++++++++++------
apps/ui/src/ai/ChatProfilingBlock.vue | 21 ++++----
apps/ui/src/ai/ChatProposalBlock.vue | 48 +++++++++++++-----
apps/ui/src/ai/ChatTracesBlock.vue | 13 +++--
apps/ui/src/ai/useAiConversations.ts | 4 ++
apps/ui/src/i18n/locales/de.json | 27 +++++++++-
apps/ui/src/i18n/locales/en.json | 17 ++++++-
apps/ui/src/i18n/locales/es.json | 27 +++++++++-
apps/ui/src/i18n/locales/fr.json | 27 +++++++++-
apps/ui/src/i18n/locales/ja.json | 27 +++++++++-
apps/ui/src/i18n/locales/ko.json | 27 +++++++++-
apps/ui/src/i18n/locales/pt.json | 27 +++++++++-
apps/ui/src/i18n/locales/zh-CN.json | 27 +++++++++-
.../browser-errors/LayerBrowserErrorsView.vue | 2 +-
.../LayerEndpointDependencyView.vue | 4 +-
apps/ui/src/layer/logs/LayerLogsView.vue | 24 ++++++---
apps/ui/src/layer/logs/useLayerLogs.ts | 11 +++-
apps/ui/src/layer/traces/LayerTracesView.vue | 6 ++-
apps/ui/src/layer/traces/LayerZipkinTracesView.vue | 10 ++--
apps/ui/src/layer/traces/useZipkinTraces.ts | 11 +++-
apps/ui/src/layer/useLayerServiceName.ts | 5 +-
docs/operate/ai-assistant.md | 15 +++---
36 files changed, 509 insertions(+), 135 deletions(-)