dsh-loop-engine 1.0.0-rc11 → 1.0.0-rc13
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.
- package/README.md +3 -2
- package/lib/client.js +88 -36919
- package/lib/index.js +1 -1
- package/package.json +11 -10
package/README.md
CHANGED
|
@@ -34,12 +34,13 @@ matched — a mismatch fails loudly at boot or session resume:
|
|
|
34
34
|
|
|
35
35
|
| dsh-loop-engine | Requires harness |
|
|
36
36
|
|---|---|
|
|
37
|
+
| 1.0.0-rc13 | **0.1.2-rc.1** |
|
|
38
|
+
| 1.0.0-rc12 | **0.1.2-rc.1** |
|
|
37
39
|
| 1.0.0-rc11 | **0.1.2-rc.1** |
|
|
38
40
|
| 1.0.0-rc10 | **0.1.2-rc.1** |
|
|
39
|
-
| 1.0.0-rc9 | **0.1.2-rc.1** |
|
|
40
41
|
| 1.0.0-rc7 | 0.1.1-rc.2 |
|
|
41
42
|
|
|
42
|
-
- **1.0.0-
|
|
43
|
+
- **1.0.0-rc13 (and rc12 / rc11 / rc10 / rc9 / rc8) is not compatible with harness 0.1.1-rc.2 or earlier.** It uses
|
|
43
44
|
the 0.1.2 persistence seam (`SessionPersistence.create` / `open` +
|
|
44
45
|
`SessionHandle`), the `installSection` settings API, `ToolCallId`, and
|
|
45
46
|
`Session.snapshotEvents()` — none of which exist in older harnesses.
|