crabot 0.1.5 → 0.1.7

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
@@ -22,14 +22,9 @@ npm install -g crabot
22
22
  # or with bun
23
23
  bun install -g crabot
24
24
  # run once without installing
25
- npx crabot update status
25
+ npx crabot --version
26
26
  ```
27
27
 
28
- For an install that fetches nothing, download the standalone binary for your
29
- platform directly from the
30
- [GitHub releases](https://github.com/gotry-io/Crabot/releases) and put it on
31
- your `PATH`.
32
-
33
28
  ## Usage
34
29
 
35
30
  ```sh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "crabot",
3
- "version": "0.1.5",
3
+ "version": "0.1.7",
4
4
  "description": "Local-first AI agent runtime with a gateway, operator console, and CLI.",
5
5
  "type": "module",
6
6
  "bin": {
package/vendor/crabot CHANGED
Binary file