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])