Skip to content

v2.1.0 Release Notes

Release Date: March 2, 2026
Release Type: Minor


Highlights

  • Full Go language support via GoNormalizer and GoVisitor.
  • GoParserAdapter upgraded 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 PolyglotExtractor and code_parsers.extractor.
  • Go content-based detection heuristics.
  • tree-sitter-go added to optional extras.
  • go added 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.