winget install --id Mach50.MiaAgent
About Mia Agent
The configurable, easy to use, personal AI agent.
What's new in 0.2.1
Added - New doc_create tool to directly create documents. - Tool ouputs fully visible in chat. Fixed - Shift key not being resolved properly in tui input. Full Changelog: v0.2.0...v0.2.1
Version history
| Version | Updated | Notes |
|---|---|---|
| 0.2.1 | Unknown | Added - New doc_create tool to directly create documents. - Tool ouputs fully visible in chat. Fixed - Shift key not being resolved properly in tui input. Full Changelog: v0.2.0...v0.2.1 |
| 0.2.0 | Unknown | Added - New ratatui based tui is the default tui. - The old tui can still be accessed using a hidden command mia old-tui - Token usage display. - Session history redrawing. - Full featured text input. - new /yolo command... |
| 0.1.5 | Unknown | Added - More LLM providers - Google AI Studio - Groq - Cerebras - Updated system prompts to make the agent more intelligent. - New mia session clear command. - Added experimental ratatui ui (mia ratatui). Full Changelog:... |
| v0.1.4 | Unknown | Added - Added experimental streaming support. - new streaming option in config. Changed - Changed, session structure, older sessions will be invalid. Full Changelog: v0.1.3...v0.1.4 |
| 0.1.3 | Unknown | Added - mia setup command to quickly setup the agent. Fixed - tui /model command output formatting. Removed - Removed the document section from config.toml and moved it to the internal config. If it is present in an exis... |
| 0.1.2 | Unknown | Added - --free to mia model list that is equivalent to --max-price 0. - mia models is now an alias for mia model. - Non overwriting sessions. - mia sessions list to view all sessions. Fixed - --max-price not evaluating p... |
| 0.1.1 | Unknown | Added - Multiline inputs (Shift+Enter/Alt+Enter) and file pasting in tui. - GitHub action for release builds. Fixed - Race condition in Ctrl-C handler in agent_loop::run_agent. - Fix changes requested by clippy. Removed... |
| 0.1.0 | Unknown | The first release of Mia Agent. Currently it has: - Working TUI - OpenAI API Compatibility - Agent Tools Full Changelog: https://github.com/mastermach50/mia-agent/commits/v0.1.0 |