Let users pick a different engine per document/generation (e.g. a fast local model for the wizard, a strong API for the Blueprint).
Where: frontend/src/screens/Engines.tsx + the generate call in Documents.tsx, and thread an optional engine override into /api/projects/{id}/generate.
Let users pick a different engine per document/generation (e.g. a fast local model for the wizard, a strong API for the Blueprint).
Where:
frontend/src/screens/Engines.tsx+ the generate call inDocuments.tsx, and thread an optional engine override into/api/projects/{id}/generate.