@clawchatsai/connector 0.0.89 → 0.0.90
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/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -1285,6 +1285,7 @@ const plugin = {
|
|
|
1285
1285
|
const cmd = ctx.program.command('clawchats');
|
|
1286
1286
|
cmd.command('setup <token>')
|
|
1287
1287
|
.description('Set up ClawChats with a setup token (use --skip-totp for agent-driven installs)')
|
|
1288
|
+
.allowUnknownOption()
|
|
1288
1289
|
.action((token) => handleSetup(String(token), { skipTotp: process.argv.includes('--skip-totp') }));
|
|
1289
1290
|
cmd.command('status')
|
|
1290
1291
|
.description('Show ClawChats connection status')
|