You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add SHOW_RATE_LIMITS option displaying 5-hour and 7-day rate limit
percentages with color-coded thresholds (green <50%, yellow 50-79%,
red 80%+). Requires Claude Code 2.1.80+, gracefully hidden on older
versions. Updated Bash and PowerShell templates, wizard/edit skills,
and model name references to Opus 4.6. Marketplace bumped to v2.0.2.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: .claude-plugin/marketplace.json
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
},
7
7
"metadata": {
8
8
"description": "A curated list of custom Claude Code plugins, agents, and skills for developers.",
9
-
"version": "2.0.1",
9
+
"version": "2.0.2",
10
10
"pluginRoot": "./plugins"
11
11
},
12
12
"plugins": [
@@ -154,8 +154,8 @@
154
154
{
155
155
"name": "ai-statusline",
156
156
"source": "./plugins/ai-statusline",
157
-
"description": "AI-powered status line customization - Interactive setup and edit wizards for configuring Claude Code's status line with progress bars and customizable display options",
158
-
"version": "1.2.1",
157
+
"description": "AI-powered status line customization - Interactive setup and edit wizards for configuring Claude Code's status line with progress bars, rate limit display, and customizable display options",
Copy file name to clipboardExpand all lines: plugins/ai-statusline/.claude-plugin/plugin.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
{
2
2
"name": "ai-statusline",
3
-
"version": "1.2.1",
3
+
"version": "1.2.2",
4
4
"description": "AI-powered status line customization - Interactive setup and edit wizards for configuring Claude Code's status line with progress bars and customizable display options",
0 commit comments