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

Team Memory MCP: Open Source Shared Memory for Claude Code with Bayesian Confidence Scoring
Team Memory MCP is an open source tool that provides shared team memory for Claude Code with Bayesian confidence scoring. It uses a Beta-Bernoulli model to rank patterns, includes temporal decay with 90-day half-life, and can be added to Claude Code with a single command.

9 Building Blocks for Running Claude Code as a Persistent OS Across 18 Businesses
One developer runs 18 Claude Code instances as a shared OS with selective sync, state moved to MCP servers, receipt-based verification, and auto-loading rules. Details the architecture.
Balloon That Pops When Claude Finishes: Physical Agent UI with whisper.cpp
A desktop balloon inflates as you speak a task, then floats across your screen while Claude Code runs the agent. Transcription runs locally via whisper.cpp, agents use your existing Claude Code login. Open source.

Testing MiniMax M2.7 via API on Three Real ML and Coding Workflows
A developer benchmarks MiniMax M2.7 against Claude Opus 4.7 on three real tasks: refactoring a PyTorch project, drafting Obsidian notes, and more. Key findings and setup included.