Release v0.1.6
🚀 Features
- MiniMax Provider Support: Added native support for MiniMax models (e.g.,
minimax/abab6.5). Use MINIMAX_API_KEY in your environment or config.
- Enhanced CLI Experience: The interactive CLI (
g-agent agent) now uses prompt_toolkit, enabling:
- Persistent History: Access previous commands with Up/Down arrows across sessions.
- Advanced Editing: Full line editing capabilities (Home, End, cursor navigation).
- Styled Prompts: Cleaner visual presentation.
🐛 Bug Fixes
- Exec Tool Safety: Fixed a false positive in the path traversal guard that blocked valid relative path execution (e.g., running scripts in a venv).
- Onboarding: The
onboard command now automatically creates the skills/ directory, ensuring a standard location for user extensions.
📦 Dependency Updates
- Added
prompt_toolkit>=3.0.0 for CLI enhancements.