a2ui-project / a2ui-project/a2ui
Centrally define the A2UI extension URI in typescript code
- 主要语言
- TypeScript
- 星标
- 16.4k
- 派生
- 1.3k
- 平均合并
- 2 天 13 小时
- 30 天内合并 PR
- 134
描述
Currently, there are 6 places where we refer to the string `https://a2ui.org/ext/a2a-ui/v0.8` after https://github.com/google/A2UI/pull/209
We should have one place, so that it doesn't get out of sync, and in case we change our mind about what that string should be.
There should be some central place we refer to the extension name. There might also be an opportunity to share a bit more related logic around extension advertisement.
贡献指南
调研方向
Search the codebase for the string 'https://a2ui.org/ext/a2a-ui/v0.8' to locate the six references. Create a constant in a central file, perhaps in a utilities or constants module, and replace all occurrences. Verify the changes by running existing tests to ensure no functionality is broken.
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- typescript
- 领域
- tooling
- Issue 类型
- 重构
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 活跃
- 描述清晰度
- 描述清楚
- 新手友好度
- 70/100