feat: update banner text from "Shell AI" to "AGENT DESK"

This commit is contained in:
mlogclub
2026-06-07 19:47:47 +08:00
parent 9aa6490e8d
commit 6eb3cfe5be
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -27,13 +27,13 @@ func renderBanner(cfg config.Config) string {
} }
return fmt.Sprintf(` return fmt.Sprintf(`
____ _ _ _ _ ___ _ ____ _____ _ _ _____ ____ _____ ____ _ __
/ ___|| |__ ___| | | / \ |_ _| / \ / ___| ____| \ | |_ _| | _ \| ____/ ___|| |/ /
\___ \| '_ \ / _ \ | | / _ \ | | / _ \| | _| _| | \| | | | | | | | _| \___ \| ' /
___) | | | | __/ | | / ___ \ | | / ___ \ |_| | |___| |\ | | | | |_| | |___ ___) | . \
|____/|_| |_|\___|_|_| /_/ \_\___| /_/ \_\____|_____|_| \_| |_| |____/|_____|____/|_|\_\
:: Shell AI :: :: AGENT DESK ::
Port : %d Port : %d
DB : %s DB : %s
+1 -1
View File
@@ -14,7 +14,7 @@ func TestRenderBanner(t *testing.T) {
}) })
expected := []string{ expected := []string{
":: Shell AI ::", ":: AGENT DESK ::",
"Port : 8083", "Port : 8083",
"DB : sqlite", "DB : sqlite",
"Address : http://127.0.0.1:8083", "Address : http://127.0.0.1:8083",