Add claude-time plugin#364
Conversation
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a single entry to the README.md plugins list documenting a "claude-time" plugin that injects local time and timezone information into prompts via the ChangesPlugin Documentation
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
🚥 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)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. 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. Review rate limit: 7/8 reviews remaining, refill in 7 minutes and 30 seconds.Comment Warning |
Adding claude-time to the All Plugins list.
What it does: Zero-config Claude Code plugin that injects live local time + timezone into every prompt via a
UserPromptSubmithook, and stamps every Claude response with[HH:MM AM/PM TZ]so you can see when each message landed (useful when long tasks stall).Why: Claude has no clock. Without help it'll say "let's deploy tonight" at 9 AM, or reference "this morning" at 11 PM, by guessing from stale context. This is a 30-line shell hook that fixes it.
Repo: https://github.com/nexusbuildsai/claude-time
License: MIT
Dependencies:
jq(preinstalled on macOS,apt install jqon Linux). No Python, Node, Docker, API keys.Inserted alphabetically in the claude-* cluster after
claude-sounds.Summary by CodeRabbit