dubbo-go-bot opened a new pull request, #794: URL: https://github.com/apache/dubbo-go-pixiu/pull/794
## 🔄 Upstream Sync from Community Fork This PR automatically syncs changes from the community fork to the upstream repository. ### Original Contribution - **Author**: @Alanxtl - **Original PR**: https://github.com/dubbo-go-pixiu/dubbo-go-pixiu/pull/23 - **Merged at**: 2025-11-04 12:42:30 UTC ### Original PR Description --- ### **PR Type** Enhancement, Documentation ___ ### **Description** - Emphasize AI Gateway capabilities alongside traditional API Gateway features - Restructure README with focus on LLM/MCP integration and unified access - Simplify quick start section and streamline feature descriptions - Add NOSONAR comment to suppress code quality warnings in workflow ___ ### Diagram Walkthrough ```mermaid flowchart LR A["README Content"] -->|"Refactor & Enhance"| B["AI Gateway Focus"] A -->|"Simplify"| C["Quick Start Section"] A -->|"Reorganize"| D["Feature Descriptions"] E["Workflow File"] -->|"Add NOSONAR"| F["Checkout Action"] B --> G["LLM/MCP Integration"] B --> H["Cost Management"] B --> I["Unified Access Layer"] ``` <details> <summary><h3> File Walkthrough</h3></summary> <table><thead><tr><th></th><th align="left">Relevant files</th></tr></thead><tbody><tr><td><strong>Configuration changes</strong></td><td><table> <tr> <td> <details> <summary><strong>sync-to-upstream.yml</strong><dd><code>Add NOSONAR comment to checkout action</code> </dd></summary> <hr> .github/workflows/sync-to-upstream.yml <ul><li>Added <code># NOSONAR</code> comment to the <code>actions/checkout@v5</code> action<br> <li> Suppresses code quality scanning warnings for the checkout step</ul> </details> </td> <td><a href="https://github.com/dubbo-go-pixiu/dubbo-go-pixiu/pull/23/files#diff-9a76dca505d657017d3946f69102a7dcd24520b312279ff1f53e844f7cead866">+1/-1</a> </td> </tr> </table></td></tr><tr><td><strong>Documentation</strong></td><td><table> <tr> <td> <details> <summary><strong>README.md</strong><dd><code>Enhance README with AI Gateway focus and clarity</code> </dd></summary> <hr> README.md <ul><li>Updated title to emphasize "AI / API Gateway" positioning<br> <li> Rewrote introduction to highlight LLM/MCP connectivity and unified <br>access<br> <li> Restructured "Why Choose" section with new emphasis on AI workloads <br>and extensibility<br> <li> Simplified quick start guide by removing detailed step-by-step <br>instructions<br> <li> Reorganized core features table with updated descriptions<br> <li> Condensed Pixiu Admin section with clearer Docker Compose instructions<br> <li> Minor grammar and formatting improvements throughout</ul> </details> </td> <td><a href="https://github.com/dubbo-go-pixiu/dubbo-go-pixiu/pull/23/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5">+40/-83</a> </td> </tr> <tr> <td> <details> <summary><strong>README_CN.md</strong><dd><code>Enhance Chinese README with AI Gateway positioning</code> </dd></summary> <hr> README_CN.md <ul><li>Updated Chinese title to include "AI / API 网关" positioning<br> <li> Translated badge labels to Chinese for consistency<br> <li> Rewrote introduction emphasizing LLM/MCP integration capabilities<br> <li> Restructured "为什么选择" section with AI-first perspective<br> <li> Removed detailed quick start steps, replaced with concise guidance<br> <li> Simplified core features table with updated Chinese descriptions<br> <li> Condensed Pixiu Admin section with streamlined Docker Compose setup<br> <li> Improved overall readability and terminology consistency</ul> </details> </td> <td><a href="https://github.com/dubbo-go-pixiu/dubbo-go-pixiu/pull/23/files#diff-e6db595f1598cdd1968f25675bddebde43afe7e5a39e0aade96034d51c072ee7">+68/-113</a></td> </tr> </table></td></tr></tr></tbody></table> </details> ___ <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Documentation** * Rebranded project messaging to emphasize an AI / API gateway and LLM integration * Added promotional samples link and updated community callouts (star/Discord) * Rewrote English and Chinese docs with AI-focused capability table and refreshed feature narratives * Made Docker-centric quick start and deployment guidance the primary setup path; clarified Visual Control Plane (Pixiu Admin) usage * Expanded ecosystem/tools overview and clarified license/contribution wording <!-- end of auto-generated comment: release notes by coderabbit.ai --> --- All commits preserve original authorship. **Note**: Auto-created when PR #23 was merged into `dubbo-go-pixiu/dubbo-go-pixiu:develop`. cc @Alanxtl -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
