hedgequantx 2.9.5 → 2.9.7

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hedgequantx",
3
- "version": "2.9.5",
3
+ "version": "2.9.7",
4
4
  "description": "HedgeQuantX - Prop Futures Trading CLI",
5
5
  "main": "src/app.js",
6
6
  "bin": {
@@ -243,9 +243,9 @@ const handleUpdate = async () => {
243
243
  spinner.succeed(`UPDATED TO V${latestVersion}!`);
244
244
  console.log(chalk.green('\n ✓ UPDATE SUCCESSFUL!'));
245
245
  console.log(chalk.yellow('\n Please restart HQX to use the new version.'));
246
- console.log(chalk.cyan(' Run: hqx'));
246
+ console.log(chalk.cyan(' Run: hqx\n'));
247
+ await prompts.waitForEnter('Press Enter to exit...');
247
248
  console.log();
248
- await prompts.waitForEnter();
249
249
  process.exit(0);
250
250
 
251
251
  } catch (error) {
@@ -44,7 +44,7 @@ const checkCliproxyRunning = async () => {
44
44
  * API endpoints for direct API key providers
45
45
  */
46
46
  const API_CHAT_ENDPOINTS = {
47
- minimax: 'https://api.minimax.io/v1/chat/completions',
47
+ minimax: 'https://api.minimaxi.chat/v1/chat/completions',
48
48
  deepseek: 'https://api.deepseek.com/v1/chat/completions',
49
49
  mistral: 'https://api.mistral.ai/v1/chat/completions',
50
50
  xai: 'https://api.x.ai/v1/chat/completions',