@byok-sdk/client 0.16.0 → 0.17.0

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.
@@ -2379,7 +2379,7 @@ function resolveLocalAgentReleaseIdentity(input) {
2379
2379
 
2380
2380
  // src/bin/official-release.ts
2381
2381
  var OFFICIAL_LOCAL_AGENT_RELEASE = resolveLocalAgentReleaseIdentity({
2382
- version: "0.16.0"
2382
+ version: "0.17.0"
2383
2383
  });
2384
2384
 
2385
2385
  // src/bin/config.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byok-sdk/client",
3
- "version": "0.16.0",
3
+ "version": "0.17.0",
4
4
  "description": "BYOK SDK client daemon: runs on the end user's machine, pairs with a SaaS server, and drives a local coding-agent runtime",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -67,8 +67,8 @@
67
67
  "koffi": "3.2.0"
68
68
  },
69
69
  "dependencies": {
70
- "@byok-sdk/core": "0.16.0",
71
- "@byok-sdk/protocol": "0.16.0",
70
+ "@byok-sdk/core": "0.17.0",
71
+ "@byok-sdk/protocol": "0.17.0",
72
72
  "@earendil-works/pi-coding-agent": "0.85.1",
73
73
  "@juicesharp/rpiv-todo": "2.8.0",
74
74
  "pi-mcp-adapter": "2.27.0",
@@ -76,7 +76,7 @@
76
76
  "pi-web-access": "0.24.1"
77
77
  },
78
78
  "devDependencies": {
79
- "@byok-sdk/server": "0.16.0",
79
+ "@byok-sdk/server": "0.17.0",
80
80
  "@hono/node-server": "^2.0.10"
81
81
  }
82
82
  }