delimit-cli 4.1.36 → 4.1.37

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/delimit-cli.js +14 -0
  2. package/package.json +1 -1
@@ -3850,6 +3850,20 @@ program
3850
3850
  console.log(chalk.dim(` Tier: pro`));
3851
3851
  if (customerEmail) console.log(chalk.dim(` Email: ${customerEmail}`));
3852
3852
  console.log('');
3853
+
3854
+ // Activation telemetry — notify the team
3855
+ try {
3856
+ await axios.post('https://delimit.ai/api/activation', {
3857
+ event: 'license_activated',
3858
+ license_id: licenseId,
3859
+ email: customerEmail,
3860
+ machine_hash: machineHash,
3861
+ version: require('../package.json').version,
3862
+ platform: process.platform,
3863
+ node_version: process.version,
3864
+ activated_at: new Date().toISOString(),
3865
+ }, { timeout: 5000 }).catch(() => {});
3866
+ } catch {}
3853
3867
  });
3854
3868
 
3855
3869
  // ---------------------------------------------------------------------------
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "delimit-cli",
3
3
  "mcpName": "io.github.delimit-ai/delimit-mcp-server",
4
- "version": "4.1.36",
4
+ "version": "4.1.37",
5
5
  "description": "Unify Claude Code, Codex, Cursor, and Gemini CLI with persistent context, governance, and multi-model debate.",
6
6
  "main": "index.js",
7
7
  "files": [