@rubytech/taskmaster 1.0.41 → 1.0.42

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "1.0.41",
3
- "commit": "7babefc1bdd6098274e3cea46099e0c591d430d7",
4
- "builtAt": "2026-02-16T21:38:03.944Z"
2
+ "version": "1.0.42",
3
+ "commit": "0bb7245bb438755c6fcb527a5459e21f3c214692",
4
+ "builtAt": "2026-02-16T22:06:31.514Z"
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rubytech/taskmaster",
3
- "version": "1.0.41",
3
+ "version": "1.0.42",
4
4
  "description": "AI-powered business assistant for small businesses",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -526,6 +526,23 @@ The setup page shows a **Status Dashboard** with status indicators for each serv
526
526
 
527
527
  Each service has a refresh button (circular arrow icon) you can tap to reconnect or restart. Tap the small **(i)** button next to any service to see detailed status information.
528
528
 
529
+ ### Refresh vs. Re-pair Buttons
530
+
531
+ The status dashboard has **two different refresh mechanisms** — use the right one to avoid creating unnecessary QR codes:
532
+
533
+ **Refresh Status button (top of dashboard):**
534
+ - **What it does:** Checks all services and refreshes their connection status
535
+ - **Use when:** WhatsApp shows yellow (linked but disconnected), or any service seems stuck
536
+ - **Does NOT create a new QR code** — just refreshes the existing connection
537
+
538
+ **Circular arrow next to each service:**
539
+ - **What it does:** Resets that specific service and generates a new QR code (for WhatsApp)
540
+ - **Use when:** You need to completely re-pair WhatsApp from scratch
541
+ - **Creates a new QR code** — you'll need to scan it again
542
+
543
+ **Rule of thumb:** Try the **Refresh Status** button first. Only use the circular arrow next to WhatsApp if you need to re-pair from scratch.
544
+
545
+
529
546
  ### WhatsApp Settings
530
547
 
531
548
  When WhatsApp is connected, you'll see a small gear icon next to the WhatsApp label. Tap it to open the Public Agent Settings panel, which has three options:
@@ -589,8 +606,32 @@ Both views support **auto-follow** (keeps the view scrolled to the latest entrie
589
606
  WhatsApp is linked but the connection dropped. This often resolves itself. If not:
590
607
 
591
608
  1. Go to **http://taskmaster.local:18789/setup**
592
- 2. Tap **"Refresh Status"** — it may reconnect automatically
593
- 3. If still yellow after a minute, tap the circular arrow next to WhatsApp to relink
609
+ 2. Tap **"Refresh Status"** (top of dashboard) — it may reconnect automatically
610
+ 3. If still yellow after a minute, **then** tap the circular arrow next to WhatsApp to generate a new QR code and re-pair
611
+
612
+ > **Important:** The top Refresh Status button refreshes the existing connection without creating a new QR code. Only use the WhatsApp circular arrow button if you need to completely re-pair from scratch.
613
+
614
+
615
+
616
+ ### WhatsApp messages failing with "No sessions" or "Bad MAC" errors?
617
+
618
+ The WhatsApp connection for one of your accounts has lost sync. This can happen after a power cut, an unclean shutdown, or when WhatsApp rotates its security keys. Other accounts on the same device are not affected — only the account with the problem stops sending or receiving.
619
+
620
+ **Try a restart first:**
621
+
622
+ 1. Go to **http://taskmaster.local:18789/setup**
623
+ 2. Tap the circular arrow next to **Gateway** to restart it
624
+ 3. Wait 30 seconds — if WhatsApp reconnects and turns green, you're done
625
+
626
+ On a Raspberry Pi, you can also just unplug the device, wait 10 seconds, and plug it back in.
627
+
628
+ **If restarting doesn't fix it**, the encryption keys are permanently corrupted and need to be cleared:
629
+
630
+ 1. Select the **affected account** from the account dropdown at the top
631
+ 2. Tap **"Reset WhatsApp"** (red button) for that account
632
+ 3. **On your phone:** WhatsApp → Settings → Linked Devices
633
+ 4. **Remove** "Taskmaster" from the list for that number (if present)
634
+ 5. **Scan** the new QR code
594
635
 
595
636
  ### WhatsApp linking keeps failing?
596
637