Add aifast.club - 国内直连全球572个AI模型的中转站#5
Conversation
📝 WalkthroughWalkthroughThis pull request updates the README documentation for an awesome list of Claude code relay services. A new relay service (Aifast Club) is added to the recommendation ranking table, and header content with monitoring information is duplicated in the document structure, extending the README with additional content sections. ChangesDocumentation Service List Expansion
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Warning |
There was a problem hiding this comment.
Actionable comments posted: 2
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
README.md (1)
196-387:⚠️ Potential issue | 🟠 Major | ⚡ Quick winRemove the accidentally duplicated trailing README content.
From Line 196 onward, the document repeats top badges and reintroduces sections that already exist above, creating duplicate structure and conflicting navigation anchors. This should be trimmed so the README has a single canonical flow.
✂️ Proposed fix
- [](https://www.80aj.com/llm-monitor/) - [](https://www.80aj.com/llm-monitor/) - []() - []() - ... - ## 📊 中转站推荐榜 - ... - ## 🔧 Claude Code 配置 - ... - ## ⭐ Star History - ... - **关键词**:Claude Code, ... + **关键词**:Claude Code, Claude API, API 中转站, Claude 代理, Anthropic API, Claude Sonnet, Claude Haiku, Claude Opus, AI 编程助手, 大模型 API, LLM API, Claude Code 配置, Claude Code 教程, Claude Code 中转, Claude API 国内, Claude API 代理, Claude API 便宜, Claude Code 省钱, awesome claude code🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the rest with a brief reason, keep changes minimal, and validate. In `@README.md` around lines 196 - 387, The README contains a duplicated trailing block starting at the repeated badges and sections (e.g., the repeated "实时监控面板", "📊 中转站推荐榜", "🔧 Claude Code 配置" headings and top badges); remove the duplicated copy so only the first canonical occurrence of those badges and sections remains, trimming everything from the start of the repeated badges/heading block through its repeated end, and ensure links/anchors (like the monitor link https://www.80aj.com/llm-monitor/ and headings such as "🧪 连通性测试", "❓ FAQ") are preserved only once.
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Around line 198-199: The two badge markdown lines
"[]()" and
"[]()" have empty link
targets; replace the trailing empty parentheses with valid URLs (for example the
repo release/commit page or LICENSE file) or remove the link wrapper so the
badges are image-only (e.g., change ]() to ] or to ](https://your-valid-url)
depending on whether you want the badge clickable); update the two badge lines
accordingly.
- Line 194: The "关键词" line contains a malformed fragment "awesome claude code#
awesome-claude-code-relay" that breaks markdown/readability; edit that line to
remove or split the stray heading fragment by either deleting the "#
awesome-claude-code-relay" part or moving it to its own standalone heading
(e.g., as a proper markdown heading) and ensure the remaining keywords stay
comma-separated — locate the exact string "awesome claude code#
awesome-claude-code-relay" and correct it.
---
Outside diff comments:
In `@README.md`:
- Around line 196-387: The README contains a duplicated trailing block starting
at the repeated badges and sections (e.g., the repeated "实时监控面板", "📊 中转站推荐榜",
"🔧 Claude Code 配置" headings and top badges); remove the duplicated copy so only
the first canonical occurrence of those badges and sections remains, trimming
everything from the start of the repeated badges/heading block through its
repeated end, and ensure links/anchors (like the monitor link
https://www.80aj.com/llm-monitor/ and headings such as "🧪 连通性测试", "❓ FAQ") are
preserved only once.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
|
|
||
| --- | ||
|
|
||
| **关键词**:Claude Code, Claude API, API 中转站, Claude 代理, Anthropic API, Claude Sonnet, Claude Haiku, Claude Opus, AI 编程助手, 大模型 API, LLM API, Claude Code 配置, Claude Code 教程, Claude Code 中转, Claude API 国内, Claude API 代理, Claude API 便宜, Claude Code 省钱, awesome claude code# awesome-claude-code-relay |
There was a problem hiding this comment.
Fix the malformed keyword line at Line 194.
awesome claude code# awesome-claude-code-relay appears concatenated and breaks readability/markdown structure. Split/remove the stray heading fragment.
📝 Proposed fix
- **关键词**:..., Claude Code 省钱, awesome claude code# awesome-claude-code-relay
+ **关键词**:..., Claude Code 省钱, awesome claude code📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| **关键词**:Claude Code, Claude API, API 中转站, Claude 代理, Anthropic API, Claude Sonnet, Claude Haiku, Claude Opus, AI 编程助手, 大模型 API, LLM API, Claude Code 配置, Claude Code 教程, Claude Code 中转, Claude API 国内, Claude API 代理, Claude API 便宜, Claude Code 省钱, awesome claude code# awesome-claude-code-relay | |
| **关键词**:Claude Code, Claude API, API 中转站, Claude 代理, Anthropic API, Claude Sonnet, Claude Haiku, Claude Opus, AI 编程助手, 大模型 API, LLM API, Claude Code 配置, Claude Code 教程, Claude Code 中转, Claude API 国内, Claude API 代理, Claude API 便宜, Claude Code 省钱, awesome claude code |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 194, The "关键词" line contains a malformed fragment "awesome
claude code# awesome-claude-code-relay" that breaks markdown/readability; edit
that line to remove or split the stray heading fragment by either deleting the
"# awesome-claude-code-relay" part or moving it to its own standalone heading
(e.g., as a proper markdown heading) and ensure the remaining keywords stay
comma-separated — locate the exact string "awesome claude code#
awesome-claude-code-relay" and correct it.
| []() | ||
| []() |
There was a problem hiding this comment.
Replace empty link targets on badges (MD042).
At Line 198 and Line 199, badge links use empty URLs (), which creates broken markdown links.
🔗 Proposed fix
- []()
- []()
+ [](https://github.com/cfrs2005/awesome-claude-code-relay)
+ [](./LICENSE)📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| []() | |
| []() | |
| [](https://github.com/cfrs2005/awesome-claude-code-relay) | |
| [](./LICENSE) |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 198-198: No empty links
(MD042, no-empty-links)
[warning] 199-199: No empty links
(MD042, no-empty-links)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` around lines 198 - 199, The two badge markdown lines
"[]()" and
"[]()" have empty link
targets; replace the trailing empty parentheses with valid URLs (for example the
repo release/commit page or LICENSE file) or remove the link wrapper so the
badges are image-only (e.g., change ]() to ] or to ](https://your-valid-url)
depending on whether you want the badge clickable); update the two badge lines
accordingly.
Summary by CodeRabbit