@agent-link/server 0.1.46 → 0.1.47

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agent-link/server",
3
- "version": "0.1.46",
3
+ "version": "0.1.47",
4
4
  "description": "AgentLink relay server",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -208,10 +208,10 @@ export function createConnection(deps) {
208
208
  scrollToBottom();
209
209
  }
210
210
  } else if (msg.type === 'turn_completed' || msg.type === 'execution_cancelled') {
211
- isProcessing.value = false;
212
- isCompacting.value = false;
213
211
  streaming.flushReveal();
214
212
  finalizeStreamingMsg(scheduleHighlight);
213
+ isProcessing.value = false;
214
+ isCompacting.value = false;
215
215
  if (msg.type === 'execution_cancelled') {
216
216
  messages.value.push({
217
217
  id: streaming.nextId(), role: 'system',