feat(capabilities): Skill capability badges and declaration visibility in UI#546
feat(capabilities): Skill capability badges and declaration visibility in UI#546vincentkoc wants to merge 6 commits intomainfrom
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This reverts commit 1e025ed.
|
Refinement pass completed on UI branch. Updates added:
Local validation:
Note: current failing "Scan for Verified Secrets" check appears infrastructure-related (missing |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 07a51ee4fd
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Greptile SummaryThis PR adds capability badge visibility to the skill install card UI, displaying declared capabilities like shell, filesystem, network access with icons and labels. The implementation removes display sections for environment variables, dependencies, and links to keep scope focused. Critical Issue:
Key Changes:
Confidence Score: 1/5
Last reviewed commit: 07a51ee |
|
Refinement pass complete on this branch. UI updates in
Validation on branch:
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 464365d3f8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
Second refinement pass pushed. New commit:
Validation: |
Summary
Testing
bun run lintbun run testbun run buildRelated