@yeaft/webchat-agent 0.1.179 → 0.1.181

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -111,6 +111,7 @@ export function sendCrewOutput(session, roleName, outputType, rawMessage, extra
111
111
  role: roleName, roleIcon, roleName: displayName,
112
112
  type: 'route', routeTo: extra.routeTo,
113
113
  routeSummary: extra.routeSummary || '',
114
+ round: session.round || 0,
114
115
  content: `→ @${extra.routeTo} ${extra.routeSummary || ''}`,
115
116
  taskId, taskTitle, isDecisionMaker,
116
117
  timestamp: Date.now()
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yeaft/webchat-agent",
3
- "version": "0.1.179",
3
+ "version": "0.1.181",
4
4
  "description": "Remote agent for Yeaft WebChat — connects worker machines to the central server",
5
5
  "main": "index.js",
6
6
  "type": "module",