Skip to content

Releases: mastermach50/mia-agent

v0.1.1

15 Jun 19:22
b658fd6

Choose a tag to compare

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

  • Gateway code (for now, will be made soon).

Full Changelog: v0.1.0...v0.1.1

v0.1.0 Initial Release

12 Jun 19:48
d970f4d

Choose a tag to compare

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