@amalgm/shell 0.1.85 → 0.1.87

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.
@@ -291,7 +291,7 @@ export class WireClient {
291
291
  sendHello() {
292
292
  this.send({
293
293
  type: "hello",
294
- protocol_version: 4,
294
+ protocol_version: 7,
295
295
  runtime_version: this.options.runtimeVersion,
296
296
  instance_id: this.instance,
297
297
  boot_ts: this.boot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amalgm/shell",
3
- "version": "0.1.85",
3
+ "version": "0.1.87",
4
4
  "description": "The Amalgm boot shell — the runtime assembled from published @amalgm SDK bricks. Composition and parity ground for the lego-driven engine rewrite.",
5
5
  "type": "module",
6
6
  "private": false,
@@ -40,7 +40,7 @@
40
40
  "@amalgm/browser": "0.1.0",
41
41
  "@amalgm/chat": "0.1.2",
42
42
  "@amalgm/core": "0.2.1",
43
- "@amalgm/live": "0.2.42",
43
+ "@amalgm/live": "0.2.43",
44
44
  "@amalgm/tools": "0.1.3",
45
45
  "@anthropic-ai/claude-agent-sdk": "^0.3.224",
46
46
  "@homebridge/node-pty-prebuilt-multiarch": "0.13.1",