squidclaw 0.4.3 → 0.4.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.
Files changed (2) hide show
  1. package/bin/squidclaw.js +1 -0
  2. package/package.json +1 -1
package/bin/squidclaw.js CHANGED
@@ -529,6 +529,7 @@ program
529
529
  if (!agentId) { console.log('No agents found. Run: squidclaw hatch'); return; }
530
530
  await hatchTUI(agentId);
531
531
  });
532
+ import { registerUninstallCommand } from "../lib/cli/uninstall-cmd.js";
532
533
  registerUninstallCommand(program);
533
534
  // Auto-hatch on first run (no args)
534
535
  if (process.argv.length <= 2) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "squidclaw",
3
- "version": "0.4.3",
3
+ "version": "0.4.4",
4
4
  "description": "🦑 AI agent platform — human-like agents for WhatsApp, Telegram & more",
5
5
  "main": "lib/engine.js",
6
6
  "bin": {