localclawd 1.1.21 → 1.1.23
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 -1
- package/dist/cli.mjs +8888 -9892
- package/package.json +138 -138
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
***BROKEN AT THE MOMENT, I NEED MORE TOKENS!***
|
|
2
|
+
|
|
1
3
|
# localclawd
|
|
2
4
|
|
|
3
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.
|
|
@@ -291,4 +293,4 @@ During first-run setup, localclawd asks for a compact context window cap. Use th
|
|
|
291
293
|
|
|
292
294
|
## Repository
|
|
293
295
|
|
|
294
|
-
Primary repository target: https://github.com/chromebookwiz/localclawd
|
|
296
|
+
Primary repository target: https://github.com/chromebookwiz/localclawd
|