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(`
____ _ _ _ _ ___
/ ___|| |__ ___| | | / \ |_ _|
\___ \| '_ \ / _ \ | | / _ \ | |
___) | | | | __/ | | / ___ \ | |
|____/|_| |_|\___|_|_| /_/ \_\___|
_ ____ _____ _ _ _____ ____ _____ ____ _ __
/ \ / ___| ____| \ | |_ _| | _ \| ____/ ___|| |/ /
/ _ \| | _| _| | \| | | | | | | | _| \___ \| ' /
/ ___ \ |_| | |___| |\ | | | | |_| | |___ ___) | . \
/_/ \_\____|_____|_| \_| |_| |____/|_____|____/|_|\_\
:: Shell AI ::
:: AGENT DESK ::
Port : %d
DB : %s
+1 -1
View File
@@ -14,7 +14,7 @@ func TestRenderBanner(t *testing.T) {
})
expected := []string{
":: Shell AI ::",
":: AGENT DESK ::",
"Port : 8083",
"DB : sqlite",
"Address : http://127.0.0.1:8083",