> ## Documentation Index
> Fetch the complete documentation index at: https://snowglobe.so/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Releases

> Feature releases of the Snowglobe Connect client, one entry per minor version

This page lists **feature releases** of the [`snowglobe`](https://pypi.org/project/snowglobe/)
client — one entry per minor version bump (`x.Y.0`). Patch releases (`x.y.Z`)
and pre-releases (`aN`) are omitted here; for the full change history see
[Product Updates](/docs/snowglobe/docs/changelog/product_improvements).

Each version is tagged on [GitHub](https://github.com/guardrails-ai/client_wrapper/releases).

<Update label="2026-07-20" description="v1.1.0">
  **New in 1.1**

  * **`agent` command group** — scriptable `snowglobe agent create` and `snowglobe agent profile` (Agent Profile / tuning) commands.
  * **Downloadable run results** — `simulate` / `replay -o <file>` downloads the simulation data export on completion, with a graceful server shutdown so exports finish cleanly.
  * **Org pinning on launch** — agents can be selected with access to their pinned organization.
</Update>

<Update label="2026-06-18" description="v1.0.0">
  **First 1.x release — breaking CLI changes.** See the [1.0 migration guide](/docs/snowglobe/docs/changelog/product_improvements) for the full upgrade path.

  * CLI binary renamed **`snowglobe-connect` → `snowglobe`**.
  * **`auth` → `login`**.
  * `connect` (formerly `start`) now **requires `--simulation-id`** — each process is dedicated to a single simulation.
</Update>
