diff --git a/components/reasoning-workspace.jsx b/components/reasoning-workspace.jsx index 713a9f2..4176e7b 100644 --- a/components/reasoning-workspace.jsx +++ b/components/reasoning-workspace.jsx @@ -599,86 +599,10 @@ function ThreadContributionsBadge({ nodeId, contributions, findings }) { ); if (!threadContribs.length) return null; - // Show most recent contribution summary inline - const latest = threadContribs[threadContribs.length - 1]; - - const nonEmptyGroups = []; - for (const key of ["observations", "uncertainties", "assumptions", "relationships"]) { - const arr = latest[key]; - if (Array.isArray(arr) && arr.length > 0) nonEmptyGroups.push(key); - } - return ( -
{node.description}
)} {!isFocused && Unclear} +