v0.8.1
π View X-CMD blog for more information about this version π Version compare: v0.8.0...v0.8.1
π Changelog
mthreads
- Added
mthreadsmodule ββ came for the 30-day free trial, ended up buying a package.
Moore Threads runs GLM 4.7 on domestic GPUs, wanted to see how it goes. But we shipped a bit rushed β some requests return 502, not production-ready yet. Talking to their support engineers. Fingers crossed.
If you want to tinker:
# Interactive API key setup
x mthreads init
# Launch Claude Code, try Moore Threads backend
x claude mt
minimax
- Added
minimaxmodule ββ users asked for it, I'm already using it.
MiniMax has solid response times and decent features for the domestic market.
It's my main backend now. Threw in a cpstatus command to check code plan usage β they bill on a 5-hour window.
# Interactive setup
x minimax init
# Check current usage (5-hour window)
x minimax cpstatus
# Launch Claude Code with MiniMax
x claude mm
If you've got MiniMax credits, give it a spin.
claude
- Added
mtandmmsubcommands ββ purely because I'm lazy.
Switching backends manually was annoying. Env vars, API keys, model params... can't remember all that.
Now x claude mm jumps straight to MiniMax, x claude mt for Moore Threads.
Configs are reused from x mthreads init and x minimax init.
I'm mostly on MiniMax these days, but good to have options.
# MiniMax, one shot
x claude mm
# Moore Threads, same thing
x claude mt
nu
- Fixed Nushell 0.110.0 compatibility.
Nushell majors always ship breaking changes β we're used to it by now. This time they changed $nu.home-path to $nu.home-dir. @Cattle0Horse mentioned it in the WeChat group, we filed the issue right away.
Thanks for the heads-up, @Cattle0Horse! See: https://github.com/x-cmd/x-cmd/issues/371