# Auggy Changelog

Canonical: https://auggy.dev/docs/changelog
Status: Published
Package: auggy 0.5.0

Latest published runtime and CLI updates.

## Source

This changelog is summarized from tagged Git history in ../augment-1 through v0.5.0, released on July 7, 2026. It groups related commits into product-facing changes instead of listing every individual commit.

## Tagged releases

| Version | Date | Summary |
| --- | --- | --- |
| v0.5.0 | July 7, 2026 | Runtime public preview: focused turn kernel, composable augments, typed tools, project-local skills, Console, stable memory and integration augments, and **Railway** deployment. Optional routes, generated clients, and delegated application authorization remain advanced preview surfaces. |
| v0.4.4 | May 26, 2026 | Bundled Link skill teaching, peer directory registry support, filesystem-as-truth storage layout, auto-mounted skills, layeredMemory opt-in configuration, and create-flow cleanup. |
| v0.4.3 | May 19, 2026 | Added Ollama remote support and bearer auth in the create flow. |
| v0.4.2 | May 19, 2026 | Added Ollama to the create-flow model provider picker. |
| v0.4.1 | May 19, 2026 | Hotfixed an npm boot crash and split @auggy/evals. |
| v0.4.0 | May 19, 2026 | Added the GET/HEAD info endpoint, native Ollama adapter, first-party admin module, per-augment adminInfo/admin actions, provider package split, per-agent installs, and release hardening. |
| v0.3.1 | May 12, 2026 | First CI-driven feature release with **Railway** deploy CLI, npm publish workflow, layered-memory integration evals, robust JSON extraction, and codified release process. |
| v0.3.0 | May 12, 2026 | Name-claim publish backfill over a large feature span: skills augment separation, link augment, visitorAuth hardening, notify and Telegram work, AG-UI chat GUI, turnControl, agent registry, and security eval gates. |
| v0.2.0 | April 28, 2026 | Completed the visitor economics slice: creator/agent/public trust model, turn-gate budget contract, budgets augment, layeredMemory, visitor tokens, cost/pricing traces, and trust-aware capability gating. |
| v0.1.1 | April 14, 2026 | Polished aug1 create with interactive engine and model selection, a welcome banner, clearer engine/augment language, and selected-provider .env examples. |
| v0.1.0 | April 14, 2026 | First working runtime: kernel, CLI, six augments, three model engines, AG-UI SSE chat, YAML config, memory, URL fetch, org knowledge, and operator escalation. |

## How to read this

- Tagged versions are release history. They should map to installable npm behavior when the package was published.
- Feature Status remains the support boundary for the docs site. When a changelog entry and a feature page appear to disagree, follow the page status label and the Feature Status matrix.
- Examples should only be treated as current implementation patterns when their page status matches the release state you are targeting.

## Related

- [CLI reference](https://auggy.dev/docs/cli-reference/markdown)