add boteai renderer#1674
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
There was a problem hiding this comment.
Code Review
This pull request adds a new renderer entry for BoteAI/a2ui to the ecosystem documentation. The review feedback highlights two issues: a missing trailing pipe on the preceding line that breaks the markdown table rendering, and the use of a URL-encoded star emoji instead of the literal emoji, which is inconsistent with the rest of the table.
| | **a2ui-vue** | Vue (Web) | ✅ | ✅ |   | [GitHub](https://github.com/shawnwang15/a2ui-vue) · [npm](https://www.npmjs.com/package/a2ui-vue) · [Docs](https://shawnwang15.github.io/a2ui-vue/en/) | | ||
| | **AGenUI/AGenUI** | iOS, Android, HarmonyOS | ❌ | ✅ |   | [GitHub](https://github.com/AGenUI/AGenUI) · [Official Website](https://genui.amap.com/) | | ||
| | **lynx-family/lynx-stack** (`@lynx-js/genui/a2ui`) | Lynx (Mobile, Web, Desktop) | ❌ | ✅ |   | [GitHub](https://github.com/lynx-family/lynx-stack/tree/main/packages/genui/a2ui) · [npm](https://www.npmjs.com/package/@lynx-js/genui) · [Docs](https://lynxjs.org/next/react/genui/a2ui.html) | | ||
| | **lynx-family/lynx-stack** (`@lynx-js/genui/a2ui`) | Lynx (Mobile, Web, Desktop) | ❌ | ✅ |   | [GitHub](https://github.com/lynx-family/lynx-stack/tree/main/packages/genui/a2ui) · [npm](https://www.npmjs.com/package/@lynx-js/genui) · [Docs](https://lynxjs.org/next/react/genui/a2ui.html) |
There was a problem hiding this comment.
The trailing pipe (|) was accidentally removed from this line, which can break the markdown table rendering.
| | **lynx-family/lynx-stack** (`@lynx-js/genui/a2ui`) | Lynx (Mobile, Web, Desktop) | ❌ | ✅ |   | [GitHub](https://github.com/lynx-family/lynx-stack/tree/main/packages/genui/a2ui) · [npm](https://www.npmjs.com/package/@lynx-js/genui) · [Docs](https://lynxjs.org/next/react/genui/a2ui.html) | |
| | **lynx-family/lynx-stack** (`@lynx-js/genui/a2ui`) | Lynx (Mobile, Web, Desktop) | ❌ | ✅ |   | [GitHub](https://github.com/lynx-family/lynx-stack/tree/main/packages/genui/a2ui) · [npm](https://www.npmjs.com/package/@lynx-js/genui) · [Docs](https://lynxjs.org/next/react/genui/a2ui.html) | |
| | **AGenUI/AGenUI** | iOS, Android, HarmonyOS | ❌ | ✅ |   | [GitHub](https://github.com/AGenUI/AGenUI) · [Official Website](https://genui.amap.com/) | | ||
| | **lynx-family/lynx-stack** (`@lynx-js/genui/a2ui`) | Lynx (Mobile, Web, Desktop) | ❌ | ✅ |   | [GitHub](https://github.com/lynx-family/lynx-stack/tree/main/packages/genui/a2ui) · [npm](https://www.npmjs.com/package/@lynx-js/genui) · [Docs](https://lynxjs.org/next/react/genui/a2ui.html) | | ||
| | **lynx-family/lynx-stack** (`@lynx-js/genui/a2ui`) | Lynx (Mobile, Web, Desktop) | ❌ | ✅ |   | [GitHub](https://github.com/lynx-family/lynx-stack/tree/main/packages/genui/a2ui) · [npm](https://www.npmjs.com/package/@lynx-js/genui) · [Docs](https://lynxjs.org/next/react/genui/a2ui.html) | ||
| | **BoteAI/a2ui** (`@boteai/a2ui-render`) | React (Web) | ✅ | ✅ |   | [GitHub](https://github.com/BoteAI/a2ui) · [npm](https://www.npmjs.com/package/@boteai/a2ui-render) | |
There was a problem hiding this comment.
Use the literal star emoji ⭐ instead of the URL-encoded %E2%AD%90 to maintain consistency with the other rows in the table.
| | **BoteAI/a2ui** (`@boteai/a2ui-render`) | React (Web) | ✅ | ✅ |   | [GitHub](https://github.com/BoteAI/a2ui) · [npm](https://www.npmjs.com/package/@boteai/a2ui-render) | | |
| | **BoteAI/a2ui** (`@boteai/a2ui-render`) | React (Web) | ✅ | ✅ |   | [GitHub](https://github.com/BoteAI/a2ui) · [npm](https://www.npmjs.com/package/@boteai/a2ui-render) | |
Description
Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.
List which issues are fixed by this PR. For larger changes, raising an issue first helps reduce redundant work.
Pre-launch Checklist
If you need help, consider asking for advice on the discussion board.