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.
Files changed (3) hide show
  1. package/README.md +4 -4
  2. package/dist/index.js +350 -348
  3. 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. Set your key (or use Claude Code subscription — auto-detected)
16
- set ANTHROPIC_API_KEY=sk-ant-...
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. Configure sua chave (ou use assinatura Claude Code detectada automaticamente)
106
- set ANTHROPIC_API_KEY=sk-ant-...
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