AiHummer docs
v1.0.x
RU EN

Changelog

v1.0.x · updated 2026-06-27

A history of notable AiHummer changes. The current line is v1.0.x; releases ship over four update channels: stable, alfa, beta and dev.

[!NOTE] This page lists changes that matter to users and administrators. The exact build version is visible in the Admin UI and in the API explorer (Swagger).

v1.0.x — 2026-06-27

Added

  • MAX channel. Added support for the Russian messenger MAX: the agent runs as a bot — it ingests inbound messages, runs a turn and replies back, just like on Telegram. The connector installs from the built-in Marketplace and is configured in the Admin UI.
  • Expanded personal-integration marketplace. Each user connects external accounts to themselves as zero-code integrations: Gmail, Google Calendar, Google Contacts, Google Tasks, Google Drive, YouTube, Outlook Mail, Outlook Calendar, OneDrive, Microsoft To Do, Todoist, Asana, Jira Cloud, ClickUp, GitLab, Fitbit, Oura Ring, Spotify, Samsung SmartThings and more.
  • API explorer (Swagger). A new interactive API explorer (Swagger) for the AiHummer endpoints — with built-in authorization and a “Try it out” mode. See also Swagger in the API section.
  • Two-mode plugin publishing. An extended Plugin SDK (keygen, package, sign, publish --private/--public) and a new Publishing a plugin page: private side-load into your instance (Admin UI / POST /v1/admin/modules/upload, trust store, pinned key) and the public registry via a PR to marketplace-catalog (auto-validator + AI review + manual merge + counter-signing). The manifest gained store-page fields description / icon / screenshots and publisher identity (publisher / visibility / publisher_key_id).
  • Multi-source catalog. Add extra sources in Plugins → Sources; the community catalog of third-party plugins is added separately and never overwrites the official one. AiHummer plugins carry an Official badge and rank first; third-party ones sort by download count. Updates re-run the signature check.

Improved

  • Refreshed documentation: a single bilingual navigation (RU/EN), in-docs search (⌘K) and quick “Download the app” and “Open Swagger” cards in the sidebar.

v1.0 — baseline

The baseline capabilities of the v1.0 line, as a reference point for later changes.

  • A finished product, not a framework. A single self-hosted service combines the control-plane and the turn engine; a typical install is one service plus PostgreSQL.
  • Host-native, no Docker. Deployed as a release tarball managed by systemd; no containers or orchestrators.
  • Multi-agent orchestration with sub-agents and reasoning strategies (plan-steps, reflect, debate, best-of-N, self-heal).
  • First-class agents with personas, a structured prompt and a per-agent model.
  • Long-term memory (Einstein) — facts extracted as reviewable claims and promoted to memory; recall is wrapped in a data-fence against prompt injection.
  • Knowledge / RAG with citations, plus deep_research for multi-step reports.
  • Channels — Telegram, Bitrix24 (internal employee IM), SIP telephony, an embeddable web widget and a mobile client (iOS).
  • OpenAI-compatible APIPOST /v1/chat/completions with SSE streaming.
  • No mandatory paid models — runs on free/local models and a Codex/ChatGPT subscription transport; per-tenant BYOK is optional.
  • Security as a baseline property — an encrypted credential vault, enterprise SSO (SAML / LDAP / SCIM / OIDC), Postgres Row-Level Security for tenant isolation, human-in-the-loop approval gates and audit.
  • A plugin marketplace with one-click, host-native install.