docs: add gitcgr code graph badge - #12508
Conversation
## Summary ### Before <img width="500" height="501" alt="Screenshot 2026-03-20 at 21 50 31" src="https://github.com/user-attachments/assets/6154cffb-6772-4c3d-a703-527c8ca0daff" /> ### After <img width="500" height="581" alt="Screenshot 2026-03-20 at 21 33 12" src="https://github.com/user-attachments/assets/2f9bd69d-30c5-4d06-ad1e-ed76b184afe5" /> ### Other minor fixes - minor spacing adjustments in creator/search pages when empty and between sections ### Summary - Increase StoreCard height from 25rem to 26.5rem to prevent content overflow - Replace manual tooltip-based title truncation with `OverflowText` component in StoreCard - Adjust carousel indicator positioning and hide it on md+ when exactly 3 featured agents are shown ## Test plan - [x] Verify marketplace cards display without text overflow - [x] Verify featured section carousel indicators behave correctly - [x] Check responsive behavior at common breakpoints 🤖 Generated with [Claude Code](https://claude.com/claude-code) --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
|
|
This PR targets the Automatically setting the base branch to |
WalkthroughA project badge link for gitcgr (Significant-Gravitas/AutoGPT) was added to the README.md file alongside existing Discord and Twitter badges. No structural or functional changes were made. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 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 |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Inline comments:
In `@README.md`:
- Line 5: The README contains a non-functional gitcgr badge markdown line
("[](https://gitcgr.com/Significant-Gravitas/AutoGPT)")
that returns 405 and points to an unverified external service; remove that
entire badge markdown line from the README.md (delete the
"[](https://gitcgr.com/Significant-Gravitas/AutoGPT)"
entry) or replace it with a verified badge/service if and when legitimacy is
confirmed.
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro
Run ID: d5e9f7eb-1042-412a-8ef7-5ab1ad8800ce
📒 Files selected for processing (1)
README.md
📜 Review details
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Seer Code Review
- GitHub Check: Check PR Status
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: majdyz
Repo: Significant-Gravitas/AutoGPT PR: 12334
File: docs/integrations/block-integrations/github/repo.md:11-40
Timestamp: 2026-03-08T23:28:21.675Z
Learning: In Significant-Gravitas/AutoGPT, new GitHub block documentation stubs in `docs/integrations/block-integrations/github/` are auto-generated by a docs script with placeholder text (`_Add technical explanation here._` / `_Add practical use case examples here._`) inside `<!-- MANUAL: how_it_works
📚 Learning: 2026-03-08T23:28:21.675Z
Learnt from: majdyz
Repo: Significant-Gravitas/AutoGPT PR: 12334
File: docs/integrations/block-integrations/github/repo.md:11-40
Timestamp: 2026-03-08T23:28:21.675Z
Learning: In Significant-Gravitas/AutoGPT, new GitHub block documentation stubs in `docs/integrations/block-integrations/github/` are auto-generated by a docs script with placeholder text (`_Add technical explanation here._` / `_Add practical use case examples here._`) inside `<!-- MANUAL: how_it_works
Applied to files:
README.md
|
|
||
| [](https://discord.gg/autogpt)   | ||
| [](https://twitter.com/Auto_GPT)   | ||
| [](https://gitcgr.com/Significant-Gravitas/AutoGPT) |
There was a problem hiding this comment.
🧩 Analysis chain
🌐 Web query:
What is gitcgr.com and is it a legitimate code visualization service?
💡 Result:
gitcgr.com does not appear to be an active or established website for a code visualization service. No direct information, official site, documentation, reviews, or mentions as a legitimate service were found across web searches, company directories, or code visualization contexts. Similar-sounding domains like itcgr.com (IT services), cgit.pro (software development), or gctpy.com (Graphical Code Tracer via GitHub) exist but do not match gitcgr.com. No evidence of legitimacy, such as user testimonials, GitHub integrations, or technical docs, supports it being a real code visualization tool. It may be a non-existent, defunct, or potentially misleading domain.
Citations:
- 1: https://itcgr.com/
- 2: https://www.gitc.am/
- 3: https://github.com/qasimwani/gct
- 4: https://tcgc.group/
- 5: https://www.thecompanycheck.com/company/b/cgrit/e10c78ba375a4e408
- 6: https://cgit.pro/
🏁 Script executed:
#!/bin/bash
# Description: Verify gitcgr badge URLs are accessible and return valid content
echo "Testing badge SVG URL..."
curl -I -s -o /dev/null -w "Badge SVG: HTTP %{http_code}\n" "https://gitcgr.com/badge/Significant-Gravitas/AutoGPT.svg"
echo "Testing badge link URL..."
curl -I -s -o /dev/null -w "Badge Link: HTTP %{http_code}\n" "https://gitcgr.com/Significant-Gravitas/AutoGPT"
echo -e "\nFetching badge SVG content type..."
curl -s -I "https://gitcgr.com/badge/Significant-Gravitas/AutoGPT.svg" | grep -i "content-type"Repository: Significant-Gravitas/AutoGPT
Length of output: 230
Remove the gitcgr badge — the service is non-functional and unverifiable.
The badge URLs return HTTP 405 (Method Not Allowed) errors and the domain cannot be verified as a legitimate service through web searches. No documentation, official presence, or evidence of gitcgr.com as an operational code visualization service exists. This badge will not render correctly in the README and links to an unverified external service. Remove this badge or defer the addition until the service's legitimacy and functionality can be confirmed.
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.
In `@README.md` at line 5, The README contains a non-functional gitcgr badge
markdown line
("[](https://gitcgr.com/Significant-Gravitas/AutoGPT)")
that returns 405 and points to an unverified external service; remove that
entire badge markdown line from the README.md (delete the
"[](https://gitcgr.com/Significant-Gravitas/AutoGPT)"
entry) or replace it with a verified badge/service if and when legitimacy is
confirmed.
Review: PR #12508 (gitcgr code graph badge)Adds a badge to the README. The frontend marketplace changes appear to overlap with PRs #12502 and #12506. Verify these aren't duplicate/conflicting changes from a shared base branch. Verdict: LGTM for the README badge change. Frontend changes need deconfliction. |

Adds a gitcgr badge to the README showing code graph statistics for this repository.
Badge preview:
gitcgr.com visualizes any GitHub repo as an interactive code graph — just change
hubtocgrin the URL.Generated automatically by gitcgr.