Changelog
Important Notice:
- Run
wuji updateto get the latest features and fixes - For any questions, please contact support@wuji.tech
2026.07.15
Component Versions
| Component | Version | Update Method |
|---|---|---|
| Wuji CLI | v2026.7.15 | wuji update or the install script |
Highlights
- Fixed the install script exiting before it installed the agent skills
2026.07.14
Component Versions
| Component | Version | Update Method |
|---|---|---|
| Wuji CLI | v2026.7.14 | wuji update or the install script |
Highlights
First release of Wuji CLI: the official command-line tool for Wuji devices — connect devices, upgrade firmware in batches, and automate with scripts, all without a GUI, plus one-command diagnostics with wuji doctor.
- Device management: scan and list devices over USB / UDP with
wuji devices, and probe device connectivity withwuji ping, covering all discovered devices by default or targeting one by SN, IP, or handedness - Parameter read/write:
wuji getandwuji setread and write device parameters with typed JSON output - Resource discovery: list a device's readable/writable parameters and subscribable topics with
wuji resources - Data subscription: subscribe to a topic's real-time data with
wuji sub <topic>, and control the frame count with--count - Health diagnostics:
wuji doctorchecks device health, including EMF disconnection detection and tactile dead-pixel / bad-column detection. Wuji Glove only for now, with more diagnostics and device types to come - Firmware upgrade: upgrade device firmware from the official catalog with
wuji upgrade. Check which devices have updates with--check, upgrade one or all devices, install a specific version with--to, flash a local package with--file, and browse available versions with--list. Downloads are sha256-verified and cached, flashing asks for confirmation (skip with--yes), and a per-device report is printed - Self-update:
wuji updatedownloads, verifies, and installs the latest release in place (--checkto check only) - Shell completions: generate completion scripts for bash, zsh, fish, powershell, and elvish with
wuji completions - Output formatting: most commands support
--json/--jsonloutput modes and device selection by--sn,--address, or--handedness - Colored output: consistent semantic colors for statuses, warnings, and values, with
NO_COLORsupport and a plain-text fallback on non-TTY output