@halfagiraf/clawx 0.1.3 → 0.1.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.
- package/README.md +5 -13
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,20 +1,12 @@
|
|
|
1
|
-
|
|
2
|
-
<img src="https://raw.githubusercontent.com/stevenmcsorley/clawx/main/logo.png" alt="Clawx" width="200" />
|
|
3
|
-
</p>
|
|
1
|
+

|
|
4
2
|
|
|
5
|
-
|
|
3
|
+
# Clawx
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
<a href="https://www.npmjs.com/package/@halfagiraf/clawx"><img src="https://img.shields.io/npm/v/@halfagiraf/clawx" alt="npm version" /></a>
|
|
9
|
-
<a href="https://github.com/stevenmcsorley/clawx/blob/main/LICENSE"><img src="https://img.shields.io/npm/l/@halfagiraf/clawx" alt="license" /></a>
|
|
10
|
-
<a href="https://www.npmjs.com/package/@halfagiraf/clawx"><img src="https://img.shields.io/npm/dm/@halfagiraf/clawx" alt="downloads" /></a>
|
|
11
|
-
</p>
|
|
5
|
+
[](https://www.npmjs.com/package/@halfagiraf/clawx) [](https://github.com/stevenmcsorley/clawx/blob/main/LICENSE) [](https://www.npmjs.com/package/@halfagiraf/clawx)
|
|
12
6
|
|
|
13
|
-
|
|
14
|
-
Terminal-first coding agent — runs locally with Ollama, DeepSeek, OpenAI, or any OpenAI-compatible endpoint.
|
|
15
|
-
</p>
|
|
7
|
+
Terminal-first coding agent — runs locally with Ollama, DeepSeek, OpenAI, or any OpenAI-compatible endpoint.
|
|
16
8
|
|
|
17
|
-
Clawx
|
|
9
|
+
Clawx can create files, write code, run commands, execute over SSH, and iterate until the job is done. The model decides what to build and how — no file lists, no hand-holding.
|
|
18
10
|
|
|
19
11
|
## What it does
|
|
20
12
|
|