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

# Changelog

> Release-by-release record of Vibex highlights, features, fixes, and internal changes.

export const releasesUrl = `${repoUrl}/releases`;

export const latestVersion = "0.1.0-rc.5";

Vibex records changes per release. Each version page summarizes the highlights, new features, fixes, and internal work in that release range. The short hashes at the end of an entry point to commits in [vibex-ai/vibex](https://github.com/vibex-ai/vibex) so you can trace the evidence.

<Note>
  Vibex is still in the `0.1.0` candidate phase. The newest release is **{latestVersion}**. Packages and download links follow [GitHub Releases](https://github.com/vibex-ai/vibex/releases).
</Note>

## Releases

<Columns>
  <Card title="v0.1.0-rc.5" icon="tag" href="/docs/en/changelog/v0.1.0-rc.5">
    September 20, 2026 · 95 commits · Goals as part of the session, a preview panel that can detach into its own window, the workbench command palette, automatic updates with release notes, native steering, and twenty built-in palettes.
  </Card>

  <Card title="v0.1.0-rc.4" icon="tag" href="/docs/en/changelog/v0.1.0-rc.4">
    September 17, 2026 · 45 commits · Ten light and dark themes, a floating window frame, one runtime manager, a rebuilt model picker, and terminal and search performance fixes.
  </Card>

  <Card title="v0.1.0-rc.3" icon="tag" href="/docs/en/changelog/v0.1.0-rc.3">
    September 12, 2026 · 91 commits · The remote authority takes over the workbench, connection-link pairing, the gpui-kit migration, and model limits.
  </Card>

  <Card title="v0.1.0-rc.2" icon="tag" href="/docs/en/changelog/v0.1.0-rc.2">
    September 10, 2026 · 42 commits · The cloud headless runtime, desktop client mode, cloud deployment, and the mobile overhaul.
  </Card>
</Columns>

`v0.1.0-rc.1` was the first release candidate and has no separate release note; see the [commit history at that tag](https://github.com/vibex-ai/vibex/commits/v0.1.0-rc.1).

## How to read a release page

* **Highlights** — the most important behavior changes in the release.
* **New Features** — what the release adds, grouped by the product surface it affects.
* **Fixes** — corrected issues, grouped by the surface they affect.
* **Performance** — improvements to responsiveness and resource use.
* **Internal, Build & Docs** — dependency bumps, build and release plumbing, documentation, and specs.

The short hash at the end of an entry, such as `(ec6e378)`, identifies the commit on GitHub.
