docs: link bug reports to central discussion#33
Conversation
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
Reviewer's guide (collapsed on small PRs)Reviewer's GuideAdds documentation to route bug reports and support requests for both File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Review Summary by QodoAdd centralized bug report discussion link to README
WalkthroughsDescription• Adds new README section routing bug reports to centralized discussion • Centralizes issue intake for both claude-code-api and ai-code-fusion projects • Improves user guidance for reporting bugs and troubleshooting Diagramflowchart LR
README["README.md"]
README -- "adds Bug Reports & Support section" --> Discussion["Centralized Discussion Thread #151"]
File Changes1. README.md
|
Summary of ChangesHello @Mehdi-Bl, 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 enhances the project's documentation by introducing a dedicated section in the Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
Code Review
The pull request successfully adds a 'Bug Reports & Support' section to the README.md file. This change correctly directs users to a centralized GitHub discussion thread for troubleshooting and bug reporting across the related projects, which helps in streamlining issue triage. The markdown formatting is correct and the placement of the new section is logical.
Code Review by Qodo
1. Misroutes bug reports
|
| ## Bug Reports & Support | ||
|
|
||
| For `claude-code-api` and `ai-code-fusion`, use this discussion thread for bug reports and troubleshooting: | ||
|
|
||
| - https://github.com/codingworkflow/ai-code-fusion/discussions/151 |
There was a problem hiding this comment.
1. Misroutes bug reports 🐞 Bug ✓ Correctness
README now directs bug reports to an external ai-code-fusion discussion, conflicting with this repo’s identity and advertised Issues URL; users/tools will likely file problems in the wrong place. This fragments triage and breaks expectations from project metadata.
Agent Prompt
### Issue description
The README’s new bug-report instruction points to a different repository than this project’s clone URL and advertised `project.urls.Issues`, likely misdirecting users and fragmenting triage.
### Issue Context
- README is for “Claude Code API Gateway” and clones `codingworkflow/claude-code-api`, but bug reports are routed to `codingworkflow/ai-code-fusion`.
- `pyproject.toml` advertises an Issues URL that doesn’t match the new README guidance.
### Fix Focus Areas
- README.md[96-100]
- pyproject.toml[63-68]
- README.md[12-18] (for consistency check)
ⓘ Copy this prompt and use it to remediate the issue with your preferred AI generation tools
Adds a README section routing bug reports and issue triage to the shared discussion thread:\n\n- https://github.com/codingworkflow/ai-code-fusion/discussions/151\n\nThis centralizes intake for both claude-code-api and ai-code-fusion.