walkietalkiebot 0.3.5 → 0.3.6
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 +2 -2
- package/package.json +1 -1
- package/skills/launch-voice/SKILL.md +1 -2
package/README.md
CHANGED
|
@@ -35,9 +35,9 @@ The full server gives you the web UI, voice interface, Telegram bot, and everyth
|
|
|
35
35
|
npx walkietalkiebot
|
|
36
36
|
```
|
|
37
37
|
|
|
38
|
-
This starts the
|
|
38
|
+
This starts the server and opens `http://localhost:5173` in your browser.
|
|
39
39
|
|
|
40
|
-
> Requires Chrome or Edge for voice (Web Speech API
|
|
40
|
+
> Requires Chrome or Edge for voice (Web Speech API).
|
|
41
41
|
|
|
42
42
|
## What You Get
|
|
43
43
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "walkietalkiebot",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.6",
|
|
4
4
|
"description": "Walkie Talkie Bot — a voice-first AI assistant for Claude Code. Use as a Claude Code plugin (30 MCP tools + 5 skills, offline SQLite) or full server (web UI, 6 retro themes, voice, Telegram)",
|
|
5
5
|
"homepage": "https://walkietalkie.bot",
|
|
6
6
|
"repository": {
|
|
@@ -12,13 +12,12 @@ Start the Walkie Talkie Bot web server and open the voice interface in the brows
|
|
|
12
12
|
|
|
13
13
|
1. Check if WTB is already running with `get_wtb_status`
|
|
14
14
|
2. If not running, use `launch_wtb` to start the server and open the browser
|
|
15
|
-
3. Tell the user the URL (typically
|
|
15
|
+
3. Tell the user the URL (typically http://localhost:5173)
|
|
16
16
|
|
|
17
17
|
## Requirements
|
|
18
18
|
|
|
19
19
|
- The `walkietalkiebot` npm package must be installed globally or available via npx
|
|
20
20
|
- Chrome or Edge is recommended (Web Speech API support)
|
|
21
|
-
- The browser will show a certificate warning on first visit (self-signed cert)
|
|
22
21
|
|
|
23
22
|
## If Not Installed
|
|
24
23
|
|