alvin-bot 4.22.1 → 4.22.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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,12 @@
2
2
 
3
3
  All notable changes to Alvin Bot are documented here.
4
4
 
5
+ ## [4.22.2] — 2026-05-11
6
+
7
+ ### Docs
8
+
9
+ - **README:** add a short, calm note in Quick Start explaining that permission prompts during first-time tool use come from Alvin himself (via the underlying agent runtime), not a third party — and that approving them expands what the bot can do autonomously while the user stays in control. Aimed at less experienced users who might otherwise dismiss legitimate prompts as suspicious.
10
+
5
11
  ## [4.22.1] — 2026-05-09
6
12
 
7
13
  ### Fixed
package/README.md CHANGED
@@ -64,6 +64,10 @@ That's it. The setup wizard validates everything:
64
64
 
65
65
  Free AI providers available — no credit card needed. **Privacy-first?** Pick the 🔒 **Offline — Gemma 4 E4B** option in setup for a fully local LLM via Ollama (macOS/Linux: automated install; Windows: manual).
66
66
 
67
+ ### 🔐 A note on permission prompts
68
+
69
+ The first time Alvin reaches for a new tool — a shell command, a file read, a web fetch — you may see a permission prompt from the underlying agent runtime asking whether to allow it. Those prompts come from Alvin himself, not from a third party. Approving one expands what he can do for you autonomously; denying keeps the scope narrow. The more you allow, the more capable and hands-off he becomes — you stay in control either way, and you can always revoke a permission later.
70
+
67
71
  ### 📘 First-time setup walkthroughs
68
72
 
69
73
  Step-by-step printable PDF guides:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alvin-bot",
3
- "version": "4.22.1",
3
+ "version": "4.22.2",
4
4
  "description": "Alvin Bot — Your personal AI agent on Telegram, WhatsApp, Discord, Signal, and Web.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",