This commit is contained in:
2025-06-26 22:14:36 +00:00
parent 54836c9435
commit 539681260b
3 changed files with 11 additions and 4 deletions

View File

@@ -3,4 +3,8 @@
role="$1"
shift
aichat --role "$role" "$@"
if [ -n "$1" ]; then
aichat --role "$role" "$@"
else
aichat --role "$role" --session
fi