Addresses Cursor Bugbot review comment on PR #65. ## Issue Error messages showed grammatically incorrect output: - "in 1 minutes" (should be "in 1 minute") - "in 0 minutes" for past reset times (should be "should be available now") - Always showed minutes even for short durations under 60 seconds ## Fix - Handle singular vs plural correctly ("1 second" vs "2 seconds", "1 minute" vs "2 minutes") - Show seconds for durations under 60 seconds ("in 30 seconds") - Show "should be available now" when reset time is in the past - Update tests to expect correct grammar ## Tests - Updated existing tests to expect correct output - Added new tests for singular/plural edge cases - All 9 rate limit tests passing Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agent-orchestrator | ||
| cli | ||
| core | ||
| integration-tests | ||
| plugins | ||
| web | ||