a2ui-project / a2ui-project/a2ui
Centrally define the A2UI extension URI in typescript code
- Dominant language
- TypeScript
- Stars
- 16.4k
- Forks
- 1.3k
- Avg merge
- 2d 13h
- Merged PRs (30d)
- 134
Description
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.
Contributor guide
Research direction
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.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- tooling
- Issue type
- Refactor
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100