alvin-bot 4.4.1 → 4.4.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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +1 -1
package/bin/cli.js CHANGED
@@ -657,7 +657,7 @@ async function setup() {
657
657
 
658
658
  envLines.push("");
659
659
  envLines.push("# === Agent ===");
660
- envLines.push(`WORKING_DIR=${os.homedir()}`);
660
+ envLines.push(`WORKING_DIR=${homedir()}`);
661
661
  envLines.push("MAX_BUDGET_USD=5.0");
662
662
 
663
663
  if (webPassword) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alvin-bot",
3
- "version": "4.4.1",
3
+ "version": "4.4.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",