Skip to content

v0.2.0

Choose a tag to compare

@ArthurkaX ArthurkaX released this 08 Jun 07:31
· 96 commits to main since this release

0.2.0 - 2026-06-08

  • LLM Proxy: new built-in proxy server that intercepts Claude Code API calls and routes them to an OpenAI-compatible gateway.
    • Per-tier model remapping (opus, sonnet, haiku) — each can be "native" (real Anthropic) or a gateway model.
    • Runtime model selector overlay (show_llm_models) — switch proxy models on the fly without restart.
    • Toggle proxy on/off at runtime (toggle_llm_proxy).
    • Additional models registered via [[llm_proxy.model]] in config.
    • claude-mhd.bat launcher with instructions for users with/without an Anthropic subscription.
  • Settings editor: LLM Proxy actions now display correctly in the shortcuts editor (were showing as "Quit mhd" due to missing editor action names).
  • Blackbox: fixed SQLite nested-transaction spam and ensure_app_category "0 rows changed" errors in console output.
  • New files: llm-proxy/ crate, mhd-daemon/src/core/llm_proxy.rs, mhd-daemon/src/overlays/llm_models.rs.