Skip to content

MA v0.1.0-alpha

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 May 18:11
· 22 commits to main since this release

MA v0.1.0-alpha is the first public alpha for a local-first coding agent CLI.

Highlights:

  • OpenAI-compatible model providers with DeepSeek and LM Studio support.
  • /model model switching with remembered defaults and provider/model profile IDs.
  • macOS Keychain-backed API key storage.
  • Slash command suggestions in the TUI.
  • Built-in MCP servers for exec, fs, fs-edit, grep, and web.
  • Skills loading from .ma/skills/.
  • Session restore, /revert, task archive, and workspace diff display.

Benchmark snapshot:

  • Qwen3-30B local model via LM Studio.
  • 70 tasks: L0 x10, L1 x30, L2 x30.
  • Pass rate: L0 100%, L1 98.7%, L2 95.3%.
  • Details are documented in docs/benchmark-results.md.

Portable downloads:

  • macOS arm64: ma-0.1.0-alpha.0-macos-arm64.tar.gz
  • Linux x64: ma-0.1.0-alpha.0-linux-x64.tar.gz
  • Windows x64: ma-0.1.0-alpha.0-windows-x64.zip

Install smoke test:

  1. Download the asset for your platform.
  2. Extract it.
  3. Run ./ma version on macOS/Linux, or ma.cmd version on Windows.
  4. Run ./ma init, then ./ma.

This is an alpha release. The core TUI and model flow are ready for early users, but provider coverage, distribution polish, and security UX will continue to move fast.