Skip to content

Tags: astrio-ai/l2m

Tags

v0.3.2

Toggle v0.3.2's commit message
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

Toggle v0.3.1's commit message
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)

v0.3.0

Toggle v0.3.0's commit message
Removed CHANGELOG and added some dependencies in requirements.txt

v0.2.1

Toggle v0.2.1's commit message
Release v0.2.1: Bug fixes

- Fixed invalid exception handling syntax in repo.py
- Improved rate limit error handling with better retry logic
- Updated UI colors to brand blue theme
- Cleaned up Polyglot benchmark code

v0.2.0

Toggle v0.2.0's commit message
Release v0.2.0: PyPI publishing support

v0.1.0

Toggle v0.1.0's commit message
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