@amalgm/shell 0.1.105 → 0.1.106

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.
@@ -282,7 +282,7 @@ export class WireClient {
282
282
  sendHello() {
283
283
  this.send({
284
284
  type: "hello",
285
- protocol_version: 10,
285
+ protocol_version: 11,
286
286
  runtime_version: this.options.runtimeVersion,
287
287
  instance_id: this.instance,
288
288
  boot_ts: this.boot,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amalgm/shell",
3
- "version": "0.1.105",
3
+ "version": "0.1.106",
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.49",
43
+ "@amalgm/live": "0.2.50",
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",