- Pipeline jobs now persist to DB with progress tracking and cost accumulation - Jobs survive WebSocket disconnects with in-memory event buffer replay - New /jobs list page with search, status badges, and cost display - New /jobs/:id detail page with live WebSocket attachment and REST fallback - Two-column layout using WorkspaceLayout for resizable steps/output panels - Streaming messages tagged with stepIndex/iterationLabel for per-step output grouping - TaskRunnerModal links to job detail page once job is created - Dock entry added for Jobs page Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
24 lines
620 B
TypeScript
24 lines
620 B
TypeScript
export * from './Layout';
|
|
export * from './Home';
|
|
export * from './OnboardingAdmin';
|
|
export * from './PasskeyGate';
|
|
export * from './Plans';
|
|
export * from './Processes';
|
|
export * from './CapabilityPage';
|
|
export * from './Settings';
|
|
export * from './Automation';
|
|
export * from './NewAutomation';
|
|
export * from './Skills';
|
|
export * from './TaskLogs';
|
|
export * from './Tasks';
|
|
|
|
export * from './Files';
|
|
export * from './ChatHistory';
|
|
export * from './Dashboards';
|
|
export * from './Projects';
|
|
export * from './Terminal';
|
|
export * from './Email';
|
|
export * from './Browser';
|
|
export * from './Desktop';
|
|
export * from './Jobs';
|