-
-
Notifications
You must be signed in to change notification settings - Fork 176
Closed
Description
Feature Request
Add an option to display remaining time in the 5-hour block instead of elapsed time.
Current Behavior
The block timer shows elapsed time (e.g., 1hr 50m meaning time spent in the current block).
Requested Behavior
Add a metadata option to show remaining time instead (e.g., 3hr 10m meaning time left until block resets).
Suggested Implementation
{
"type": "block-timer",
"metadata": {
"display": "time-remaining" // new option
}
}Or alternatively, a boolean flag:
{
"type": "block-timer",
"metadata": {
"showRemaining": "true"
}
}Use Case
When monitoring usage limits, it's often more useful to know "how much time do I have left?" rather than "how long have I been using this?". This aligns with how the Anthropic website displays the block info (showing time until reset).
Thanks for the great tool!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels