car-runtime 0.15.1 → 0.15.2

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.
Files changed (2) hide show
  1. package/index.d.ts +2 -2
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -4,7 +4,7 @@
4
4
  * caller is expected to `JSON.parse` the result. This keeps the FFI surface
5
5
  * small and avoids coupling the native binding to any specific TS shape.
6
6
  *
7
- * ## v0.8.0 — daemon-only
7
+ * ## Daemon-only
8
8
  *
9
9
  * Every method talks to the singleton car-server daemon over WebSocket
10
10
  * JSON-RPC. There is no embedded-engine fallback (the v0.7.x
@@ -12,7 +12,7 @@
12
12
  * using the bindings — on macOS the SwiftUI menubar app launches it for
13
13
  * you; on Linux start it manually or via systemd.
14
14
  *
15
- * The following methods are **not exposed in v0.8** and throw
15
+ * The following methods are **not exposed in the FFI bindings** and throw
16
16
  * with a clear message — connect to the daemon's WebSocket directly
17
17
  * for the equivalent flow (see `docs/websocket-protocol.md`):
18
18
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "car-runtime",
3
- "version": "0.15.1",
3
+ "version": "0.15.2",
4
4
  "description": "Common Agent Runtime — a deterministic execution layer for AI agents",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",