Fix: Resolved Phase 5 UI rendering, updated server version to 1.2.0, and fixed critical volume mount path for server.cjs

This commit is contained in:
2026-01-03 14:05:27 +00:00
parent c1dbd24c97
commit 3f1ffd6052
4 changed files with 12 additions and 2 deletions

View File

@@ -1466,7 +1466,7 @@ const App: React.FC = () => {
),
}}
>
{state.phase5Result || ''}
{state.phase5Result?.report || ''}
</ReactMarkdown>
</div>