smolerclaw 1.3.5 → 1.4.0
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 +4 -4
- package/dist/index.js +350 -348
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ One binary, zero config, full TUI.
|
|
|
12
12
|
## Quick Start
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
|
-
# 1.
|
|
16
|
-
|
|
15
|
+
# 1. Have Claude Code installed with a Pro/Max subscription
|
|
16
|
+
# (credentials auto-detected from ~/.claude/.credentials.json)
|
|
17
17
|
|
|
18
18
|
# 2. Run
|
|
19
19
|
bun run start
|
|
@@ -102,8 +102,8 @@ Um binario, zero configuracao, TUI completa.
|
|
|
102
102
|
## Inicio Rapido
|
|
103
103
|
|
|
104
104
|
```bash
|
|
105
|
-
# 1.
|
|
106
|
-
|
|
105
|
+
# 1. Tenha o Claude Code instalado com assinatura Pro/Max
|
|
106
|
+
# (credenciais detectadas automaticamente de ~/.claude/.credentials.json)
|
|
107
107
|
|
|
108
108
|
# 2. Rode
|
|
109
109
|
bun run start
|