This is an automated email from the ASF dual-hosted git repository.

wu-sheng pushed a change to branch refactor/drop-bff-state-files
in repository https://gitbox.apache.org/repos/asf/skywalking-horizon-ui.git


    omit 8b270a5  refactor(config): move per-layer + alarm setup to OAP, add an 
audit toggle; always-show the AI assistant
     add 14d679a  refactor(config, ai): config to OAP, harden the AI assistant, 
fix K8S_SERVICE layout

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8b270a5)
            \
             N -- N -- N   refs/heads/refactor/drop-bff-state-files (14d679a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 CHANGELOG.md                                       |   2 +
 apps/bff/src/ai/resources/prompts/skills.md        |   7 +-
 apps/bff/src/ai/resources/prompts/system.md        |  15 ++-
 .../src/bundled_templates/layers/k8s_service.json  |   8 +-
 apps/ui/src/ai/AiChatPanel.vue                     |  28 ++--
 apps/ui/src/ai/AiFullPageView.vue                  |  30 +++--
 apps/ui/src/ai/ChatTranscript.vue                  |  68 +++++++++-
 apps/ui/src/ai/types.ts                            |   4 +
 apps/ui/src/ai/useAiConversations.ts               |   3 +-
 apps/ui/src/ai/useChatScroll.ts                    | 143 +++++++++++++++++++++
 10 files changed, 267 insertions(+), 41 deletions(-)
 create mode 100644 apps/ui/src/ai/useChatScroll.ts

Reply via email to