@smbcloud/sigit-darwin-arm64 1.0.0 → 1.0.2
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 +3 -3
- package/bin/sigit +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
<p align="center">
|
|
4
4
|
AI coding agent powered by local LLM via <a href="https://ondeinference.com">Onde Inference</a>.<br>
|
|
5
|
-
Runs
|
|
5
|
+
Runs on your machine. No API keys, no cloud.
|
|
6
6
|
</p>
|
|
7
7
|
|
|
8
8
|
<p align="center">
|
|
@@ -17,9 +17,9 @@
|
|
|
17
17
|
|
|
18
18
|
## `sigit-darwin-arm64`
|
|
19
19
|
|
|
20
|
-
This is the
|
|
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.
|
|
21
21
|
|
|
22
|
-
Install the main package and npm pulls in the right binary for your OS and architecture
|
|
22
|
+
Install the main package and npm pulls in the right binary for your OS and architecture:
|
|
23
23
|
|
|
24
24
|
```sh
|
|
25
25
|
npm install -g @smbcloud/sigit
|
package/bin/sigit
CHANGED
|
Binary file
|