InfraDots logo

Changelog

What's shipped

Every meaningful change to InfraDots, in reverse chronological order. Read the longer write-ups →

Prefer a feed? RSS

May 2026

March 2026

  • featureagents·

    Custom agent skills as first-class resources

    Define, version, and assign agent skills via the API. Skills are now real records you can list, create, and target from automations instead of hard-coded prompts.

    Read the story →
  • featureworkspaces·

    Variable sets

    Group variables into reusable sets and attach them to one workspace or many. Update the set once and every attached workspace picks up the new values on its next run.

    Read the story →
  • featureintegrations·

    Slack integration

    Connect your Slack workspace to receive job notifications, request approvals, and react to events from the channels your team already lives in.

    Read the story →
  • featureworkspaces·

    Drift detection — with optional auto-remediation PRs

    Periodic re-plans surface drift between your code and live infrastructure. When the InfraDots agent is enabled with auto-implement, the orchestrator opens a pull request that reconciles the drift — review and merge like any other PR.

    Read the story →

February 2026

December 2025

  • improvementworkspaces·

    Scheduled jobs fail fast on missing variables

    Scheduled jobs now verify every required variable is defined before kicking off init/plan. Missing variables surface as a clear failure up front instead of an opaque error mid-run.