chore: remove toast code, delete planning docs, rewrite README#75
Conversation
- Remove all toast/showToast code from plugin.ts, coexistence.ts, api.ts, channels/ - Delete emit-controller.ts and channels/toast.ts (dead code) - Update 5 test files to remove toast references (332 tests pass) - Delete 18 planning/spike documents from root and docs/ - Rewrite README as clean product page with badges - Rewrite AGENTS.md to reflect shipped architecture - Update installation.md (remove toast env vars)
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Rate limit exceeded
⌛ 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. 📒 Files selected for processing (33)
✨ 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 |
Summary
plugin.ts,coexistence.ts,api.ts,channels/) and tests (5 files updated)emit-controller.ts,channels/toast.ts,emit-controller.test.tsdocs/that were internal development artifactsDetails
Toast removal
Toast was an early output channel that was superseded by the blockquote output channel. All toast-related code, types, configs, and tests have been removed:
HudChannelMode,channelMode,showToast,usageWantsToast,buildAssistantUsageToast— all goneemit-controller.ts(192 lines) andchannels/toast.ts(3 lines) — deletedDocs cleanup
Removed 18 internal planning documents that were development artifacts, not user-facing:
README rewrite
Clean product page format: what it does, install, features, format table, config table, uninstall.
Verification
npm run cipasses (typecheck + 332 tests + build)