walkietalkiebot 0.3.2 → 0.3.4

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/dist/index.html CHANGED
@@ -5,8 +5,8 @@
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <meta name="description" content="Walkie Talkie Bot — a voice-first AI assistant for Claude Code. Talk instead of type." />
7
7
  <title>Walkie Talkie Bot</title>
8
- <script type="module" crossorigin src="/assets/index-BB7U7t6i.js"></script>
9
- <link rel="stylesheet" crossorigin href="/assets/index-B3_UIunB.css">
8
+ <script type="module" crossorigin src="/assets/index-DfHSfs4F.js"></script>
9
+ <link rel="stylesheet" crossorigin href="/assets/index-PylgfeMo.css">
10
10
  </head>
11
11
  <body>
12
12
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "walkietalkiebot",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
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": {
@@ -9,6 +9,7 @@
9
9
  },
10
10
  "type": "module",
11
11
  "bin": {
12
+ "walkietalkiebot": "bin/wtb.js",
12
13
  "wtb": "bin/wtb.js",
13
14
  "wtb-server": "bin/wtb-server.js",
14
15
  "wtb-mcp": "mcp-server/dist/index.js"