Fix Foundry handoff creation flow

This commit is contained in:
Nathan Flurry 2026-03-11 11:06:51 -07:00
parent 6d7e67fe72
commit 5e733e8b37
9 changed files with 30 additions and 15 deletions

View file

@ -130,6 +130,7 @@ export interface HandoffWorkbenchCreateHandoffInput {
title?: string;
branch?: string;
model?: WorkbenchModelId;
initialPrompt?: string;
}
export interface HandoffWorkbenchRenameInput {