@ifuryst/seedx 0.1.0 → 0.2.1
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
CHANGED
|
@@ -5,6 +5,6 @@ Seedx is a coding agent harness CLI for running local agent runtimes behind HTTP
|
|
|
5
5
|
This npm package bundles native seedx binaries for macOS, Linux, and Windows.
|
|
6
6
|
|
|
7
7
|
```sh
|
|
8
|
-
npx @ifuryst/seedx@0.1
|
|
9
|
-
npx @ifuryst/seedx@0.1
|
|
8
|
+
npx @ifuryst/seedx@0.2.1 version
|
|
9
|
+
npx @ifuryst/seedx@0.2.1 serve --addr 127.0.0.1:7350
|
|
10
10
|
```
|
package/dist/darwin-arm64/seedx
CHANGED
|
Binary file
|
package/dist/darwin-x64/seedx
CHANGED
|
Binary file
|
package/dist/linux-arm64/seedx
CHANGED
|
Binary file
|
package/dist/linux-x64/seedx
CHANGED
|
Binary file
|
|
Binary file
|
package/dist/win32-x64/seedx.exe
CHANGED
|
Binary file
|