Moved config folder location + added uninstallation options - #12
Conversation
…byl`. Updated documentation, CLI messages, tests, and plugin loader to reflect the new paths.
…eflect the new version
…files and updated CLI, tests, and documentation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (15)
📝 WalkthroughWalkthroughThe CLI now supports ChangesUninstall and XDG configuration migration
Estimated code review effort: 4 (Complex) | ~45 minutes Sequence Diagram(s)sequenceDiagram
participant CLI
participant runUninstall
participant HostFiles
participant OpenCodeConfig
CLI->>runUninstall: pass uninstall targets
runUninstall->>HostFiles: remove imports and embedded blocks
runUninstall->>OpenCodeConfig: validate JSON and remove instruction references
OpenCodeConfig-->>runUninstall: return updated configuration
runUninstall-->>CLI: report completion or fail-fast error
Possibly related PRs
✨ Finishing Touches📝 Generate docstrings
🧪 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❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
Summary by CodeRabbit
New Features
uninstallcommand for removing Sibyl integrations from supported tools and custom files.Bug Fixes
~/.config/sibyldirectory.Documentation