localclawd 1.0.1 → 1.0.3
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 +7 -1
- package/dist/cli.mjs +7782 -7125
- package/package.json +137 -131
package/README.md
CHANGED
|
@@ -164,7 +164,13 @@ localclawd
|
|
|
164
164
|
|
|
165
165
|
## Release status
|
|
166
166
|
|
|
167
|
-
`v1.0.
|
|
167
|
+
`v1.0.2` is live on npm. Install globally with `npm install -g localclawd` or run without installing with `npx localclawd`. Native multi-platform binaries can be added later without changing the install surface.
|
|
168
|
+
|
|
169
|
+
**Changelog**
|
|
170
|
+
- `1.0.3` — Fix `util3 is not defined` crash from zod v4 bundled inside `@modelcontextprotocol/sdk`; pin all deps to current versions; zod v3 forced globally via overrides+resolutions.
|
|
171
|
+
- `1.0.2` — Fix zod v4 bundler crash (`_uppercase2 is not defined`); pin zod to `^3`; version string now reflects package.json correctly.
|
|
172
|
+
- `1.0.1` — Fix npm bin entry; add `/keepgoing` command; lattice memory scoring; branding cleanup.
|
|
173
|
+
- `1.0.0` — Initial source-first release.
|
|
168
174
|
|
|
169
175
|
External native update metadata is now expected under `release-manifests/`, the main verification workflow lives in `.github/workflows/ci.yml`, and the native asset publication workflow lives in `.github/workflows/publish-release-assets.yml`. See `docs/release.md` for the expected asset set and publish sequence.
|
|
170
176
|
|