Qunivex
Language
Log In
Product
Releases
  • 1.52Live thinking, and a fix for reasoning models that use tools
  • 1.51Fixed a chat that could freeze the page mid-answer
  • 1.51A full reference page for the Discord bot
  • 1.50Housekeeping, and a few things we are not going to describe
  • 1.48Image attachments send reliably, and lighter
  • 1.47Full-size screenshots open in place
  • 1.47WordPress documentation, with screenshots
  • 1.46Sign in with Discord
  • 1.45WordPress plugin — early access
  • 1.44A warning when a disconnected Discord bot can't remove itself
  • 1.44Better search visibility, and a public Integrations page
  • 1.43Typing indicator for Discord mentions and DMs
  • 1.43A clearer Integrations page and a reworked Discord server view
  • 1.42Discord integration and a new Integrations page
Qunivex.com · Changelog · v1.52.0.1
Changelog

What's new in Qunivex

Every release worth knowing about, newest first — new features, improvements, fixes and security work. If something in your dashboard looks different from last week, this is where to find out why.

Currently running v1.52.0.1
v1.52.0.1 Latest FixedImprovedChatWidget

Live thinking, and a fix for reasoning models that use tools

2026-08-26
  • Fixed Models that reason inside <think> tags — Qwen and friends — broke apart once they called a tool. Everything they thought after the tool ran was printed into the reply as ordinary text, closing tag and all, and stray tool-call markers leaked in beside it. The reply now stays clean however many tools a turn uses.
  • Improved Turn on Appearance › Streaming › Show Thinking and the model's reasoning now streams as it happens, in a fixed-height box that scrolls itself instead of pushing the conversation around. It folds itself away into a “Thought for Xs” line the moment the answer starts.
  • Improved You can scroll up while a reply is still being written. The chat only follows the stream when you are already at the bottom, and starts following again as soon as you scroll back down.
v1.51.2.0 FixedChatWidget

Fixed a chat that could freeze the page mid-answer

2026-08-26
  • Fixed A reply containing a heading could lock up the tab while it streamed — the page stopped responding and even changing the address bar would not recover it. The message renderer had a state where a heading whose text had not yet arrived was handed to no branch at all, so it re-read the same line forever. Fixed in the playground, the sub-agent playground and the embedded widget, and the renderer now guarantees it always moves forward.
v1.51.1.0 DocsDiscord

A full reference page for the Discord bot

2026-08-22
  • New /docs/discord covers connecting a server, the exact permissions the bot requests, slash commands vs. @mentions vs. DMs, routing channels to different sub-agents, plan limits, and what the bot's own reply means when something's blocking it — matching the reference pages already published for the API and the WordPress plugin.
v1.50.0.0 NewImproved

Housekeeping, and a few things we are not going to describe

2026-08-12
  • New There are now six hidden things in Qunivex — five somewhere in the app, one that only ever appears inside a deployed widget. Find any one of them and it will tell you how many are left. That is the entire hint.
  • Improved Removed leftover development logging that was printing to the browser console and the server log on every chat.
  • Improved When a database migration is skipped at startup, the log now names which one — previously it reported the error with no way to tell which of seventeen migrations had raised it.
v1.48.0.0 FixedImprovedChatImages

Image attachments send reliably, and lighter

2026-08-12
  • Fixed Attaching an image to a chat could leave the assistant stuck on “Thinking…” forever. The upload was being rejected before it reached the app, and the chat had no way to tell you — both are fixed.
  • Fixed A single attachment at the advertised 5 MB limit is now actually accepted; previously anything over roughly 3.5 MB was refused.
  • Improved Photos are now resized in the browser before sending, to the resolution vision models read anyway — a full-size phone photo uploads faster and costs fewer tokens with no loss in what the assistant can see.
  • Improved A chat that fails before it starts streaming now says why — attachment too large, rate limited, expired session — instead of spinning.
v1.47.1.0 ImprovedDocsWordPress

Full-size screenshots open in place

2026-08-11
  • Improved The full-size screenshot on /docs/wordpress now opens in a lightweight viewer on the same page, with zoom in/out and a close button, instead of jumping to a new browser tab.
v1.47.0.0 NewDocsWordPress

WordPress documentation, with screenshots

2026-08-11
  • New A full WordPress plugin reference now lives at /docs/wordpress — every setting explained, what the plugin adds to your pages, what it stores, and the fixes for the handful of things that make the chat bubble silently not appear. It is the link WordPress shows on your Plugins screen, so it opens straight from your own admin.
  • Improved The WordPress setup page has been rebuilt around actual screenshots of the plugin's settings screen, so you can match what you're reading to what's in front of you. The install now reads as one numbered sequence, and your readiness checks sit in a panel that stays on screen while you work through it.
  • Improved Your agent's Widget Public Key is now shown on the project Overview page, under the Project ID — it's the value the WordPress plugin and other integrations ask you to paste, so it no longer means a detour to Deployments.
v1.46.0.0 NewAccounts

Sign in with Discord

2026-08-11
  • New "Continue with Discord" now sits alongside Google on the login and register pages. Discord confirms your email address, so there is no verification link to wait for — just confirm your name and date of birth and you're in.
  • New Already have a Qunivex account on the same address? Signing in with Discord links the two rather than creating a second account, and you can keep using either method.
  • Security A Discord account whose email address Discord itself has not verified cannot be used to sign in, so nobody can claim an address they don't control.
v1.45.0.0 NewIntegrationsWordPress

WordPress plugin — early access

2026-08-11
  • New The official Qunivex plugin for WordPress is here. Install it, paste your agent's widget key under Settings → Qunivex, and the chat bubble is live on your site — no theme editing and no script tag. Show it everywhere, or place it on chosen pages with the [qunivex_chat] shortcode.
  • New The plugin also adds an AI writing assistant to the WordPress post editor, drafting and rewriting with your agent's knowledge base, tools and guardrails. It runs on the Qunivex API, so it needs an API key and a Starter or Pro plan.
  • New Integrations → WordPress is now a full setup page. It hands you the exact values to paste and pre-checks the three things that make a widget silently render nothing on the far side: no widget key, the widget switched off, or your WordPress domain missing from the allowlist. There's a troubleshooting section for when the bubble still doesn't appear.
  • Improved The plugin is awaiting WordPress.org directory review, so for now you install it from a downloadable zip. It already uses the final plugin folder name, so once the directory listing goes live WordPress will offer one-click updates automatically — nothing to reinstall.
v1.44.1.0 FixedDiscord

A warning when a disconnected Discord bot can't remove itself

2026-08-09
  • Fixed Disconnecting a Discord server always removes the connection, but the bot itself leaving the server is a separate Discord API call that can occasionally fail. Previously that failure was silent; now you get a warning telling you to remove the bot by hand from Server Settings → Members if it's still listed.
v1.44.0.0 SEONew pageIntegrations

Better search visibility, and a public Integrations page

2026-08-09
  • New A public /integrations page — no login required — explains how to add the AI chatbot to a website with one <script> tag, plus the Discord bot and REST API, so search engines and evaluators can find and read it before creating an account.
  • Improved The homepage's title and description now lead with "AI chatbot for your website in one script tag," matching what people actually search for, and a new FAQ answer covers Discord and API access.
  • Improved Added FAQPage structured data to the homepage and the new Integrations page, and BreadcrumbList data to the latter, so eligible questions can surface as rich results in search.
  • Improved The homepage nav now links to Integrations, and both pages are listed in sitemap.xml and allowed in robots.txt.
v1.43.1.0 ImprovedDiscord

Typing indicator for Discord mentions and DMs

2026-08-09
  • Improved The bot now shows Discord's "is typing…" indicator while it works out a reply to an @mention or a DM, refreshed until the answer is ready. Slash commands already showed Discord's own "thinking…" spinner.
v1.43.0.0 ImprovedIntegrationsDiscord

A clearer Integrations page and a reworked Discord server view

2026-08-09
  • Improved Integrations cards are now a single line each — mark, name, current state, and the one thing you can do about it on the right edge.
  • Improved Once a Discord server is connected, clicking the Discord card opens that server's settings instead of only ever offering another install. Adding a second server moved to a compact button beside it.
  • Improved The Discord server page was rebuilt around a header carrying the server, its master on/off switch, and the four things worth knowing at a glance — default agent, channel overrides, last message and when it was connected.
  • Improved Agent selection and the slash-command / mention / DM switches now sit side by side rather than stacked, so the whole configuration fits on one screen.
  • Change Disconnecting a Discord server now removes the bot from it as well, instead of leaving an idle bot in your member list that never answers again.
v1.42.0.0 FeatureIntegrationsDiscord

Discord integration and a new Integrations page

2026-08-09
  • New Every project now has an Integrations page listing the places your agent can live. Discord is available today; WordPress, WhatsApp and Zapier are on the way.
  • New Connect a Discord server and your agent answers there — members use /ask in any channel, or just @mention the bot. It uses the same prompt, knowledge base, tools and guardrails you already configured.
  • New Route individual Discord channels to different sub-agents, so a #billing channel can reach your billing agent while everywhere else uses the default.
  • New Slash commands, @mentions and direct messages each have their own switch per server, and a server can be paused without losing its channel routing.
  • Improved Discord conversations appear in your project Logs alongside widget chats, and count against the same public chat allowance.
v1.41.0.0 FeatureUI

Languages, keyboard shortcuts and bulk document delete

2026-08-08
  • New Qunivex now speaks seven languages. Spanish, French, German, Portuguese (Brazil), Hindi and Japanese join English across sign-in, registration, password reset, the dashboard shell and every error page. Pick one from the globe in your account menu (or beside Log In if you are signed out) — and if you never pick, we follow your browser's own language setting.
  • New Keyboard shortcuts. Press ? anywhere to see the list. `g` then a key jumps to an account destination (g p for Projects, g b for Billing); inside a project, `t` then a key jumps to one of its tabs (t k for Knowledge, t d for Deployments); `[` and `]` step through the sidebar, and `/` opens search.
  • New Select several knowledge-base documents and delete them in one go, on both the project and sub-agent Knowledge pages. Tick the rows you want (shift-click for a range), or use Select all.
v1.39.0.0 FeatureAI

Image attachments and vision

2026-08-08
  • New Send images in chat on Starter and Pro plans. A + button in the composer, drag-and-drop on the conversation, and paste from your clipboard all add image attachments to your next message.
  • New Automatic model switching for vision. If your agent's chosen model can't read images, a message carrying one automatically runs on a vision-capable model — invisibly, just for that message, with the rest of your conversation unchanged.
  • Improved Image-understanding models are now available on the Starter and Pro plans. Your agents can understand screenshots, diagrams, photos and documents.
v1.38.0.0 ImprovedNavigation

Search that reaches past your projects

2026-08-08
  • Improved The search box on your Projects page now finds everything in the workspace, not just project cards. Sub-agents, custom tools, guardrails, MCP servers, captured leads and past conversations all turn up, grouped and labelled by what they are, with your matching projects still on the top row.
  • Improved The header search button moved to the right-hand end of the navbar, beside the help and notification controls, and is wider so it reads as the search field it opens rather than as another icon button.
  • Fixed Clicking a release in the changelog's sidebar now actually jumps to it. The page was borrowing the marketing site's anchor handling, which scrolled a part of the window that does not move on this layout.
v1.37.0.0 FeatureBilling

Notifications, archiving, invoices and this page

2026-08-07
  • New A notification centre in the header. Trial and plan notices, chat-limit warnings, account holds and finished Website Info jobs now land in a bell you can read whenever you get back — not only in an email you may have missed.
  • New Archive a project instead of deleting it. An archived project's widget stops answering visitors and the project moves out of your main list, but every agent, document, log and setting stays exactly where it was. Un-archive to bring it straight back.
  • New Downloadable invoices. Every payment on the Billing page now has a printable invoice with your details and ours — open it and use your browser's Save as PDF for your accounts.
  • New This changelog. Every release worth knowing about, in one place, linked from your account menu.
  • Improved Pausing a sub-agent is clearer: paused agents are labelled on the Sub-Agents list, so it is obvious why the main agent has stopped delegating to one.
v1.30.1.0 Polish

Quicker navigation

2026-08-07
  • New Dashboard, API, Team and Billing shortcuts in the top bar, reachable from any page.
  • Fixed Buttons on the API keys page needed a refresh before they worked.
  • Fixed Layout problems on the Teams and API pages.
v1.30.0.0 FeatureAPI

The Qunivex API

2026-08-06
  • New A REST API at /v1 with API-key authentication — manage projects, agents, tools, guardrails, MCP servers, documents and logs programmatically.
  • New OpenAI-compatible chat completions. Point any OpenAI SDK at our base URL and name one of your agents as the model; your existing code runs unmodified.
  • New A Python SDK (pip install qunivex) and full reference documentation at /docs/api.
v1.26.0.0 Feature

Teams

2026-08-05
  • New Invite people into your account — 2 seats on Starter, 10 on Pro, both excluding you.
  • New Editor and viewer roles, and per-seat project access so a member can be limited to the projects they actually work on.
  • New A stop-generation button in the playground.
v1.24.0.0 Performance

Faster knowledge base

2026-08-04
  • Improved Knowledge-base embeddings moved to the same provider as chat, cutting retrieval latency substantially on every message that consults your documents.
  • Fixed Plans page layout on phones.
v1.22.0.0 FeatureDesign

Light theme

2026-08-03
  • New A full light theme for the dashboard, with an auto mode that follows your operating system.
  • New Email notices when your trial or plan is ending and when your chat quota is running low, so a widget never goes dark without warning.
v1.20.0.0 Design

Sub-agent dashboard rebuild

2026-07-31
  • Improved The sub-agent pages were rebuilt around a proper overview, with its own knowledge base, tools and playground tabs.
  • Fixed Several Appearance-page issues, including preview drift between the editor and the deployed widget.
v1.18.0.0 Polish

Polish pass

2026-07-30
  • Improved A complete favicon set, including light and dark tab icons.
  • Fixed Every open item from the internal minor-changes list.
v1.16.0.0 Security

Opaque project links

2026-07-29
  • Security Projects, agents, tools, MCP servers and guardrails are now addressed by an opaque id (QXP-…) instead of a sequential number, so a URL no longer reveals how many exist platform-wide. Old links keep working.
  • New Forgot password and password reset.
  • New Rate limiting across the authentication and chat endpoints.
v1.14.0.0 Security

Signup rework

2026-07-28
  • Improved A rebuilt signup flow with clearer validation and error messages.
  • Security Hardened authentication routes throughout.
v1.12.0.0 Feature

Sign in with Google

2026-07-27
  • New Continue with Google, on both the login and register pages.
v1.11.0.0 Analytics

Cleaner analytics

2026-07-26
  • Improved Automated scans, bots and redirect responses are filtered out of visitor counts, so the numbers on your dashboard reflect people rather than traffic.
  • Improved Search-engine metadata and mobile layouts across the marketing pages.
v1.10.0.0 Security

Email verification

2026-07-25
  • New Accounts verify their email address with a single-use magic link before they can sign in.
  • Improved The model catalogue is now curated per plan, so each tier sees the models it can actually use.
  • Fixed QR code generation for the deployed widget.
v1.8.0.0 Feature

A guided first project

2026-07-24
  • New A getting-started tour that walks you from a new project to a deployed widget, shown once on your first project.
  • New A much wider model catalogue, with pricing and context windows shown at the point you choose.
  • New An About page.
v1.6.0.0 Design

Qunivex

2026-07-22
  • New The product is now Qunivex, with a new identity throughout.
  • New Overview and Projects became separate pages, and moving between dashboard pages no longer reloads the whole app.
v1.4.0.0 Feature

Smarter retrieval

2026-07-20
  • Improved Agents now decide for themselves when to search their knowledge base and what to search for, instead of retrieving on a fixed rule — noticeably better answers on documents with overlapping topics.
  • New Delegated sub-agents get their own knowledge-base search.
  • New A help panel in the dashboard.
v1.2.0.0 Design

Appearance and workflow

2026-07-19
  • New Glass themes and a dedicated colour picker on the Appearance page.
  • New Custom tools can set the text and icon shown in chat while they run.
  • Improved A rebuilt New Project stepper.
v1.0.0.0 Release

First release

2026-07-17
  • New Build an AI agent — model, prompt, knowledge base, tools, sub-agents and guardrails — and deploy it to any website with a single script tag.
  • New A visual workflow editor for the agent's execution pipeline.
  • New Privacy Policy and Terms of Service.

Version numbers follow MAJOR.MINOR.PATCH.BUILD — the further left the digit that moved, the bigger the change. Very small tweaks bump the last digit and don't get an entry here.

Spotted something that looks wrong? Tell us.