chore: publish @gitlawb/openclaude package

This commit is contained in:
Kevin
2026-04-01 10:52:59 +08:00
parent 770e16dadb
commit 958f8c1869
2 changed files with 15 additions and 4 deletions

View File

@@ -13,7 +13,7 @@ All of Claude Code's tools work — bash, file read/write/edit, grep, glob, agen
### Option A: npm (recommended)
```bash
npm install -g openclaude
npm install -g @gitlawb/openclaude
```
### Option B: From source (requires Bun)
@@ -68,6 +68,8 @@ node dist/cli.mjs
That's it. The tool system, streaming, file editing, multi-step reasoning — everything works through the model you picked.
The npm package name is `@gitlawb/openclaude`, but the installed CLI command is still `openclaude`.
---
## Provider Examples