Skip to main content
Track significant changes to the Aomi platform, SDK, widget, and runtime. For day-to-day fixes, see the GitHub releases.
Documentation version: v1.1 (updated 2026-06-04).

In development

  • Discord bot. Bringing the assistant to Discord servers (status).
  • iOS app. Native mobile experience (status).
  • Agent discovery surfaces. Make Apps visible across the network.
  • Stable markdown mirrors. Documentation parity across channels.

2026-05 · Account Abstraction

Smoother UX without compromising custody. Added
  • Account abstraction support. Session keys for repeated actions without re-signing, gas sponsorship via paymasters, and batched operations in a single user-op. See 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; 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.
  • 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.

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. Public chat interface, no install required.
  • Telegram bot @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

Last modified on June 4, 2026