Tags: astrio-ai/l2m
Tags
v0.3.2 - Legacy language support Features: - Add tree-sitter tags for 13 legacy languages (COBOL, Fortran, Ada, Pascal, Perl, VHDL, Verilog, Tcl, Assembly, Objective-C, Nix, PHP, Scala, TypeScript) - Add COBOL translation examples Bug Fixes: - Fix ValueError when parsing non-Copilot OPENAI_API_KEY tokens (#80) Other: - Remove deprecated remove_reasoning field - Update README with CLI image
v0.3.1 - Bug fixes and enhancements Bug Fixes: - Fixed Python 3.13 compatibility by removing voice functionality (resolves audioop/module import errors) - Fixed LiteLLM API connection error on shutdown - Fixed Discord link in README Features: - Added scatter plot visualizations with regression analysis for CodeBLEU evaluation - Enhanced data structure and documentation - Added hello world translation example Breaking Changes: - Removed voice functionality (no longer supported)
Release v0.1.0: Complete TUI redesign and architecture simplification Major Changes: - Redesigned TUI with Codex-style minimalist design - Added brand color #278ef5 throughout UI - Simplified from multi-agent to single-agent architecture - Fixed exception handling bugs - Improved user experience with clean command examples Features: - Clean, minimal terminal interface - Brand-colored status indicators and commands - Simplified architecture for better maintainability - Enhanced error handling