Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag

✍️ OpenClawRadar📅 Published: April 21, 2026🔗 Source
Claude Code v2.1.90 adds mouse support with CLAUDE_CODE_NO_FLICKER flag
Ad

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

Ad

👀 See Also

Netflix Releases VOID: Video Object and Interaction Deletion Model on Hugging Face
Tools

Netflix Releases VOID: Video Object and Interaction Deletion Model on Hugging Face

Netflix has released VOID, a video inpainting model that removes objects from videos along with all physical interactions they induce, including falling objects and displaced items. The model requires a GPU with 40GB+ VRAM and uses quadmask conditioning with two checkpoint files for different refinement levels.

OpenClawRadar
ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration
Tools

ddash: Mermaid Diagram Tool with URL-Based Storage and Claude Code Integration

ddash is a free Mermaid diagram tool where the entire diagram is compressed into the URL hash, requiring no backend, accounts, or storage. It includes a Claude Code skill that lets you generate and open diagrams directly during conversations with commands like /diagram the auth flow.

OpenClawRadar
Open source Next.js starter kit adds guardrails and agent instructions to prevent AI slop
Tools

Open source Next.js starter kit adds guardrails and agent instructions to prevent AI slop

A new Next.js boilerplate includes auth, database, CI, tests, and Claude Code instructions out of the box, aimed at developers using AI coding agents to build production apps faster.

OpenClawRadar
LLM Agent Builds Complete Godot 4 Dungeon Crawler Using Visual Feedback
Tools

LLM Agent Builds Complete Godot 4 Dungeon Crawler Using Visual Feedback

A developer connected an LLM agent to Godot 4 using an MCP tool and gave it a single prompt to build a dungeon crawler FPS. The agent created a complete prototype with 3 rooms, lighting, combat, enemies, and progression by running the game, taking screenshots, and fixing visual issues.

OpenClawRadar