wip(foundry): continue actor refactor

This commit is contained in:
Nathan Flurry 2026-03-15 10:23:04 -07:00
parent e97c502d28
commit 6f85b59f31
7 changed files with 236 additions and 200 deletions

View file

@ -244,6 +244,7 @@ export interface TaskWorkspaceRenameInput {
}
export interface TaskWorkspaceSendMessageInput {
repoId: string;
taskId: string;
sessionId: string;
text: string;
@ -252,6 +253,7 @@ export interface TaskWorkspaceSendMessageInput {
}
export interface TaskWorkspaceSessionInput {
repoId: string;
taskId: string;
sessionId: string;
authSessionId?: string;