@contextium/cli
Advanced tools
@@ -10,5 +10,5 @@ import fs from 'fs/promises'; | ||
| const API_URL = 'https://api.contextium.io/api/v1'; | ||
| // Show after this many commands (then every 30 after that, server enforces 90-day cooldown) | ||
| const FIRST_PROMPT_AT = 15; | ||
| const REPEAT_EVERY = 30; | ||
| // Show after this many commands (then every 60 after that, server enforces 90-day cooldown) | ||
| const FIRST_PROMPT_AT = 30; | ||
| const REPEAT_EVERY = 60; | ||
| // Must have been using the CLI for at least this many days before prompting | ||
@@ -15,0 +15,0 @@ const MIN_DAYS_BEFORE_FIRST = 2; |
+1
-1
| { | ||
| "name": "@contextium/cli", | ||
| "version": "1.0.34", | ||
| "version": "1.0.35", | ||
| "description": "Command-line tool for managing Contextium documentation, agents, skills, and workflows — pipe context to AI coding assistants", | ||
@@ -5,0 +5,0 @@ "keywords": [ |