mirror of
https://github.com/harivansh-afk/sandbox-agent.git
synced 2026-04-15 18:01:30 +00:00
* Restore foundry onboarding stack * Consolidate foundry rename * Create foundry tasks without prompts * Rename Foundry handoffs to tasks
7 lines
232 B
TypeScript
7 lines
232 B
TypeScript
declare module "@sandbox-agent/foundry-client/view-model" {
|
|
export {
|
|
TASK_STATUS_GROUPS,
|
|
groupTaskStatus,
|
|
} from "@sandbox-agent/foundry-client";
|
|
export type { TaskStatusGroup } from "@sandbox-agent/foundry-client";
|
|
}
|