Skip to content

chore(readme): Update README with new videos #410

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Jul 30, 2025
Merged

Conversation

msukkari
Copy link
Contributor

@msukkari msukkari commented Jul 29, 2025

Summary by CodeRabbit

  • Documentation
    • Updated the README with expanded feature descriptions, new images, and clearer demo links.
    • Improved deployment instructions and updated documentation links.
    • Removed the Discord badge and made minor formatting adjustments.
    • Updated the changelog to reflect README changes.
    • Replaced an externally hosted video with a locally stored video for the Code Navigation feature demonstration.

@msukkari msukkari requested a review from brendan-kellam July 29, 2025 18:35
Copy link

coderabbitai bot commented Jul 29, 2025

Warning

Rate limit exceeded

@msukkari has exceeded the limit for the number of commits or files that can be reviewed per hour. Please wait 23 minutes and 16 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

📥 Commits

Reviewing files that changed from the base of the PR and between 090c277 and eff4e53.

📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • README.md (3 hunks)

Walkthrough

A new entry was added to the changelog documenting README updates. The README itself was revised to rename and update demo links, remove the Discord badge, expand and restructure the introduction and features sections, update deployment and configuration links, and adjust formatting and section headings. Additionally, a video source URL in the documentation was changed from an external to a local path. No code or functional changes were made.

Changes

Cohort / File(s) Change Summary
Changelog Update
CHANGELOG.md
Added a line in the "Unreleased" section noting the README update with new features and videos (referencing PR #410).
README Restructure
README.md
Renamed demo links, removed Discord badge, expanded introduction, restructured features section, updated deployment/configuration links, and made formatting adjustments.
Documentation Video Update
docs/docs/overview.mdx
Changed the "Code Navigation" feature video source URL from an external link to a local video file path.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐇
I nibbled the README, neat and new,
With shiny links and features in view.
The Discord badge hopped away,
While demos and docs now lead the way.
A changelog nibble, a README delight—
Sourcebot’s garden grows ever bright!
🌱✨

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch msukkarieh/README

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.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

This comment has been minimized.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 0

🧹 Nitpick comments (2)
README.md (2)

60-65: Replace bare URLs with Markdown images to satisfy MD034 and improve readability

markdownlint flags these two naked URLs. Turning them into proper image embeds keeps the visual intent while silencing the linter.

-https://github.com/user-attachments/assets/feb82cde-51fc-42f9-830d-8f149d328a0b
+![Ask Sourcebot demo](https://github.com/user-attachments/assets/feb82cde-51fc-42f9-830d-8f149d328a0b)

 ...

-https://github.com/user-attachments/assets/022f0bd0-db45-45ba-a31f-7bd43b6e2e25
+![Code Search demo](https://github.com/user-attachments/assets/022f0bd0-db45-45ba-a31f-7bd43b6e2e25)

114-114: Add the missing period after “etc.”

Grammar/lint nit picked up by LanguageTool.

-To configure Sourcebot (index your own repos, connect your LLMs, etc), check out our [docs](https://docs.sourcebot.dev/docs/configuration/config-file).
+To configure Sourcebot (index your own repos, connect your LLMs, etc.), check out our [docs](https://docs.sourcebot.dev/docs/configuration/config-file).
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 211ad8f and a6de912.

📒 Files selected for processing (2)
  • CHANGELOG.md (1 hunks)
  • README.md (3 hunks)
🧰 Additional context used
📓 Path-based instructions (1)
**/*

📄 CodeRabbit Inference Engine (.cursor/rules/style.mdc)

Filenames should always be camelCase. Exception: if there are filenames in the same directory with a format other than camelCase, use that format to keep things consistent.

Files:

  • CHANGELOG.md
  • README.md
🧠 Learnings (1)
README.md (1)

Learnt from: drew-u410
PR: #328
File: CONTRIBUTING.md:5-5
Timestamp: 2025-06-03T00:22:00.498Z
Learning: In the sourcebot repository CONTRIBUTING.md file, the maintainer prefers using "NodeJS" spelling instead of the official "Node.js" branding, and prefers not to add alt text to favicon images in the installation instructions.

🪛 markdownlint-cli2 (0.17.2)
README.md

60-60: Bare URL used

(MD034, no-bare-urls)


65-65: Bare URL used

(MD034, no-bare-urls)

🪛 LanguageTool
README.md

[style] ~114-~114: In American English, abbreviations like “etc.” require a period.
Context: ...ndex your own repos, connect your LLMs, etc), check out our [docs](https://docs.sou...

(ETC_PERIOD)

⏰ 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). (1)
  • GitHub Check: build
🔇 Additional comments (1)
CHANGELOG.md (1)

27-27: Changelog entry reads well – no action required

The new bullet succinctly captures the README update and follows the existing style.

README.md Outdated

You can try out our public hosted demo [here](https://demo.sourcebot.dev)!
https://github.com/user-attachments/assets/022f0bd0-db45-45ba-a31f-7bd43b6e2e25
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe we can have two more sections here for code navigation and file browsing?

brendan-kellam
brendan-kellam previously approved these changes Jul 29, 2025
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🧹 Nitpick comments (1)
README.md (1)

124-124: Grammar nit: add period after “etc.”

Insert the missing period inside the parentheses to satisfy LanguageTool and improve readability.

- (index your own repos, connect your LLMs, etc),
+ (index your own repos, connect your LLMs, etc.),
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a6de912 and 090c277.

⛔ Files ignored due to path filters (1)
  • docs/images/code_nav.mp4 is excluded by !**/*.mp4
📒 Files selected for processing (2)
  • README.md (3 hunks)
  • docs/docs/overview.mdx (1 hunks)
✅ Files skipped from review due to trivial changes (1)
  • docs/docs/overview.mdx
🧰 Additional context used
📓 Path-based instructions (1)
**/*

📄 CodeRabbit Inference Engine (.cursor/rules/style.mdc)

Filenames should always be camelCase. Exception: if there are filenames in the same directory with a format other than camelCase, use that format to keep things consistent.

Files:

  • README.md
🧠 Learnings (1)
README.md (1)

Learnt from: drew-u410
PR: #328
File: CONTRIBUTING.md:5-5
Timestamp: 2025-06-03T00:22:00.498Z
Learning: In the sourcebot repository CONTRIBUTING.md file, the maintainer prefers using "NodeJS" spelling instead of the official "Node.js" branding, and prefers not to add alt text to favicon images in the installation instructions.

🪛 markdownlint-cli2 (0.17.2)
README.md

60-60: Bare URL used

(MD034, no-bare-urls)


65-65: Bare URL used

(MD034, no-bare-urls)


70-70: Bare URL used

(MD034, no-bare-urls)


75-75: Bare URL used

(MD034, no-bare-urls)

🪛 LanguageTool
README.md

[style] ~124-~124: In American English, abbreviations like “etc.” require a period.
Context: ...ndex your own repos, connect your LLMs, etc), check out our [docs](https://docs.sou...

(ETC_PERIOD)

🔇 Additional comments (2)
README.md (2)

44-48: Remove redundant bullet list or relocate it to avoid duplication with the new Features section

The high-level bullets at Lines 44-46 overlap almost verbatim with the dedicated “Features” section that starts at Line 52. Keeping both inflates the README and forces maintainers to update two separate lists every time a feature description changes.
[tagged: suggest_optional_refactor]


79-80: Verify new docs path /docs/deployment-guide

The link changed from the top-level “Self-Hosting” page to /docs/deployment-guide. Make sure this path actually exists in the published Docusaurus site; a 404 here would break the quick-start flow.

@msukkari msukkari merged commit 5faf29a into main Jul 30, 2025
7 checks passed
@msukkari msukkari deleted the msukkarieh/README branch July 30, 2025 01:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants