v0.1.2.5-beta
Pre-release
Pre-release
·
21 commits
to main
since this release
What's Changed in v0.1.2.5-beta
❓ Interactive Human-in-the-Loop Question Modal (ask_question / ask_user)
- Structured Multiple-Choice TUI Modal: Agents can invoke
ask_questionwith questions, recommendations, and options. - Interactive Controls: Navigate options with
↑/↓, press1-9for instant quick-selection, or choose custom write-in options ('💬 Other / Type custom answer...' or '💭 Chat more about this...'). - Graceful Fallbacks: Works seamlessly in both raw terminal TUI mode and standard piped CLI environments.
⚡ Live Steering & Concurrent Message Queueing During Execution
- Concurrent Input Listener: Users can type instructions while the model is actively streaming or executing tools.
- High-Priority Steering: Pressing
Enterinjects a live steering directive (⚡ [Steer Directive Injected (High Priority)]) that drains immediately into the agent's next turn. - Message Queueing: Prefixing with
/queue <prompt>schedules the prompt to run automatically after the current turn completes. - Graceful Cancellation: Press
Ctrl+CorEscat any point to cancel active execution cleanly.
📦 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.4-beta...v0.1.2.5-beta
Full Changelog: v0.1.2.4-beta...v0.1.2.5-beta