@rubytech/taskmaster 1.0.12 → 1.0.14
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/build-info.json +3 -3
- package/dist/control-ui/assets/{index-D8ayJUWC.js → index-Cdd801b1.js} +167 -148
- package/dist/control-ui/assets/index-Cdd801b1.js.map +1 -0
- package/dist/control-ui/index.html +1 -1
- package/package.json +1 -1
- package/taskmaster-docs/USER-GUIDE.md +5 -3
- package/dist/control-ui/assets/index-D8ayJUWC.js.map +0 -1
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
<title>Taskmaster Control</title>
|
|
7
7
|
<meta name="color-scheme" content="dark light" />
|
|
8
8
|
<link rel="icon" type="image/png" href="./favicon.png" />
|
|
9
|
-
<script type="module" crossorigin src="./assets/index-
|
|
9
|
+
<script type="module" crossorigin src="./assets/index-Cdd801b1.js"></script>
|
|
10
10
|
<link rel="stylesheet" crossorigin href="./assets/index-dMMqL7A5.css">
|
|
11
11
|
</head>
|
|
12
12
|
<body>
|
package/package.json
CHANGED
|
@@ -29,7 +29,7 @@ Then open your web browser on any device connected to the same WiFi and go to:
|
|
|
29
29
|
|
|
30
30
|
**http://taskmaster.local:18789**
|
|
31
31
|
|
|
32
|
-
### Option B: Install on a Raspberry Pi yourself
|
|
32
|
+
### Option B: Install on a Raspberry Pi (or any Linux OS) yourself
|
|
33
33
|
|
|
34
34
|
You'll need a Raspberry Pi running Raspberry Pi OS with an internet connection (ethernet or WiFi).
|
|
35
35
|
|
|
@@ -210,7 +210,9 @@ You can add more admin numbers on the **Admins** page — for example, your pers
|
|
|
210
210
|
|
|
211
211
|
## Using Your Assistant
|
|
212
212
|
|
|
213
|
-
Once setup is complete
|
|
213
|
+
Once setup is complete, **open the Chat page and say hello**. Your assistant will introduce itself and ask a few questions about you and your business — this is how it learns who you are and what you do. A simple "hi" is all it takes to get started.
|
|
214
|
+
|
|
215
|
+
After that first conversation:
|
|
214
216
|
|
|
215
217
|
- **Customers message your WhatsApp** → The public assistant responds automatically
|
|
216
218
|
- **You open the Chat page** → You're talking to your admin assistant directly
|
|
@@ -839,7 +841,7 @@ You need the IP address to connect from another device on your network (e.g., SS
|
|
|
839
841
|
- **After install (custom port):** Run `ping -c 1 taskmaster-19000.local` — when using `--port 19000`, the hostname includes the port
|
|
840
842
|
- **Router:** Check your router's admin page (usually `192.168.1.1`) — look for a device called "taskmaster" or "raspberrypi" in the connected devices list
|
|
841
843
|
|
|
842
|
-
Once you have the IP, you can access the setup page at `http://<your-pi-ip>:18789/setup` or connect via SSH with `ssh
|
|
844
|
+
Once you have the IP, you can access the setup page at `http://<your-pi-ip>:18789/setup` or connect via SSH with `ssh admin@<your-pi-ip>`.
|
|
843
845
|
|
|
844
846
|
---
|
|
845
847
|
|