v0.1.2.2-beta
Pre-release
Pre-release
·
24 commits
to main
since this release
What's Changed in v0.1.2.2-beta
馃帹 Clean Minimalist UI & Tool Calls
- Sleek
Bash(...)syntax: Replaced verbose multi-line Bash execution blocks with clean inlineBash(command)syntax. - Removed
[Tool Call]prefix: All tool calls now display cleanly astool_name(arguments)(e.g.view_file(src/index.css),write_to_file(src/index.css),replace_file_content(src/index.css:12-25)). - Eliminated raw Go map printouts: Cleaned parameter string formatting so parameters are formatted nicely instead of raw
map[CommandLine:...].
馃摝 Prebuilt Binaries
| OS | Architecture | Binary |
|---|---|---|
| macOS | Apple Silicon (M1/M2/M3/M4) | mncode-darwin-arm64 |
| macOS | Intel (x86_64) | mncode-darwin-amd64 |
| Linux | x86_64 (amd64) | mncode-linux-amd64 |
| Linux | ARM64 (aarch64) | mncode-linux-arm64 |
| Windows | 64-bit (x64) | mncode-windows-amd64.exe |
Full Changelog: v0.1.2.1-beta...v0.1.2.2-beta
Full Changelog: v0.1.2.1-beta...v0.1.2.2-beta