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

Auto-co: A 50-Line Bash Script That Turns Claude Code Into Autonomous AI Companies
Auto-co is a 50-line bash script that wraps the Claude Code CLI in a loop, allowing it to run autonomously with 14 AI agents playing roles like CEO, engineer, and critic. It has built four products from scratch, including FormReply and Changelog.dev, at a total cost of $268 across 270+ cycles.

Troubleshooting Email and Google Drive Access for AI Agents
Setting up email and Google Drive access for AI bots on AWS can trigger account blocks. Here's a solution using Gmail and Workspace domains.

Obsidian Integration for Persistent Memory in OpenClaw and Claude Code
A Reddit user demonstrates how connecting OpenClaw and Claude Code to an Obsidian vault creates persistent long-term memory across sessions. The setup automatically links memories, context, project files, and notes, with all instances able to access shared memory when needed.

Custom WhatsApp Channel Plugin for Claude Code Using Baileys
A developer built a custom channel plugin that adds WhatsApp support to Claude Code 2.1.80+ using Baileys v7, implementing the WhatsApp Web Multi-Device protocol as an MCP server with the experimental claude/channel capability.