Incorrect Model Version 'Opus 4.1' and System Date Issues
Resolved 💬 2 comments Opened Mar 23, 2026 by tonypark-cw Closed Apr 20, 2026
Bug Report: Incorrect Model Version Information in Claude Code
Environment
- Claude Code Version: 2.1.81
- Platform: Windows (win32)
- Date: 2026-03-23 (Note: This date itself appears incorrect)
- Entrypoint: claude-vscode
Issue Description
Claude Code is reporting incorrect and non-existent model version information:
What's Being Reported:
- Model Name: "Opus 4.1"
- Model ID:
claude-opus-4-1-20250805 - Knowledge Cutoff: January 2025
- System Date: 2026-03-23
Problems:
- Non-existent Model: "Opus 4.1" is not an official Anthropic model name. Official naming follows patterns like "Claude 3 Opus", "Claude 3.5 Sonnet", etc.
- Future Date in Model ID: The model ID includes "20250805" (August 5, 2025) which hasn't occurred yet
- System Date Issue: The system is showing March 23, 2026, which seems incorrect
- Inconsistent Information: Model dated 2025-08-05 but system shows 2026-03-23
Steps to Reproduce
- Start Claude Code session
- The assistant reports using "Opus 4.1" model
- System environment shows date as 2026-03-23
Investigation Results
claude --versionreturns: 2.1.81 (Claude Code)- No model information in
~/.claude/settings.json - Environment variables don't contain model info
- System date command shows: "2026년 03월 23일"
Expected Behavior
- Correct model name (e.g., "Claude 3 Opus" or "Claude 3.5 Sonnet")
- Accurate system date
- Consistent version information
Impact
- User confusion about which model is actually being used
- Inability to verify actual model capabilities
- Trust issues with system information
Additional Context
The assistant itself acknowledges this information is incorrect but cannot determine the source of the incorrect data injection.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗