feat: add playful startup message

This commit is contained in:
banteg
2025-12-29 19:59:35 +04:00
parent 65c2054e3b
commit d0f1321001
+1 -1
View File
@@ -376,7 +376,7 @@ def _parse_bridge_config(
" brew install codex" " brew install codex"
) )
startup_msg = f"codex exec bridge has started\npwd: {startup_pwd}" startup_msg = f"🐙 takopi is ready to help-pi!\npwd: {startup_pwd}"
extra_args = ["-c", "notify=[]"] extra_args = ["-c", "notify=[]"]
if profile: if profile:
extra_args.extend(["--profile", profile]) extra_args.extend(["--profile", profile])