v2.1.0 Release Notes¶
Release Date: March 2, 2026
Release Type: Minor
Highlights¶
- Full Go language support via
GoNormalizerandGoVisitor. GoParserAdapterupgraded from stub to full parser-backed implementation.- Go added to language detection, extraction, analysis, and MCP documentation.
- 23 Go-specific tests added for parsing and extractor coverage.
Added¶
- Go support in
PolyglotExtractorandcode_parsers.extractor. - Go content-based detection heuristics.
tree-sitter-goadded to optional extras.goadded to tool language-capability matrices.
Fixed¶
- Removed unused CLI helper parameter in
cli.py. - Fixed Go import alias storage to use
IRImport.alias.
Impact¶
Code Scalpel can now analyze and extract Go code using the same deterministic parsing pipeline used for the existing supported languages.