fix(intent): make first-run permission selection compact - #243
Conversation
|
Warning Review limit reachedNext included review available in 43 minutes. View limit detailsLimit details: You’ve used all 2 included reviews currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Team Run ID: 📒 Files selected for processing (13)
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 |
|
View your CI Pipeline Execution ↗ for commit 1c7f6aa
☁️ Nx Cloud last updated this comment at |
|
View your CI Pipeline Execution ↗ for commit 776c0ad
☁️ Nx Cloud last updated this comment at |
commit: |
🎯 Changes
First-run
intent installprinted every discovered skill description before asking for input. A project with 14 packages and 82 skills produced roughly 27 KB of text before the first choice.Replace that dump with a count summary and searchable package picker showing at most six options. Review puts selected packages first and lets users choose individual skills, inspect descriptions and exclusions, or view the exact configuration before saving. Allow-all remains a separate advanced choice with explicit confirmation.
Also reject empty search results before submission, remove the duplicate completion message, and update the install, configuration, and trust documentation.
Follow-up to #241. The original installer is unreleased, so this updates its existing minor changeset instead of adding a separate patch entry. The broader scopes of #221, #222, and #234 remain open.
✅ Checklist
pnpm run test:pr.Validation: 601 unit tests and 73 integration tests passed, along with lint, typecheck, docs checks, and build. Final focused checks passed all 198 installer/CLI tests. Tested the 14-package/82-skill example in a terminal: search, package-to-individual selection, configuration preview without writes, and saving five exact permissions plus guidance.
changeset statusconfirms one minor release and no patch release.🚀 Release Impact