free-coding-models 0.1.69 → 0.1.71

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/README.md CHANGED
@@ -196,7 +196,7 @@ Use `↑↓` arrows to select, `Enter` to confirm. Then the TUI launches with yo
196
196
 
197
197
  **How it works:**
198
198
  1. **Ping phase** — All enabled models are pinged in parallel (up to 150 across 19 providers)
199
- 2. **Continuous monitoring** — Models are re-pinged every 60 seconds forever
199
+ 2. **Continuous monitoring** — Models are re-pinged every 3 seconds forever
200
200
  3. **Real-time updates** — Watch "Latest", "Avg", and "Up%" columns update live
201
201
  4. **Select anytime** — Use ↑↓ arrows to navigate, press Enter on a model to act
202
202
  5. **Smart detection** — Automatically detects if NVIDIA NIM is configured in OpenCode or OpenClaw
@@ -722,7 +722,7 @@ This script:
722
722
  │ 1. Enter alternate screen buffer (like vim/htop/less) │
723
723
  │ 2. Ping ALL models in parallel │
724
724
  │ 3. Display real-time table with Latest/Avg/Stability/Up% │
725
- │ 4. Re-ping ALL models every 60 seconds (forever) │
725
+ │ 4. Re-ping ALL models every 3 seconds (forever) │
726
726
  │ 5. Update rolling averages + stability scores per model │
727
727
  │ 6. User can navigate with ↑↓ and select with Enter │
728
728
  │ 7. On Enter (OpenCode): set model, launch OpenCode │
@@ -807,7 +807,7 @@ This script:
807
807
 
808
808
  **Configuration:**
809
809
  - **Ping timeout**: 15 seconds per attempt (slow models get more time)
810
- - **Ping interval**: 60 seconds between complete re-pings of all models (adjustable with W/X keys)
810
+ - **Ping interval**: 3 seconds between complete re-pings of all models (adjustable with W/X keys)
811
811
  - **Monitor mode**: Interface stays open forever, press Ctrl+C to exit
812
812
 
813
813
  **Flags:**
@@ -720,7 +720,7 @@ const ALT_HOME = '\x1b[H'
720
720
  // 📖 This allows easy addition of new model sources beyond NVIDIA NIM
721
721
 
722
722
  const PING_TIMEOUT = 15_000 // 📖 15s per attempt before abort - slow models get more time
723
- const PING_INTERVAL = 60_000 // 📖 60s between pings — avoids provider rate-limit bans
723
+ const PING_INTERVAL = 3_000 // 📖 3s between pings — faster feedback for model selection
724
724
 
725
725
  const FPS = 12
726
726
  const COL_MODEL = 22
@@ -1301,7 +1301,6 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
1301
1301
  chalk.dim(' • ') +
1302
1302
  '🤝 ' +
1303
1303
  chalk.rgb(255, 165, 0)('\x1b]8;;https://github.com/vava-nessa/free-coding-models/graphs/contributors\x1b\\Contributors\x1b]8;;\x1b\\') +
1304
- chalk.dim(' (vava-nessa • erwinh22 • whit3rabbit • skylaweber)') +
1305
1304
  chalk.dim(' • ') +
1306
1305
  '💬 ' +
1307
1306
  chalk.rgb(200, 150, 255)('\x1b]8;;https://discord.gg/5MbTnDC3Md\x1b\\Discord\x1b]8;;\x1b\\') +
@@ -1310,6 +1309,7 @@ function renderTable(results, pendingPings, frame, cursor = null, sortColumn = '
1310
1309
  chalk.dim(' • ') +
1311
1310
  chalk.dim('Ctrl+C Exit')
1312
1311
  )
1312
+ lines.push(chalk.dim(' (vava-nessa • erwinh22 • whit3rabbit • skylaweber)'))
1313
1313
  lines.push('')
1314
1314
  // 📖 Append \x1b[K (erase to EOL) to each line so leftover chars from previous
1315
1315
  // 📖 frames are cleared. Then pad with blank cleared lines to fill the terminal,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-coding-models",
3
- "version": "0.1.69",
3
+ "version": "0.1.71",
4
4
  "description": "Find the fastest coding LLM models in seconds — ping free models from multiple providers, pick the best one for OpenCode, Cursor, or any AI coding assistant.",
5
5
  "keywords": [
6
6
  "nvidia",