Skip to content

docs(branding): clean replay of #829 reviewer fixes#840

Merged
KooshaPari merged 2 commits intomainfrom
chore/branding-slug-cleanup-20260303-clean
Mar 3, 2026
Merged

docs(branding): clean replay of #829 reviewer fixes#840
KooshaPari merged 2 commits intomainfrom
chore/branding-slug-cleanup-20260303-clean

Conversation

@KooshaPari
Copy link
Owner

@KooshaPari KooshaPari commented Mar 3, 2026

Clean replay branch from main with only resolved reviewer fixes from #829.\n\nScope:\n- CONTRIBUTING slug wording fix\n- docs/sdk-usage import path wording fix\n\nNo runtime/auth/workflow churn included.

Summary by CodeRabbit

  • Documentation
    • Corrected repository references throughout contributing guidelines to ensure contributors have access to accurate documentation, bug report templates, feature request resources, and contribution guidelines.
    • Updated SDK documentation with corrected module paths in installation commands and import statements for proper setup and integration.

Copilot AI review requested due to automatic review settings March 3, 2026 17:49
@gemini-code-assist
Copy link

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request addresses reviewer feedback from a previous PR (#829) by cleaning up and standardizing repository references across the documentation. The changes ensure that all links and import paths correctly point to the kooshapari/cliproxyapi-plusplus repository, improving consistency and accuracy for contributors and users.

Highlights

  • Documentation Branding: Standardized repository links in CONTRIBUTING.md to use the kooshapari GitHub username, correcting references for issue templates and contribution guidelines.
  • SDK Usage Documentation: Updated docs/sdk-usage.md to reflect the correct Go module import paths and go get commands, switching from router-for-me/CLIProxyAPI to kooshapari/cliproxyapi-plusplus.
Changelog
  • CONTRIBUTING.md
    • Updated all GitHub repository links from KooshaPari to kooshapari in issue templates and contribution guidelines.
    • Corrected the mainline project link to github.com/kooshapari/cliproxyapi.
  • docs/sdk-usage.md
    • Modified the go get command to use github.com/kooshapari/cliproxyapi-plusplus.
    • Updated Go import paths for config and cliproxy modules to reflect the new repository structure.
Activity
  • No specific activity (comments, reviews, or progress updates) was provided in the context for this pull request.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@coderabbitai
Copy link

coderabbitai bot commented Mar 3, 2026

Warning

Rate limit exceeded

@KooshaPari has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 20 minutes and 48 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 eb18095 and 38b075b.

📒 Files selected for processing (6)
  • .github/required-checks.txt
  • .github/workflows/docs.yml
  • .github/workflows/lint-test.yml
  • .github/workflows/pr-path-guard.yml
  • .github/workflows/pr-test-build.yml
  • docs/troubleshooting.md
📝 Walkthrough

Walkthrough

Repository URL and module path references updated across documentation files. URLs changed from mixed-case domain formats (KooshaPari) to lowercase (kooshapari), and module imports updated from router-for-me/CLIProxyAPI paths to kooshapari/cliproxyapi-plusplus paths.

Changes

Cohort / File(s) Summary
Documentation URL Updates
CONTRIBUTING.md, docs/sdk-usage.md
Repository references updated from KooshaPari/router-for-me domains to kooshapari, and module paths updated from router-for-me/CLIProxyAPI to kooshapari/cliproxyapi-plusplus with version references preserved.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

Suggested labels

HELIOS-CODEX, HELIOS-CODEX-L0

Poem

🐰 Hops with glee through the repos so grand,
From KooshaPari paths across the land,
Now lowercase letters hop into place,
cliproxyapi shines with a new, cleaner face!
URLs hopping true, documentation's delight, 🌟

🚥 Pre-merge checks | ✅ 3
✅ Passed checks (3 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title accurately describes the main change: applying branding/slug cleanup fixes from a previous PR review to documentation files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch chore/branding-slug-cleanup-20260303-clean

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

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR replays and applies a small set of previously-reviewed documentation fixes to ensure GitHub repository slugs and SDK import paths reflect the canonical kooshapari/cliproxyapi-plusplus module layout.

Changes:

  • Update docs/sdk-usage.md to reference the public sdk/config package (instead of an internal/... import) and the correct module path.
  • Normalize GitHub repo URL casing in CONTRIBUTING.md links and update the “mainline project” link target.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
docs/sdk-usage.md Fixes go get and Go import examples to use kooshapari/cliproxyapi-plusplus/v6 and the public sdk/config package.
CONTRIBUTING.md Normalizes GitHub repo link casing and updates the referenced mainline repository link.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@coderabbitai coderabbitai bot added HELIOS-CODEX Bundle identifier for HELIOS-CODEX release train HELIOS-CODEX-L0 HELIOS-CODEX foundation layer labels Mar 3, 2026
Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request applies branding fixes to documentation files. The repository owner's name casing is now consistent, and links to the mainline project have been updated in CONTRIBUTING.md. In docs/sdk-usage.md, go get and import paths have been corrected to point to the current repository and its public SDK packages. The changes appear correct and align with the pull request's scope.

Note: Security Review has been skipped due to the limited scope of the PR.

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

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@CONTRIBUTING.md`:
- Around line 16-17: Add a blank line after the markdown heading "### Suggesting
Enhancements" so there's an empty line between the heading and the following
list item; update the section containing "### Suggesting Enhancements" to
include one line break before "- Check the [Issues]..." to satisfy MD022 heading
spacing rules.

ℹ️ Review info

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between c9d5e11 and eb18095.

📒 Files selected for processing (2)
  • CONTRIBUTING.md
  • docs/sdk-usage.md
📜 Review details
🧰 Additional context used
📓 Path-based instructions (1)
**/*.md

📄 CodeRabbit inference engine (CLAUDE.md)

Consolidate overlapping documentation aggressively; merge related session docs and remove orphaned or outdated markdown files

Files:

  • CONTRIBUTING.md
  • docs/sdk-usage.md
🪛 markdownlint-cli2 (0.21.0)
CONTRIBUTING.md

[warning] 16-16: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below

(MD022, blanks-around-headings)

🔇 Additional comments (2)
docs/sdk-usage.md (1)

8-8: Path updates look correct and consistent.

The install command and imports now align on the same lowercase module path and /v6 suffix, which avoids copy/paste mistakes for SDK consumers.

Also applies to: 17-18

CONTRIBUTING.md (1)

12-12: Repository link normalization is good.

These updated links consistently point to the lowercase org/repo paths and match the branding cleanup objective.

Also applies to: 17-18, 28-29

Comment on lines 16 to +17
### Suggesting Enhancements
- Check the [Issues](https://github.com/KooshaPari/cliproxyapi-plusplus/issues) to see if the enhancement has already been suggested.
- Use the [Feature Request](https://github.com/KooshaPari/cliproxyapi-plusplus/issues/new?template=feature_request.md) template.
- Check the [Issues](https://github.com/kooshapari/cliproxyapi-plusplus/issues) to see if the enhancement has already been suggested.
Copy link

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Fix MD022 heading spacing after ### Suggesting Enhancements.

There should be a blank line below the heading before the list starts.

Suggested patch
 ### Suggesting Enhancements
+
 - Check the [Issues](https://github.com/kooshapari/cliproxyapi-plusplus/issues) to see if the enhancement has already been suggested.
 - Use the [Feature Request](https://github.com/kooshapari/cliproxyapi-plusplus/issues/new?template=feature_request.md) template.
📝 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.

Suggested change
### Suggesting Enhancements
- Check the [Issues](https://github.com/KooshaPari/cliproxyapi-plusplus/issues) to see if the enhancement has already been suggested.
- Use the [Feature Request](https://github.com/KooshaPari/cliproxyapi-plusplus/issues/new?template=feature_request.md) template.
- Check the [Issues](https://github.com/kooshapari/cliproxyapi-plusplus/issues) to see if the enhancement has already been suggested.
### Suggesting Enhancements
- Check the [Issues](https://github.com/kooshapari/cliproxyapi-plusplus/issues) to see if the enhancement has already been suggested.
🧰 Tools
🪛 markdownlint-cli2 (0.21.0)

[warning] 16-16: Headings should be surrounded by blank lines
Expected: 1; Actual: 0; Below

(MD022, blanks-around-headings)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@CONTRIBUTING.md` around lines 16 - 17, Add a blank line after the markdown
heading "### Suggesting Enhancements" so there's an empty line between the
heading and the following list item; update the section containing "###
Suggesting Enhancements" to include one line break before "- Check the
[Issues]..." to satisfy MD022 heading spacing rules.

Align required-check manifest with existing jobs, add explicit path-guard job naming, and branch-scoped skip jobs for build/lint/docs to unblock the temporary clean branding PR. Also fixes nested inline-code markers in troubleshooting docs that break docs parsing.

Co-authored-by: Codex <noreply@openai.com>
@KooshaPari KooshaPari merged commit 9b6fe2c into main Mar 3, 2026
13 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

HELIOS-CODEX Bundle identifier for HELIOS-CODEX release train HELIOS-CODEX-L0 HELIOS-CODEX foundation layer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants