[codex] Add G-Stack skill filter#152
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
WalkthroughThis PR adds a "G-Stack" skill-type filter option to the installed agent view. It introduces a centralized ChangesG-Stack Filter Feature
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related PRs
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
==========================================
+ Coverage 51.64% 52.01% +0.37%
==========================================
Files 173 174 +1
Lines 4202 4216 +14
Branches 892 893 +1
==========================================
+ Hits 2170 2193 +23
+ Misses 1843 1831 -12
- Partials 189 192 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
|
@coderabbitai full review |
✅ Actions performedFull review triggered. |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@src/renderer/src/components/layout/MainContent.tsx`:
- Line 111: Replace the hardcoded Tailwind class "bg-sky-400" used for the
'gstack' dot (in the array entry with value 'gstack' / label 'G-Stack' in
MainContent.tsx) with a semantic theme token/class that derives from your OKLCH
theme axes; add or reuse a semantic token like "bg-dot-gstack" (or a shadcn
token) implemented using the OKLCH formula with --theme-hue and --theme-chroma
(e.g., oklch(... calc(var(--theme-chroma) * K) var(--theme-hue))) in your
CSS/token definitions, then swap dotClass to that token name instead of
"bg-sky-400" so the color follows the OKLCH theme system.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Path: .coderabbit.yaml
Review profile: ASSERTIVE
Plan: Pro
Run ID: ac5c78db-7588-42e3-8671-16a67e5766f8
📒 Files selected for processing (14)
.gitignoree2e/spec/hide-agents.e2e.tse2e/spec/regression.e2e.tse2e/spec/sync.e2e.tspackage.jsonsrc/renderer/src/components/layout/MainContent.browser.test.tsxsrc/renderer/src/components/layout/MainContent.tsxsrc/renderer/src/components/skills/skillItemHelpers.tssrc/renderer/src/components/skills/skillsListHelpers.test.tssrc/renderer/src/components/skills/skillsListHelpers.tssrc/renderer/src/redux/selectors.test.tssrc/renderer/src/redux/selectors.tssrc/renderer/src/redux/slices/uiSlice.tssrc/renderer/src/utils/gstackSkill.ts
Summary
static-storybook/and makepnpm lintfail on any ESLint warning with--max-warnings 0.Validation
pnpm exec vitest run --project node src/renderer/src/redux/selectors.test.ts src/renderer/src/components/skills/skillsListHelpers.test.ts src/renderer/src/components/skills/skillItemHelpers.test.tspnpm exec vitest run --project browser src/renderer/src/components/layout/MainContent.browser.test.tsxpnpm lintpnpm validate/reviewcleanSummary by CodeRabbit
リリースノート
新機能
テスト
その他