@myagentroam/node 0.9.78 → 0.9.80

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.
@@ -107,6 +107,11 @@ export class NodeTerminalChannel {
107
107
  });
108
108
  return;
109
109
  }
110
+ this.send({
111
+ type: 'attached',
112
+ ticket: message.ticket,
113
+ terminalId: message.terminalId
114
+ });
110
115
  for (const frame of synchronization.frames)
111
116
  this.sendFrame(message.ticket, frame);
112
117
  return;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@myagentroam/node",
3
- "version": "0.9.78",
3
+ "version": "0.9.80",
4
4
  "description": "MyAgentRoam Node runtime CLI.",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -28,8 +28,8 @@
28
28
  "node-pty": "1.1.0",
29
29
  "ws": "^8.21.3",
30
30
  "zod": "4.4.3",
31
- "@myagentroam/agent": "0.9.78",
32
- "@myagentroam/protocol": "0.9.78"
31
+ "@myagentroam/agent": "0.9.80",
32
+ "@myagentroam/protocol": "0.9.80"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/ws": "^8.18.1"