From ad48f69efde9e0b378f0f2de352702abda2209c0 Mon Sep 17 00:00:00 2001 From: Leon Shan Date: Fri, 5 Jun 2026 18:16:31 +0800 Subject: [PATCH 1/4] chore: add comet-panel as git submodule Adds the Comet Panel GUI tool as a git submodule for browsing comet changes and AI-powered document analysis. Comet Panel features: - Three-column dashboard (changes / details / chat agent) - AI chat agent via MiniMax API with SSE streaming - @ mention file autocomplete for context selection - Markdown + Mermaid rendering - Multi-provider support with configurable settings Repository: https://github.com/sudashannon/comet-panel --- .gitmodules | 3 +++ comet-panel | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 comet-panel diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..20c810e --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "comet-panel"] + path = comet-panel + url = https://github.com/sudashannon/comet-panel.git diff --git a/comet-panel b/comet-panel new file mode 160000 index 0000000..3ee9c4a --- /dev/null +++ b/comet-panel @@ -0,0 +1 @@ +Subproject commit 3ee9c4a34f58186d4d63c81ef4313d17e48925b9 From f3d15926d1e9cb3e2a5bd8b73951350e979618c5 Mon Sep 17 00:00:00 2001 From: Leon Shan Date: Fri, 5 Jun 2026 18:28:32 +0800 Subject: [PATCH 2/4] chore: update comet-panel submodule to latest (add README) --- comet-panel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet-panel b/comet-panel index 3ee9c4a..224963e 160000 --- a/comet-panel +++ b/comet-panel @@ -1 +1 @@ -Subproject commit 3ee9c4a34f58186d4d63c81ef4313d17e48925b9 +Subproject commit 224963efc79cf3342e83ddbe4185172514d8be4c From ff73d74accd26289dfb8e2c922f4ca5c1fd5b4c8 Mon Sep 17 00:00:00 2001 From: Leon Shan Date: Sun, 7 Jun 2026 20:32:37 +0800 Subject: [PATCH 3/4] chore: update comet-panel submodule (add CI pipeline) --- comet-panel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet-panel b/comet-panel index 224963e..ae2edf2 160000 --- a/comet-panel +++ b/comet-panel @@ -1 +1 @@ -Subproject commit 224963efc79cf3342e83ddbe4185172514d8be4c +Subproject commit ae2edf23fc9db65453d8a8b316ff1d2b7dd97f40 From 17eead970290bb0ad5711a2e7041fce1470b726c Mon Sep 17 00:00:00 2001 From: Leon Shan Date: Sun, 7 Jun 2026 20:36:16 +0800 Subject: [PATCH 4/4] chore: update comet-panel submodule (fix archived-only filter bug) --- comet-panel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comet-panel b/comet-panel index ae2edf2..974b7cb 160000 --- a/comet-panel +++ b/comet-panel @@ -1 +1 @@ -Subproject commit ae2edf23fc9db65453d8a8b316ff1d2b7dd97f40 +Subproject commit 974b7cb3ebcf6a55d5fc8fd1f2ca06984f9e83b8