localclawd 1.7.2 → 1.7.5

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 +54 -20
  2. package/dist/cli.mjs +9048 -8098
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,17 @@
1
- ***BROKEN AT THE MOMENT, I NEED MORE TOKENS!***
2
-
3
1
  # localclawd
4
2
 
5
- localclawd is a local-first fork of the upstream hosted coding CLI focused on self-hosted inference. It preserves the terminal-first coding loop, tool orchestration, agents, and computer-use workflow, while replacing the hosted model dependency with user-controlled backends such as vLLM, Ollama, and OpenAI-compatible gateways.
3
+ localclawd is a local-first coding CLI for self-hosted and user-controlled inference. It preserves the terminal-first workflow, tool orchestration, agents, and computer-use capabilities of the upstream coding assistant experience while replacing the hosted model dependency with local or privately managed backends such as vLLM, Ollama, and OpenAI-compatible gateways.
6
4
 
7
5
  ## Overview
8
6
 
9
- localclawd keeps the parts of the upstream CLI that were operationally strong and extends them for local deployment. The project is designed for users who want the same terminal-first workflow without depending on hosted Anthropic inference.
7
+ localclawd is designed for teams and individual developers who want an autonomous coding assistant in the terminal without depending on a vendor-hosted runtime. It supports local inference, project-local workflows, multimodal review when the connected model supports it, and a release/install story that works across Windows, Linux, and macOS.
8
+
9
+ The project focuses on four areas:
10
+
11
+ - Local-first model connectivity for vLLM, Ollama, and compatible APIs.
12
+ - Autonomous coding workflows with shell tools, file tools, slash commands, and agent loops.
13
+ - Project-local state and workflow scaffolding under `.localclawd/`.
14
+ - Cross-platform installation with npm, bootstrap scripts, and native release assets.
10
15
 
11
16
  ### Key additions
12
17
 
@@ -24,6 +29,17 @@ localclawd keeps the parts of the upstream CLI that were operationally strong an
24
29
  - **`/thinkharder`** — enables careful mode: the model double-checks its reasoning at each step, verifies assumptions by reading files, and queries memory more frequently. Use `/thinknormal` to return to the default pipeline.
25
30
  - **`/thinknormal`** — resets to the default pipeline. Lattice memory is fallback-only, as designed. Alias: `/tn`.
26
31
 
32
+ ## Quick start
33
+
34
+ Install the CLI, launch it in a project, and complete backend setup from inside the terminal UI:
35
+
36
+ ```bash
37
+ npm install -g localclawd
38
+ localclawd
39
+ ```
40
+
41
+ After launch, use `/setup` to configure a local or remote-compatible backend. The same flow is available later through `/config` if you need to change model, endpoint, or auth settings.
42
+
27
43
  ## Installation
28
44
 
29
45
  The bootstrap installers use a release-first strategy. They attempt to install a platform-native binary from GitHub Releases and fall back to a source checkout when no matching release asset is available yet.
@@ -42,8 +58,6 @@ Run without installing globally:
42
58
  npx localclawd --version
43
59
  ```
44
60
 
45
- The npm package name is lowercase: `localclawd`. Any mixed-case install attempt will fail because npm package names cannot contain capital letters. The published CLI command is also `localclawd`.
46
-
47
61
  ### Windows
48
62
 
49
63
  One-line install in PowerShell:
@@ -124,6 +138,35 @@ Default macOS paths:
124
138
  - Source fallback checkout: `~/.localclawd/source`
125
139
  - Source fallback launcher: `~/.local/bin/localclawd`
126
140
 
141
+ ## Core workflows
142
+
143
+ ### Backend configuration
144
+
145
+ localclawd does not require an account or managed login flow. Connect it directly to a local model server or any OpenAI-compatible endpoint.
146
+
147
+ - Use `/setup` for first-run configuration.
148
+ - Use `/config` to update provider, endpoint, model, or key later.
149
+ - Use `localclawd doctor` to verify reachability, auth, and backend health.
150
+
151
+ ### Autonomous task execution
152
+
153
+ The CLI is built for longer coding loops, not only one-shot prompts.
154
+
155
+ - `/keepgoing` continues through pending work until the model emits a completion or input-needed signal.
156
+ - `/thinkharder` increases verification rigor and model self-checking for complex changes.
157
+ - `/buddy` creates a persistent ASCII companion persona for the current session.
158
+
159
+ ### Project-local image workflow
160
+
161
+ localclawd can scaffold a reproducible local art pipeline inside each repository under `.localclawd/image-pipeline/`.
162
+
163
+ - `/images` starts the workflow with ComfyUI-first defaults.
164
+ - `/images setup pixel-art UI icons` creates prompts, helper files, config, and workflow placeholders for a concrete brief.
165
+ - `/images review stone floor texture batch` reviews the latest outputs and produces the next-pass refinement guidance.
166
+ - `/image-pipeline` exposes the full underlying skill and workflow directly.
167
+
168
+ The bundled workflow keeps prompts, generated outputs, reviews, and backend configuration inside the project. It prefers ComfyUI on `http://127.0.0.1:8188`, falls back to Automatic1111 on `http://127.0.0.1:7860`, and supports a project-defined custom command when needed. When the connected runtime supports image reads, generated images are reviewed visually rather than only by prompt text or filenames.
169
+
127
170
  ### Release asset naming
128
171
 
129
172
  The bootstrap scripts expect release assets to follow the native installer platform naming already used in the codebase:
@@ -169,16 +212,6 @@ Then run:
169
212
  localclawd
170
213
  ```
171
214
 
172
- ## Project-local image workflow
173
-
174
- localclawd can now scaffold a reproducible local art pipeline inside each repo under `.localclawd/image-pipeline/`.
175
-
176
- - Use `/images` to bootstrap the workflow quickly with ComfyUI-first defaults.
177
- - Use `/images setup pixel-art UI icons` to scaffold prompts, helper files, and workflow placeholders tailored to a concrete asset brief.
178
- - Use `/images review stone floor texture batch` to review the latest generated images and write a tighter next-pass prompt.
179
-
180
- The bundled workflow keeps prompts, generated outputs, reviews, and backend config in the project. It prefers ComfyUI on `http://127.0.0.1:8188`, falls back to Automatic1111 on `http://127.0.0.1:7860`, and can use a project-defined custom command when needed. When the current runtime supports image reads, generated images are reviewed visually instead of only by prompt text or filenames.
181
-
182
215
  ## No account required
183
216
 
184
217
  localclawd does not require any account, login, or subscription. Connect it to a local model (vLLM, Ollama) or any OpenAI-compatible endpoint and start coding immediately. Use `/setup` at any time to configure or change your backend.
@@ -189,10 +222,11 @@ If you want to use the Anthropic API directly, set `ANTHROPIC_API_KEY` in your e
189
222
 
190
223
  `v1.7.2` is live on npm. Install globally with `npm install -g localclawd` or run without installing with `npx localclawd`.
191
224
 
192
- **Recent changes**
193
- - `1.7.2` — add `/images` as a quick-start command, ship the bundled `/image-pipeline` skill, scaffold a project-local `.localclawd/image-pipeline/` workflow, include a ComfyUI helper/template set, and require visual image review when the current runtime supports image reads.
194
- - `1.7.1` ship the autonomous `/keepgoing` loop, the `/buddy` companion flow, lattice-ranked local memory fallback, and the paired `/thinkharder` / `/thinknormal` operating modes.
195
- - `1.0.0` initial public localclawd release.
225
+ Current release highlights:
226
+
227
+ - `1.7.2` adds `/images`, the bundled `/image-pipeline` workflow, project-local image pipeline scaffolding, ComfyUI helper/templates, and visual review for generated assets when the runtime supports image reads.
228
+ - `1.7.1` introduced the autonomous `/keepgoing` loop, the `/buddy` companion flow, lattice-ranked local memory fallback, and the paired `/thinkharder` / `/thinknormal` operating modes.
229
+ - `1.0.0` was the initial public release.
196
230
 
197
231
  External native update metadata is now expected under `release-manifests/`, the main verification workflow lives in `.github/workflows/ci.yml`, and the native asset publication workflow lives in `.github/workflows/publish-release-assets.yml`. See `docs/release.md` for the expected asset set and publish sequence.
198
232