@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.0 version
9
- npx @ifuryst/seedx@0.1.0 serve --addr 127.0.0.1:7350
8
+ npx @ifuryst/seedx@0.2.1 version
9
+ npx @ifuryst/seedx@0.2.1 serve --addr 127.0.0.1:7350
10
10
  ```
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ifuryst/seedx",
3
- "version": "0.1.0",
3
+ "version": "0.2.1",
4
4
  "description": "Coding agent harness CLI.",
5
5
  "license": "MIT",
6
6
  "homepage": "https://github.com/iFurySt/seedx#readme",