Axiom
npx @buildinternet/releases get axiomAn AI agent can now create a real Axiom organization, work in it immediately, and hand it to a human to keep.
Agent-created organizations go live without a human in the loop. The org starts temporary for 24 hours; a claim link makes it permanently yours with everything the agent built intact. Unclaimed orgs are removed at the 24-hour mark.
Dashboards gained collapsible sections and gauge elements. Sections group related elements and stop their queries when collapsed; gauges work as dashboard elements with thresholds, value fields, and circular or semicircular styles. Multi-query charts now work for every query type, with sortable legends and heatmap colors, plus zoomable traces, and metrics gained an in filter.
Dataset schema locking prevents structural changes. Once enabled, no columns can be added, removed, renamed, or retyped — blocked at the API level for production datasets and governance.
The Grafana data source runs both APL and MPL queries. The plugin migrated from a legacy APL-only query shape to a shared v2 query model; saved queries convert automatically, and APL/MPL variable queries drive dashboard variables.
Correlations bridge observability signals without manual query stitching. A log event with trace context opens the matching trace directly; related workload metrics surface while inspecting a span.
The Axiom MCP server gained monitor and notifier management. Go SDK releases added UpdatedAt fields on datasets, monitors, and notifiers, partial and estimated query status exposure, and LimitError inspectable as an HTTPError — and now require Go 1.26+.