AI Code Tools Digest: Week 7 - Performance Wins & New Commands
By Scott Havird · · Weekly Digest
16 releases this week led by Claude Code's startup boost & Gemini's new /prompt-suggest command. Memory fixes & auth improvements across the board.
AI Code Tools Digest: Week 7 (Feb 9-15, 2026)
TL;DR 📊
/prompt-suggest for better prompting workflowsThis Week's Releases
Claude Code (4 releases)
Claude's on a roll with startup performance improvements by deferring Zod schema construction and better prompt cache hit rates. The team also added Windows ARM64 support and new auth CLI commands (
claude auth login/status/logout). Fixed a nasty AWS auth timeout bug that was hanging indefinitely.Undefined Tool (4 releases)
Major memory usage fixes across the board - tackled rapid logging issues and reduced memory from encoding streaming chunks. Added shell mode improvements with raw text pasting and
/diff now uses full screen in alt-screen mode. Quick help overlay (press ?) is a nice UX touch.Gemini CLI (4 releases)
Biggest feature drop:
/prompt-suggest slash command for better prompting workflows. Mostly patch releases with cherry-picks, but the new command could be a game-changer for prompt engineering.OpenAI Codex CLI (3 releases)
Added experimental JavaScript REPL runtime that persists state across tool calls - could be huge for interactive coding sessions. Memory files now include working directory context, fixing behavior when switching between projects. Multi-model support improvements too.
Windsurf (1 release)
Quiet week with just version 1.9552.21 - no feature details shared.
Highlight Deep Dive 🎯
Gemini CLI's new /prompt-suggest command is the standout feature this week. While details are sparse, this could fundamentally change how developers craft prompts within their coding workflows. Instead of guessing at optimal prompts, the tool can now suggest improvements - potentially boosting AI code generation quality across the board. Combined with the hooks alignment for skills and other workflow improvements, Gemini is positioning itself as more than just a CLI tool - it's becoming a prompt engineering assistant.
Quick Stats 📈
The slowdown might signal tools are maturing - fewer releases but more meaningful features. Next week could see the velocity pick back up as teams ship Q1 goals.
Tools covered: github-copilot, claude-code, openai-codex, windsurf, gemini-cli