feat: update banner text from "Shell AI" to "AGENT DESK"
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user