🤖 Major MQTTX Copilot (beta.2) Enhancements and 🔧 CLI Improvements
MQTTX 1.9.8 introduces significant updates, primarily enriching MQTTX Copilot features and optimizing the CLI experience.
mqtt.js
, providing advanced debugging capabilities.chart.js
with echart
for enhanced traffic statistics display.Connection Management (Desktop): This addresses the issue of sending empty authentication information (temporary solution).
Known issue: In the MQTT-v5 protocol, the
mqtt-packet
library incorrectly requires a username to be provided when a password is set. However, MQTT-v5 allows sending a password without a username. Thanks to @JimMoen for the fix: https://github.com/mqttjs/mqtt-packet/pull/148
Copilot Functionality (Desktop): Corrects the temperature value in the OpenAI API for more precise Copilot responses.
enable Copilot switch
in the settings for greater user control over the Copilot feature.Full Changelog: https://github.com/emqx/MQTTX/compare/v1.9.7...v1.9.8