Skip to content

Commit 51a3bc3

Browse files
committed
refactor(iclaw): update main.py
1 parent 1db05bd commit 51a3bc3

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

iclaw/main.py

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,19 @@ def main():
7575
else:
7676
log.log_info("No token found. Type /provider_model to authenticate.\n")
7777

78+
print(
79+
"""
80+
██ █████ ██ █████ ██ ██
81+
██ ██ ██ ██ ██ ██ ██
82+
██ ██ ██ ███████ ██ █ ██
83+
██ ██ ██ ██ ██ ██████
84+
██ █████ ███████ ██ ██ ███ ██
85+
"""
86+
)
87+
7888
messages = []
7989
tool_logs = []
80-
log.log_info("iclaw CLI ready. Available commands:")
90+
log.log_info("Available commands:")
8191
for cmd, desc in COMMANDS_HELP:
8292
log.log_info(f" {cmd:<20} {desc}")
8393
log.log_info("")

0 commit comments

Comments
 (0)