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.
- package/bin/squidclaw.js +1 -0
- 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) {
|