Dibbla Docs Get started Guides Workflows Changelog
Open Console
Resources

Changelog

Notable changes to Dibbla. Subscribe to the RSS feed if you'd rather pull than push.

Just started

This changelog begins here. It is not backfilled — entries before 2026-08-12 were never written down, and inventing them now would be worse than the gap.

2026-08-12

Skills are fetchable over HTTP

The Dibbla agent skills are now published at https://dibbla.com/.well-known/agent-skills/index.json, following the Agent Skills Discovery RFC (Draft 0.2.0). An agent with no dibbla binary can fetch the skill directly; every entry carries a sha256: digest to verify against.

This is a second supported install path, not a replacement. dibbla skills install still needs no network and still gives you the skill version matching your CLI. The mirror is pinned to a tagged release, so it is version-locked too — see Fetching the skill without the CLI.

CLI v1.2.47 – v1.2.49

  • dibbla deploy and dibbla apps update gained --env-file, and there is a new dibbla secrets import for bulk-loading a .env into secrets.
  • Skill content corrections: examples now point at production hosts rather than staging, and the “no network required” note is scoped to the CLI install path now that the same files are served over HTTP.

dibbla.com

  • A published FAQ — 17 questions, deep-linkable, readable without JavaScript.
  • Per-page titles and canonical URLs, a real 404, and dibbla.com/docs now redirects here instead of silently serving the home page.
  • llms.txt gained an FAQ index, and there is a new llms-full.txt carrying the whole site’s content in one fetch.