Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag

Claude Code update adds mouse interaction capability
Anthropic has released version 2.1.90 of Claude Code with a new feature that enables mouse support within the chat interface. This addresses a common workflow issue where users previously had to use backspace navigation to correct errors.
How to enable the feature
To activate mouse support, users need to:
- Update to Claude Code version 2.1.90
- Run the command with the environment variable set:
CLAUDE_CODE_NO_FLICKER=1 claude
The environment variable name suggests this feature may be addressing display flickering issues that previously prevented mouse interaction. Environment variables like this are commonly used in command-line tools to enable experimental features or toggle specific behaviors without requiring configuration file changes.
For developers using AI coding agents, mouse support in terminal-based tools can significantly improve editing workflows by allowing direct cursor placement and text selection, reducing reliance on keyboard-only navigation. This type of incremental improvement is typical in developer tooling where small quality-of-life features can have substantial impact on daily usage patterns.
📖 Read the full source: r/ClaudeAI
👀 See Also

ClawCloud Managed Service Simplifies OpenClaw Deployment for Slack Teams
ClawCloud provides a managed deployment service for OpenClaw that connects to Slack workspaces, handles infrastructure, and reduces response latency to under 2 seconds. A user reported setup in 20 minutes versus 3 days for self-hosting, with costs around $30/month for a 40-person team.

ClearSpec: A Spec Generator to Reduce Hallucination in Claude Code
ClearSpec is a tool that generates structured specifications from plain English descriptions, connecting to GitHub repos to reference real file paths and dependencies, then uses those specs as prompts for Claude Code to provide better context.

Brain-MCP Developer Documents Tools for Claude AI Instead of Humans
A developer maintaining the Brain-MCP server added a 'For AI Assistants' section to documentation with behavioral instructions, resulting in Claude using tools more intelligently and proactively injecting context when topics change.

gui.new: Tool for Claude to Render Visual Output as Shareable Links
gui.new is a tool that lets Claude render visual output as live shareable links instead of returning code blocks. It's built with Claude, uses Next.js on Vercel with Supabase, and requires no signup.