Want to monitor your context window, session, and weekly limit in real time?
One of the lesser-known Claude Code features: you can customize your status line.
One of the lesser-known Claude Code features: you can customize your status line.
Claude Code already returns this data on every request: your context window usage, your session limit (the 5-hour window), your weekly limit (the 7-day window), all in the same JSON payload. We can parse this data and show a custom status line.
First, install jq, a command-line JSON tool that can be used to parse JSON data: brew install jq
Then prompt Claude Code:
“Add a status line to show context, session and weekly %”
To make it nicer:
“Show progress bar alongside with % using U+25B0 and U+25B1”
End result, sitting at the bottom of every session:
C ▰▰▱▱▱ 42% 5h ▰▰▰▱▱ 61% 7d ▰▱▱▱▱ 18%
One caveat: the session and weekly numbers only show up if you’re on a Claude.ai subscription plan, not pay-as-you-go API billing.
Wire this once. You’ll see exactly how much room is left in your context, your session, and your week, before you hit a wall mid-task.
#AI #ClaudeCode #VibeCoding #BuildInPublic #DeveloperTools
I conduct Foundational and Advanced Claude Code workshops for business professionals. Check out my workshops if you are looking to learn from a practitioner with 19 years of experience building tech.
Foundations: https://lnkd.in/e9r8kScw
Advanced: https://lnkd.in/eR6WPQnC
Enjoyed this? Subscribe for more.
Practical insights on AI, growth, and independent learning. No spam.
More in Vibe Coding
How To Create Agent Skill To Write LinkedIn Posts That Sound Like You
Most people are surprised when I tell them I use AI to write all of my LinkedIn posts.
We tested ChatGPT 5’s front-end coding capability so you don’t have to.
The verdict? Not impressed.
DeepWiki: AI-Generated Docs for Any GitHub Repo
If you're using open-source software, one of the most common problems is outdated or poor documentation.
We were promised autonomous AI agents. But got Workflow Automation 2.0 instead.
2025: The Year of AI Agents 😄
Can AI really write production-quality code?
Here's a chance to peek how it is used in an actual project.
Vibe coders, this old news will happen to you sooner or later.
Unless you set up your project correctly.
How To Create Agent Skill To Write LinkedIn Posts That Sound Like You
Most people are surprised when I tell them I use AI to write all of my LinkedIn posts.
DeepWiki: AI-Generated Docs for Any GitHub Repo
If you're using open-source software, one of the most common problems is outdated or poor documentation.
Can AI really write production-quality code?
Here's a chance to peek how it is used in an actual project.
We tested ChatGPT 5’s front-end coding capability so you don’t have to.
The verdict? Not impressed.
We were promised autonomous AI agents. But got Workflow Automation 2.0 instead.
2025: The Year of AI Agents 😄
Vibe coders, this old news will happen to you sooner or later.
Unless you set up your project correctly.