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

Jean-Claude: A Satirical LLM Frontend Mocking EU AI Regulation, with 412 Cookie Partners and VAT Invoices Every 5 Messages
Tools

Jean-Claude: A Satirical LLM Frontend Mocking EU AI Regulation, with 412 Cookie Partners and VAT Invoices Every 5 Messages

Jean-Claude is a satirical LLM frontend that applies extreme EU-style bureaucracy to AI usage: 412 cookie partners, four-eyes principle requiring co-signature, per-token CO₂ tracking with mandatory €offset, VAT invoices every 5 messages, and a compliance center with fake GDPR/AI Act metrics.

OpenClawRadar
Godogen: Claude Code Skills for Complete Godot Game Generation
Tools

Godogen: Claude Code Skills for Complete Godot Game Generation

Godogen is an open-source pipeline that uses Claude Code skills to generate complete, playable Godot 4 projects from text prompts. It handles architecture design, 2D/3D asset generation, GDScript writing, and visual QA testing, addressing specific engineering bottlenecks like GDScript training data scarcity and build-time vs runtime state issues.

OpenClawRadar
CodeLedger: Open-source Claude Code plugin tracks token usage and background agents
Tools

CodeLedger: Open-source Claude Code plugin tracks token usage and background agents

CodeLedger is an open-source MCP server plugin for Claude Code that automatically tracks token usage across projects, identifies background agents, and provides cost optimization recommendations based on analysis of local JSONL session files.

OpenClawRadar
Running Google Gemma 4 26B-A4B Locally with LM Studio 0.4.0 Headless CLI
Tools

Running Google Gemma 4 26B-A4B Locally with LM Studio 0.4.0 Headless CLI

LM Studio 0.4.0 introduces llmster and the lms CLI for headless local model inference. The article details setting up Google's Gemma 4 26B-A4B MoE model on a MacBook Pro M4 Pro, achieving 51 tokens/second with 48GB unified memory.

OpenClawRadar