claudmax 1.0.16 → 1.0.18

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/claudmax.js CHANGED
@@ -94,6 +94,8 @@ async function cmdConfigure() {
94
94
  printBanner();
95
95
  console.log(`${BOLD}Configure your ClaudMax API key${RESET}`);
96
96
  console.log('');
97
+ console.log(`${CYAN}Get Your API Key: https://www.claudmax.pro/support${RESET}`);
98
+ console.log('');
97
99
 
98
100
  const config = getConfig();
99
101
  if (config?.apiKey) {
Binary file
package/index.js CHANGED
@@ -80,7 +80,7 @@ function verifyConnection(apiKey) {
80
80
  method: 'POST',
81
81
  headers: {
82
82
  'Content-Type': 'application/json',
83
- 'User-Agent': 'ClaudMax-CLI/1.0.15',
83
+ 'User-Agent': 'ClaudMax-CLI/1.0.18',
84
84
  },
85
85
  timeout: 15000,
86
86
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "claudmax",
3
- "version": "1.0.16",
3
+ "version": "1.0.18",
4
4
  "description": "ClaudMax CLI — Configure Claude Code, Cursor, Windsurf, Cline, and Roo Code to use ClaudMax API gateway with one command",
5
5
  "main": "index.js",
6
6
  "bin": {