claude-phone-local 2.3.1 → 2.3.2

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 (2) hide show
  1. package/README.md +22 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -42,6 +42,26 @@ generated automatically on first run.
42
42
 
43
43
  ## Quick start
44
44
 
45
+ The npm CLI is the recommended path — it installs, prompts you through 3CX/
46
+ device config, and starts everything (including the host-side Claude wrapper)
47
+ for you:
48
+
49
+ ```bash
50
+ npm install -g claude-phone-local
51
+ claude-phone setup # interactive: 3CX domain, extension, speech mode, etc.
52
+ claude-phone start # builds + launches everything, including claude-api-server
53
+ ```
54
+
55
+ When you see `✓ All services running!` with your extension listed, call it.
56
+ Full prompt-by-prompt walkthrough (3CX extension → SBC → Docker → npm install
57
+ → setup → start): **[docs/SETUP.md](docs/SETUP.md)**.
58
+
59
+ <details>
60
+ <summary>Manual / dev setup (git clone + docker compose)</summary>
61
+
62
+ For local development on this repo, or if you'd rather manage `.env` and
63
+ `docker compose` by hand instead of the CLI:
64
+
45
65
  ```bash
46
66
  git clone <your-fork> claude-phone-local
47
67
  cd claude-phone-local
@@ -76,6 +96,8 @@ When you see this, call your extension:
76
96
  [MULTI-REGISTRAR] Maya SUCCESS - Registered as ext 17512
77
97
  ```
78
98
 
99
+ </details>
100
+
79
101
  ## Architecture
80
102
 
81
103
  One container, one host process:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claude-phone-local",
3
- "version": "2.3.1",
3
+ "version": "2.3.2",
4
4
  "description": "Local/offline fork of NetworkChuck's claude-phone: talk to Claude Code over 3CX/SIP with faster-whisper STT + Piper TTS in one Docker container.",
5
5
  "type": "module",
6
6
  "bin": {