fix(profiles): preserve skills on dashboard profile creation

This commit is contained in:
vincez-hms-coder 2026-04-28 10:02:04 -04:00
parent ae11a31058
commit 469e4df3c2
5 changed files with 81 additions and 3 deletions

View file

@ -7490,7 +7490,7 @@ def cmd_profile(args):
if clone_all:
print(f"Full copy from {source_label}.")
else:
print(f"Cloned config, .env, SOUL.md from {source_label}.")
print(f"Cloned config, .env, SOUL.md, and skills from {source_label}.")
# Auto-clone Honcho config for the new profile (only with --clone/--clone-all)
if clone or clone_all: