From df0576a87b90c03c825c346e8f11707d0aa096b1 Mon Sep 17 00:00:00 2001 From: "DESKTOP-02FN3OU\\80423" <804235820@qq.com> Date: Thu, 21 May 2026 23:06:07 +0800 Subject: [PATCH 1/4] feature: add command suggestion for ChatUI --- dashboard/src/components/chat/ChatInput.vue | 166 +++++++++++++- .../src/components/chat/CommandSuggestion.vue | 204 ++++++++++++++++++ .../src/i18n/locales/en-US/features/chat.json | 5 + .../src/i18n/locales/ru-RU/features/chat.json | 5 + .../src/i18n/locales/zh-CN/features/chat.json | 5 + 5 files changed, 384 insertions(+), 1 deletion(-) create mode 100644 dashboard/src/components/chat/CommandSuggestion.vue diff --git a/dashboard/src/components/chat/ChatInput.vue b/dashboard/src/components/chat/ChatInput.vue index c966d13777..6af76fb04b 100644 --- a/dashboard/src/components/chat/ChatInput.vue +++ b/dashboard/src/components/chat/ChatInput.vue @@ -108,14 +108,23 @@ +