v1.0.1 Release Notes¶
Release Date: January 25, 2026
Highlights¶
- 🏗️ Tier-Based Governance - Request/response limits enforced per Community / Pro / Enterprise tier
- 📋 Tool Compliance Verified - All 22 tools pass 13-point compliance criteria (100%)
- 🔒 Stability Markers - Public API formally designated as STABLE
New Features¶
Tier-Based Request/Response Governance¶
Every MCP tool now enforces tier-appropriate limits at the request boundary:
- Community — baseline capabilities, parameter clamping applied
- Pro — expanded limits, advanced features unlocked
- Enterprise — full access, compliance reporting
Responses include applied_limits metadata so callers know exactly what was clamped.
Refactor Validation Report¶
A new compliance matrix (REFACTOR_VALIDATION_REPORT.md) documents every tool against 13 compliance criteria. All 22 tools pass at 100%.
Claude Desktop Installation Guide¶
INSTALLING_FOR_CLAUDE.md provides a step-by-step guide for connecting Code Scalpel to Claude Desktop via MCP stdio.
Changes¶
- Enhanced polyglot module deprecation notice — module will be removed in v3.3.0
- Improved error handling consistency across all 22 MCP tools
- Better tier enforcement validation via
get_tool_capabilities() - Stability markers added to all backward-compatible exports
- Clear deprecation timelines documented (v2.0.0, v3.3.0)
Bug Fixes¶
- Version synchronization:
__init__.pynow matchespyproject.toml(1.0.1) - Replaced deprecated
datetime.datetime.now()withdatetime.now(timezone.utc)in licensing module (6 call sites)
Breaking Changes¶
None. v1.0.1 is fully backward compatible with v1.0.0.
Upgrade Guide¶
From v1.0.0¶
No configuration changes required. Tier limits are applied automatically based on your license.
Full Changelog¶
See the detailed changelog for all changes.