@smbcloud/sigit-darwin-arm64 1.0.2 → 1.0.4

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.
Files changed (3) hide show
  1. package/README.md +9 -11
  2. package/bin/sigit +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  <h1 align="center">siGit Code</h1>
2
2
 
3
3
  <p align="center">
4
- AI coding agent powered by local LLM via <a href="https://ondeinference.com">Onde Inference</a>.<br>
5
- Runs on your machine. No API keys, no cloud.
4
+ A local coding agent powered by <a href="https://ondeinference.com">Onde Inference</a>.<br>
5
+ Runs on your machine. No API keys. No cloud round-trips.
6
6
  </p>
7
7
 
8
8
  <p align="center">
@@ -13,13 +13,11 @@
13
13
  <a href="https://github.com/getsigit/sigit/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-Apache--2.0-235843?style=flat-square&labelColor=17211D" alt="License"></a>
14
14
  </p>
15
15
 
16
- <br>
17
-
18
16
  ## `sigit-darwin-arm64`
19
17
 
20
- This is the npm distribution of siGit Code, a platform-specific binary package for [`@smbcloud/sigit`](https://www.npmjs.com/package/@smbcloud/sigit). You don't need to install it directly.
18
+ This package is one of the platform-specific binaries behind [`@smbcloud/sigit`](https://www.npmjs.com/package/@smbcloud/sigit). You usually do not need to install it directly.
21
19
 
22
- Install the main package and npm pulls in the right binary for your OS and architecture:
20
+ Install the main package and npm will pull in the right binary for your OS and architecture:
23
21
 
24
22
  ```sh
25
23
  npm install -g @smbcloud/sigit
@@ -29,11 +27,11 @@ npm install -g @smbcloud/sigit
29
27
 
30
28
  | Channel | Command |
31
29
  |---------|---------|
32
- | **npm** | `npm install -g @smbcloud/sigit` |
33
- | **Homebrew** | `brew tap getsigit/tap && brew install sigit` |
34
- | **pip** | `pip install sigit-code` |
35
- | **uv** | `uvx --from sigit-code sigit` |
36
- | **Cargo** | `cargo install sigit` |
30
+ | npm | `npm install -g @smbcloud/sigit` |
31
+ | Homebrew | `brew tap getsigit/tap && brew install sigit` |
32
+ | pip | `pip install sigit-code` |
33
+ | uv | `uvx --from sigit-code sigit` |
34
+ | Cargo | `cargo install sigit` |
37
35
 
38
36
  ## Platform support
39
37
 
package/bin/sigit CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smbcloud/sigit-darwin-arm64",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Platform binary for siGit Code.",
5
5
  "license": "Apache-2.0",
6
6
  "repository": {