From d0f1321001706d644936451873db8b965432b8a5 Mon Sep 17 00:00:00 2001 From: banteg <4562643+banteg@users.noreply.github.com> Date: Mon, 29 Dec 2025 19:59:35 +0400 Subject: [PATCH] feat: add playful startup message --- src/takopi/exec_bridge.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/takopi/exec_bridge.py b/src/takopi/exec_bridge.py index 1de5b25..209d296 100644 --- a/src/takopi/exec_bridge.py +++ b/src/takopi/exec_bridge.py @@ -376,7 +376,7 @@ def _parse_bridge_config( " 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=[]"] if profile: extra_args.extend(["--profile", profile])