pub async fn quick_run_with_profile(
cwd: impl Into<String>,
prompt: impl Into<String>,
profile: RunProfile,
) -> Result<PromptRunResult, QuickRunError>Expand description
One-shot convenience with explicit profile: connect -> run(profile) -> shutdown