You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For a pinned release, pass `--version v0.0.4` to the installer:
63
+
For a pinned release, pass `--version v0.0.5` to the installer:
64
64
65
65
```bash
66
-
curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/install.sh | sh -s -- --version v0.0.4
66
+
curl -fsSL https://raw.githubusercontent.com/bglusman/wardwright/main/scripts/install.sh | sh -s -- --version v0.0.5
67
67
```
68
68
69
69
The Linux installer verifies the release archive against published SHA-256
@@ -145,10 +145,12 @@ run.
145
145
<figcaption>The simulator can replay retry-oriented stream governance, including the raw model stream, held/released output, and receipt evidence.</figcaption>
146
146
</figure>
147
147
148
-
The `v0.0.4` package seeds example collections for output contracts,
148
+
The `v0.0.5` package seeds example collections for output contracts,
149
149
route/model composition, stream repair and session state, plus tool/workflow
150
150
control. Models you create locally and store in the configured workspace recipe
151
151
directory use the same workbench path when they expose a supported projection.
152
+
Agents can also save, evaluate, compose, and delete local Dune snippets through
153
+
the protected MCP/API authoring surface.
152
154
See the [Policy Workbench](workbench.html) page for screenshots and the current
153
155
example catalog. External agents can use the local MCP/API authoring surface;
154
156
the [Agent Authoring Guide](agent-authoring.html) describes the expected
0 commit comments