free-coding-models 0.3.35 → 0.3.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.
package/CHANGELOG.md CHANGED
@@ -1,6 +1,15 @@
1
1
  # Changelog
2
2
  ---
3
3
 
4
+ ## [0.3.37] - 2026-04-07
5
+
6
+ ### Changed
7
+ - **Removed X/Twitter references** — no more `🐦 Follow me on X` links in README and TUI footer
8
+ - **Discord link more prominent** in TUI footer (replaced X banner)
9
+ - **README navigation bar** — now links all 10 sections (Why, Quick Start, Providers, Usage, TUI Keys, Features, Contributing, Licensing, Security, Support, License)
10
+ - **Deleted accidental `echo` file** from repo
11
+ - 238 models across 25 providers
12
+
4
13
  ## [0.3.35] - 2026-04-07
5
14
 
6
15
  ### Added
package/README.md CHANGED
@@ -12,10 +12,6 @@
12
12
 
13
13
  <h1 align="center">free-coding-models</h1>
14
14
 
15
- <p align="center">
16
- 🐦 Follow me on <a href="https://x.com/vavanessadev"><strong>X (@vavanessadev)</strong></a> 💖
17
- </p>
18
-
19
15
  <p align="center">
20
16
  <strong>Find the fastest free coding model in seconds</strong><br>
21
17
  <sub>Ping 238 models across 25 AI Free providers in real-time </sub><br><sub> Install Free API endpoints to your favorite AI coding tool: <br>📦 OpenCode, 🦞 OpenClaw, 💘 Crush, 🪿 Goose, 🛠 Aider, 🐉 Qwen Code, 🤲 OpenHands, ⚡ Amp, π Pi, 🦘 Rovo or ♊ Gemini in one keystroke</sub>
@@ -35,12 +31,17 @@ create a free account on one of the [providers](#-list-of-free-ai-providers)
35
31
  </p>
36
32
 
37
33
  <p align="center">
38
- <a href="#-why-this-tool">Why</a> •
39
- <a href="#-quick-start">Quick Start</a> •
40
- <a href="#-list-of-free-ai-providers">Providers</a> •
41
- <a href="#-usage">Usage</a> •
42
- <a href="#-tui-keys">TUI Keys</a> •
43
- <a href="#-contributing">Contributing</a>
34
+ <a href="#-why-this-tool">💡 Why</a> •
35
+ <a href="#-quick-start">⚡ Quick Start</a> •
36
+ <a href="#-list-of-free-ai-providers">🟢 Providers</a> •
37
+ <a href="#-usage">🚀 Usage</a> •
38
+ <a href="#-tui-keys">⌨️ TUI Keys</a> •
39
+ <a href="#-features">✨ Features</a>
40
+ <a href="#-contributing">📋 Contributing</a> •
41
+ <a href="#️-model-licensing--commercial-use">⚖️ Licensing</a> •
42
+ <a href="#️-security--trust">🛡️ Security</a> •
43
+ <a href="#-support">📧 Support</a> •
44
+ <a href="#-license">📄 License</a>
44
45
  </p>
45
46
 
46
47
  <p align="center">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "free-coding-models",
3
- "version": "0.3.35",
3
+ "version": "0.3.37",
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",
@@ -882,12 +882,6 @@ export function renderTable(results, pendingPings, frame, cursor = null, sortCol
882
882
  ? chalk.rgb(255, 182, 193)(`Last release: ${lastReleaseDate}`)
883
883
  : ''
884
884
 
885
- const xSupportBg = chalk.bgRgb(140, 0, 80).rgb(255, 255, 255).bold('🐦 Follow me on X: ') +
886
- '\x1b]8;;https://x.com/vavanessadev\x1b\\' +
887
- chalk.bgRgb(140, 0, 80).rgb(255, 200, 50).bold('@vavanessadev') +
888
- '\x1b]8;;\x1b\\' +
889
- chalk.bgRgb(140, 0, 80).rgb(255, 255, 255).bold(' to check my other projects! 💖')
890
-
891
885
  lines.push(
892
886
  ' ' + themeColors.hotkey('N') + themeColors.dim(' Changelog') +
893
887
  (filterBadge
@@ -895,8 +889,7 @@ export function renderTable(results, pendingPings, frame, cursor = null, sortCol
895
889
  : '') +
896
890
  themeColors.dim(' • ') +
897
891
  themeColors.dim('Ctrl+C Exit') +
898
- (releaseLabel ? themeColors.dim(' • ') + releaseLabel : '') +
899
- themeColors.dim(' • ') + xSupportBg
892
+ (releaseLabel ? themeColors.dim(' • ') + releaseLabel : '')
900
893
  )
901
894
 
902
895
  // 📖 Discord link at the very bottom of the TUI