feat: support separate worker llm setup

This commit is contained in:
Richard Tang
2026-03-18 11:19:44 -07:00
parent 1c9b09fb78
commit b9d529d94e
6 changed files with 884 additions and 1 deletions
+2
View File
@@ -1767,6 +1767,8 @@ if [ -n "$SELECTED_PROVIDER_ID" ]; then
else
echo -e " ${CYAN}$SELECTED_PROVIDER_ID${NC}${DIM}$SELECTED_MODEL${NC}"
fi
echo -e " ${DIM}To use a different model for worker agents, run:${NC}"
echo -e " ${CYAN}./scripts/setup_worker_model.sh${NC}"
echo ""
fi