[Bug] Incorrect method for .min()/.max in value clamping logic
Resolved 💬 3 comments Opened Dec 19, 2025 by mgajda Closed Feb 14, 2026
Bug Description
Claude Sonnet [1M] shows misunderstanding of basic arithmetics by trying to clamp a value incorrectly with .min, .max functions: value.min(2).max(24) instead of value.min(24).max(2)
Environment Info
- Platform: linux
- Terminal: gnome-terminal
- Version: 2.0.50
- Feedback ID: f95ae78b-0c58-4e0b-914b-1b518a9d9304
This issue has 3 comments on GitHub. Read the full discussion on GitHub ↗