From e2d48e5e51f4b394ba9610ba241f60dba6289070 Mon Sep 17 00:00:00 2001 From: shenlan Date: Sat, 13 Sep 2025 17:15:24 +0800 Subject: [PATCH 1/2] feat: replace XCodeAgent feature with XScopeHub --- ui/homepage/components/Features.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/homepage/components/Features.tsx b/ui/homepage/components/Features.tsx index d75b4a8..837b86f 100644 --- a/ui/homepage/components/Features.tsx +++ b/ui/homepage/components/Features.tsx @@ -37,14 +37,14 @@ const features = [ }, }, { - icon: '🤖', + icon: '📡', title: { - en: 'XCodeAgent - AI Code Assistant', - zh: 'XCodeAgent - AI 代码助手', + en: 'XScopeHub - Observability Hub', + zh: 'XScopeHub - 可观察性平台', }, desc: { - en: 'Automatically generate PRs from GitHub Issues via AI-powered patch generation, code review and testing automation.', - zh: '通过 AI 驱动的补丁生成、代码审查与测试自动化,从 GitHub Issue 自动生成 PR。', + en: 'Bridges exporters, OpenTelemetry, and OpenObserve with ETL pipelines for metrics, logs, and traces.', + zh: '通过 OpenTelemetry 框架连接 Exporter、OpenObserve 与 ETL 流程,实现指标、日志与调用的统一聚合。', }, }, { From 049573474447787da1c18044a46038860638baae Mon Sep 17 00:00:00 2001 From: shenlan Date: Sat, 13 Sep 2025 20:34:46 +0800 Subject: [PATCH 2/2] Replace XOpsAgent with Navi on homepage (#207) --- ui/homepage/components/DownloadSection.tsx | 5 ++++- ui/homepage/components/Features.tsx | 10 +++++----- ui/homepage/components/OpenSource.tsx | 8 ++++---- 3 files changed, 13 insertions(+), 10 deletions(-) diff --git a/ui/homepage/components/DownloadSection.tsx b/ui/homepage/components/DownloadSection.tsx index 2a0d5a7..55a9317 100644 --- a/ui/homepage/components/DownloadSection.tsx +++ b/ui/homepage/components/DownloadSection.tsx @@ -7,7 +7,10 @@ const downloads = [ { name: 'KubeGuard', links: ['macOS', 'Windows', 'Linux'] }, { name: 'XConfig', links: ['macOS', 'Windows', 'Linux'] }, { name: 'XScopeHub', links: [['GitHub', 'https://github.com/svc-design/XScopeHub']] }, - { name: 'XOpsAgent', links: ['macOS', 'Windows', 'Linux'] }, + { + name: 'Navi', + links: ['macOS', 'Windows', 'Linux', ['GitHub', 'https://github.com/svc-design/Navi']], + }, { name: 'XStream', links: [ diff --git a/ui/homepage/components/Features.tsx b/ui/homepage/components/Features.tsx index 837b86f..fd01b14 100644 --- a/ui/homepage/components/Features.tsx +++ b/ui/homepage/components/Features.tsx @@ -48,14 +48,14 @@ const features = [ }, }, { - icon: '📊', + icon: '🧭', title: { - en: 'XOpsAgent - AIOps Assistant', - zh: 'XOpsAgent - AIOps 助手', + en: 'Navi - Task Assistant', + zh: 'Navi - 任务助手', }, desc: { - en: 'Monitor system metrics, detect anomalies, perform root cause analysis, and generate intelligent operational insights.', - zh: '监控系统指标,检测异常,执行根因分析,生成智能运维洞察。', + en: 'Guiding your tasks, helping you get things done faster.', + zh: '引导你的任务,帮助你更快完成工作。', }, }, { diff --git a/ui/homepage/components/OpenSource.tsx b/ui/homepage/components/OpenSource.tsx index 3cbe174..1b2af10 100644 --- a/ui/homepage/components/OpenSource.tsx +++ b/ui/homepage/components/OpenSource.tsx @@ -36,12 +36,12 @@ const projects = [ link: 'https://github.com/svc-design/XScopeHub', }, { - name: 'XOpsAgent', + name: 'Navi', desc: { - en: 'AIOps-powered intelligent monitoring, anomaly detection and RCA.', - zh: 'AIOps 智能监控、异常检测与根因分析。', + en: 'Guiding your tasks, helping you get things done faster.', + zh: '引导你的任务,帮助你更快完成工作。', }, - link: 'https://github.com/svc-design/XOpsAgent', + link: 'https://github.com/svc-design/Navi', }, { name: 'XStream',