Claude VS Code Extension Reasoning Effort Slider Sends Inconsistent Values

The reasoning effort slider in the Claude VS Code extension has a bug that causes it to send inconsistent numeric values to the model. The slider label does not correspond to a stable numeric value, and the mapping is non-monotonic, meaning moving the slider "up" can actually send a lower number to the model.
Documented Inconsistencies
During a single testing session where the model was asked to report its reasoning_effort value after each slider change, the following inconsistencies were observed:
- High (session starting default): 99
- Max: 99
- High (moved back down): 19
- Medium: 85
- High (moved back up): 99
- Max (again): 50
The issue is documented in GitHub issue #41012 in the anthropics/claude-code repository. The bug report shows that the same slider position (like "High") can send different values (99 vs 19) depending on the slider's movement history, and higher slider positions don't necessarily correspond to higher numeric values.
For developers using the Claude VS Code extension, this means the reasoning effort control is currently unreliable. The model may be receiving different reasoning effort values than what the slider interface indicates, which could affect the quality and consistency of AI-generated code suggestions.
📖 Read the full source: r/ClaudeAI
👀 See Also

General Bots: Open-source AI agent platform for self-hosted enterprise automation
General Bots is an open-source platform started in 2019 that provides AI agents, workflow automation, document processing, and integrations with local AI model support, designed for organizations needing full control over their infrastructure.

hiresTI: Native Linux TIDAL Player with OpenClaw/MCP Support
hiresTI is a native Linux desktop client for TIDAL focused on stable playback, high-quality audio output, a GTK4/Libadwaita UI, and OpenClaw integration via MCP for remote control. The app combines a Python UI layer with a Rust audio core.

KANBAII: A Visual Kanban Board Built with Claude Code for AI-Assisted Development
A developer built KANBAII, a local kanban board tool entirely with Claude Code over two months. It provides visual task management, AI planning, and parallel execution modes for Claude Code workflows.

iknowkungfu Skill Analyzes OpenClaw Usage to Recommend Missing Skills
iknowkungfu is a new OpenClaw skill that scans your agent's workspace, memory files, and conversation logs to identify what skills you're missing based on your actual usage patterns. It provides specific recommendations with trust scores and reasons tied to your workflow.