AI Coding Tools Weekly: Week 12 - Rate Limits & Resume Features Lead the Pack
ยท Weekly Digest
Claude Code adds rate limit tracking, Gemini CLI gets chat resume, and OpenAI Codex boosts image inspection. 17 releases this week, up 6% from last.
# AI Coding Tools Weekly: Week 12 (Mar 16-22, 2026)
## TL;DR ๐
- Claude Code now shows rate limit usage in status bar - finally visibility into those annoying quotas
- Gemini CLI adds chat resume functionality when you quit sessions mid-conversation
## This Week's Releases
### Claude Code (5 releases)
Biggest update: **rate limits field in statusline scripts** showing Claude.ai usage across 5-hour and 7-day windows with percentage and reset times. Also added `--bare` flag for scripted calls that skips hooks and plugins - perfect for CI/CD pipelines.
### Mystery Tool #1 (5 releases)
Memory optimizations for large file viewing and better remote environment support. The `/login` device flow now works properly in Codespaces. Added `includegitignored` config option for broader file inclusion.
### OpenAI Codex CLI (2 releases)
App-server TUI gets **device-code ChatGPT sign-in** during onboarding with token refresh support. New full-resolution image inspection through `viewimage` and `codex.emitImage(..., detail: "original")` - game changer for visual debugging tasks.
### Gemini CLI (2 releases)
Headline feature: **chat resume footer on session quit** lets you pick up conversations where you left off. Also improved SVG snapshot support with bold text and styling.
### Windsurf & Kiro CLI
Windsurf pushed two maintenance releases (v1.9577.43/42). Kiro CLI hit v1.28.0 with unspecified improvements.
## Highlight Deep Dive ๐
**Claude Code's rate limit visibility** is the week's standout feature. If you've ever hit Claude's quotas mid-coding session, you know the frustration. Now you can see exactly where you stand with percentage usage and reset timestamps right in your status bar. The `--bare` flag addition shows Anthropic is serious about CI/CD integration - stripping away interactive features for automated workflows. This combo makes Claude Code significantly more production-ready.
## Quick Stats
- **17 total releases** (up 6% from last week's 16)
- **Biggest mov
Tools covered: claude-code, github-copilot, kiro, openai-codex, windsurf, gemini-cli