Pinnable datasource filters
Demo by @brandon-pereiraWaking service from ClickStack Cloud
Demo by @brandon-pereiraConsistent enabling of AI features
Demo by @brandon-pereiraRaw SQL alerting
Demo by @pulpdrewHyperDX TUI improvements
Demo by @wrn14897npm install -g @hyperdx/cli, then run hdx to launch. Use the --tui flag to open the interactive terminal interface directly. The binary is also available via npm as hdx, so there is no separate install step once the package is in place.
Two notable features landed this week alongside the install improvements. Error messages now render with proper highlighting and structured display in the terminal, matching the formatting patterns from the web frontend so you get the same level of detail whether you are in the browser or the TUI. There is also a new SQL preview so you can see the underlying query being executed. On top of that, a new alerts page is accessible via Shift+A from the event viewer, giving you an overview of all configured alerts and their recent trigger history without leaving the terminal.
Related PRs: #2095 [HDX-3966] Improve TUI error message rendering and add SQL preview, #2093 [HDX-3969] Add alerts page (Shift+A) with overview and recent history, #2043 [HDX-3919] Add @hyperdx/cli package, #2101 [HDX-3976] CLI: migrate from apiUrl to appUrl with interactive login flow