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

# Changelog

> Follow Aomi SDK, widget, runtime, and integration updates, with a record of major product changes and current priorities.

Track significant changes to the Aomi platform, SDK, widget, and runtime. For day-to-day fixes, see the [GitHub releases](https://github.com/aomi-labs).

<Note>Documentation version: **v1.2** (updated 2026-06-29).</Note>

## In development

* **Discord bot.** Bringing the assistant to Discord servers ([status](/docs/getting-started/discord)).
* **iOS app.** Native mobile experience ([status](/docs/getting-started/ios)).
* **Agent discovery surfaces.** Make Apps visible across the network.
* **Stable markdown mirrors.** Documentation parity across channels.

***

## 2026-06 · Build path rewrite (Docs v1.2)

The Build path now matches the live platform.

**Changed**

* **SDK pin is now `=3.0.0`.** Every Build page pinned the old `=0.1.20`, which fails CI today. The pin you put in your `Cargo.toml` is the platform `required_sdk_version`, currently `=3.0.0`. The crate itself is `3.0.1`; you still pin the platform requirement.
* **One CLI: `aomi-build`.** The old `aomi-git` binary is gone. Deploy, status, activate, and connect are now subcommands of `aomi-build`. Installing with `--features cli` gives `aomi-build`; add `dev-runtime` to also get `aomi-run`.
* **Hosted deploy model.** `aomi-build deploy` is a thin relay to the backend. The backend reads your source through the connected Aomi GitHub App, opens a pull request, and CI publishes the release. The CLI no longer clones or pushes the platform repo.

**Added**

* **Deploy from the portal.** A no-code walkthrough at [Deploy and activate](/docs/build/toolchain/aomi-build): sign in at the settings page, then Dry run, Deploy, and Activate.
* **Verified on stamps** on the Build reference pages, showing the exact `aomi-sdk` commit each page was checked against.

**Fixed**

* Concepts section tightened so each page has one job, with the contradictory and not-yet-shipped claims removed.

***

## 2026-05 · Account Abstraction

Smoother UX without compromising custody.

**Added**

* **Account abstraction support.** EIP-4337 and EIP-7702 execution can batch calls into one operation and request network-gas sponsorship. See [Account abstraction](/docs/concepts/account-abstraction).
* **Telegram bot panel system.** Interactive panels for transaction review and tool output, including approve/reject flows for onchain actions.
* **`@aomi-labs/client` CLI GA.** Full reference at [CLI Reference](/docs/reference/client-cli); validate prompts, inspect sessions, and simulate execution locally.

**Changed**

* Wallet transaction handler now surfaces simulation diffs before signing in both the widget and Telegram surfaces.

***

## 2026-04 · Widget & Headless Library GA

The frontend story lands.

**Added**

* **Widget GA via shadcn registry.** `npx shadcn add https://aomi.dev/r/aomi-frame.json` installs `AomiFrame` and all sub-components. Source is copied into your project; you own and edit it.
* **`@aomi-labs/react` headless library.** `AomiRuntimeProvider`, `useAomiRuntime`, `useControl`, `useUser`, and the `AomiClient` client for building custom UIs.
* **Simulation pipeline with Anvil fork management.** Every transaction simulated on a forked network before reaching the wallet. See [Simulation Reference](/docs/reference/simulation-reference).
* **Compound component API.** `AomiFrame.Root`, `AomiFrame.Header`, `AomiFrame.Composer` for custom layouts.

**Changed**

* ControlBar split into composable subcomponents (`ModelSelect`, `AppSelect`, `ApiKeyInput`, `ConnectButton`, `NetworkSelect`).

***

## 2026-03 · Streaming, Models, Wallets

The runtime gets real.

**Added**

* **Streaming responses (SSE).** Text, tool calls, and tool results stream incrementally. Event types: `text`, `tool_call`, `tool_result`, `complete`.
* **Multi-model support.** Claude (Sonnet, Haiku), GPT-4o (and Mini), and 100+ models via OpenRouter. Switch at runtime via `/api/control/model` without redeploying.
* **Non-custodial wallet integration.** Para handles connect and account management; signing flows through wagmi-compatible connectors. Aomi never holds keys.

**Changed**

* Sessions are now keyed by `X-Session-Id` UUID with separate `AOMI-APP-KEY` for App scoping. See [Apps & Authentication](/docs/reference/apps-and-authentication).

***

## 2026-02 · Beta launch

Aomi opens to early users.

**Added**

* **Aomi platform beta.** Hosted runtime with App configuration, preamble + model selection, and the default App for unauthenticated testing.
* **Web App at [chat.aomi.dev](https://chat.aomi.dev).** Public chat interface, no install required.
* **Telegram bot [@aomi\_sendit\_bot](https://t.me/aomi_sendit_bot).** Chat with Aomi from Telegram.
* **App isolation.** Each App has scoped tools, preamble, model, and API key. Switching Apps changes the entire agent.

***

## Next steps

* [FAQ](/docs/resources/faq): frequently asked questions
* [What is Aomi?](/docs/build): platform overview
* [Client CLI](/docs/reference/client-cli): install and use the aomi command
