Changelog
2026-08-07 — Invitations, account emails and MCP links
Added
- Ask the MCP which Organization you are. A new
whoamitool answers with your Organization's id, name and slug, so a builder agent authenticated with only an API key no longer has to be told the id it needs for almost every other call. It never returns your key or any secret. get_email_config_urljoins the other redirect tools, so an agent can hand you the screen to set up your Organization's email provider. Email was the one credential with no such tool.- A recipe for the repository-agent flow (
get_repo_query_recipe), matching the ones that already existed for chatbots and CRMs. - Read your email delivery log with a server key. The log already recorded why a message did not arrive — including when a provider declines to send to an address that bounced before — but only the dashboard could read it. A server-key integration can now read it too, which is usually the fastest answer to "the email never arrived".
Changed
- Your invited role now survives registration. If you register through an Organization's API key before opening your invitation, you used to land as a plain member and the role you were invited with was silently discarded. It is now applied as soon as you verify your email address.
- Endpoints populate the field names their documentation promises.
roleon the organizations listing,emailanddisplay_nameon members,repoon repository sync jobs. The previous names still ship, so nothing that already adapted to them breaks. tokenworks where the docs saytoken. Accepting or rejecting an invitation now takes eithertokenorinvitation_token; the documented one used to be rejected.- Registration tells you whether the verification email actually went out. If it could not be sent, the response says so and points at the resend endpoint, instead of asking you to check an inbox nothing was sent to.
- The MCP documents what it actually returns.
execution_metadatais no longer described as an opaque object — the citation data an agent produces (file, repository, branch, commit) is documented, along with what will never be in it. Job status, agent runnability and the connected-repository list are documented too. - An expired session says so. Requests with an expired token now answer with
the standard
invalid_tokenchallenge, so an app can tell "refresh and retry" apart from "sign in again" instead of guessing. - Searching the MCP finds the configuration tools. Asking it for something like "email configuration url" returned nothing, because the tools that hand you a dashboard link were not part of what the search looked at. They are now, and a search no longer comes back empty just because one of your words was a filler word.
- Endpoint documentation no longer skips sections it points at. The agent chat endpoint referred you to a response shape that was never printed.
- The health endpoint reports which build is running, instead of a fixed version string that never changed, so you can tell whether a fix has reached the environment you are looking at.
Fixed
- Invitation emails from
invite-ownernow send — from the dashboard too. Neither the API nor the dashboard version of that endpoint had ever successfully sent one; the owner was created and the message silently was not. - Inviting an owner a second time works. If the first welcome email did not arrive, there was no way forward: the owner had no password, could not sign in, could not reset a password without that email, and a second invitation was refused because the account already existed. Re-inviting the same Organization's owner now issues a fresh temporary password.
- Your invited role is applied even when your Organization does not require email verification. In that setup the role was never applied at all, and opening the invitation afterwards reported that you were already a member.
- A password reset reaches every account on your address. If the same email is registered with more than one company on the platform, each account now gets its own reset message; previously only the most recently created one did.
- Email always sends through your own Organization's provider account. When two Organizations sent at the same moment, one could go out through the other's provider — so a message could arrive from the wrong sending domain and be counted against the wrong account. Each Organization's provider settings are now used strictly for its own messages.
- Repository sync from the MCP works for GitHub, not only Azure DevOps. The
tool rejected GitHub's
owner/repocoordinates before the request ever left, despite documenting support for them.
Changed
- An invitation now confirms you are the person it was sent to. An invitation is tied to the email address it was issued for, so it is accepted from an account with that address — a forwarded link no longer joins someone else to your Organization.
- The pre-registration invitation check returns just what it needs to show who invited you and to which Organization, so someone can see they have an invitation waiting before they have an account.
Fixed
- Invitation links use your Organization's own frontend URL. Invitations pointed at the default Genlobe address even when the Organization had its own configured — verify-email and reset-password links already honored it, and now invitations do too, so you can own your whole onboarding.
- Password reset and change-password emails go out again. Requesting a reset returned a success response while the message itself did not send, which made it look like the mail had simply not arrived.
- The MCP hands you the right dashboard link. Tools that give you a URL to
paste a credential — Stripe, Azure DevOps, GitHub — now derive the dashboard
address from your API host correctly instead of guessing an
app.prefix.
2026-08-06 — Answers that stream, and a Knowledge Bases module you can work in
Added
- Agent answers now stream as they are written. The dashboard chat fills in word by word instead of showing a spinner until the whole reply is ready, and it tells you which files the agent is reading while it works. Long answers used to sit silently for half a minute and, past a point, never arrive at all — they now come through.
- Try a Knowledge Base before you wire an agent to it. A query box on each Knowledge Base shows exactly which passages it returns for a question, with their similarity scores. When an agent answers badly, this is how you tell whether the retrieval brought the wrong material or the model misused the right material.
- Indexed documents have their own page. Open a document from its Knowledge Base and read it at its own address — linkable, shareable, and navigable with the browser's back button.
- A truncated answer says so. If a reply is cut short by its length limit, it is now labelled instead of being presented as complete.
Changed
- Knowledge Bases is now a list with a detail panel. Pick a Knowledge Base on the left and work on it on the right, with a filter box for finding one by name. The previous grid of cards stopped being usable once an Organization had more than a handful.
- Saving a repository connection now takes you to the sync workspace instead of dropping you back on the integrations grid with nothing to act on.
- Chat citations say what they actually are. An answer now shows the files the agent genuinely read, separately from the passages retrieval merely surfaced — the two used to be presented together as "sources". Commit hashes stay out of the way unless you ask about a specific version.
Fixed
- A repository connection is verified before it is saved. Pasting a token that the provider rejects used to be stored anyway and reported as connected; the failure only appeared later, when a sync refused to run. It is now checked against the provider on save and refused with an explanation, while a genuine provider outage still lets you save.
- Long lists no longer end silently. A Knowledge Base, document or passage list that had more entries than fit in one page simply stopped, with nothing to say more existed. Lists now load more on request and tell you when there is more to load.
- An answer in progress survives leaving the tab. Switching away from the agent's Test tab mid-question used to discard the reply when you came back — after it had already been generated and billed.
- Enter submits again when naming a new Knowledge Base or running a query.
2026-08-05 — Repo-query agents: connect a repository and ask about your code
Added
- Connect a code repository and ask an agent about it. Point Genlobe at an Azure DevOps or GitHub repository, sync it into a Knowledge Base, and your agent can answer questions about the codebase — citing the file it drew the answer from. You paste the credential in the dashboard; it never travels through an agent.
- Agents can read the live repository, not just the index. Grant an agent repository access and it gains read-only tools to list the tree, read a file and search the code as it is right now — useful when the indexed snapshot has drifted, or for files the index skips: binaries, lockfiles, anything over 1 MB. Off by default, per agent and per Organization.
- A "Repository agent" starter preset. One click scaffolds the whole use case — the Knowledge Base binding, a prompt tuned for answering about code, and the repository access grant — instead of wiring three things by hand.
- Cancel a repository sync in progress, instead of waiting out a long one.
- Schedule automatic re-syncs, so a connected repository's Knowledge Base does not silently go stale.
- Multi-turn chat in the agent Test tab. Hold a real conversation with an agent from the dashboard and see which files each answer used.
- One agent can now use several Knowledge Bases. Bind an agent to multiple KBs by role tag; results are merged by relevance.
- Agent replies render as formatted text. Code blocks, lists, tables and headings now display properly instead of showing raw Markdown.
Changed
- Integrations is now a searchable directory. Every integration is a card with its connection status at a glance, filterable by category, and opens in a side panel instead of a stack of long forms.
- Repository sync has its own page. Picking a repository, watching a sync run and reviewing past attempts live at their own URL — so a sync in progress can be linked and returned to — reached from the Repo Source panel.
- The agent Access tab explains what it is granting. Repository access shows the indexed snapshot the agent already reads — which Knowledge Base, when it was last synced — next to the live-access switch, and states what the switch adds on top.
- A Knowledge Base in use by an agent is protected from deletion.
Fixed
- Knowledge Base search is dramatically faster. Retrieval was scanning every stored chunk instead of using its index, so search time grew with the size of the Knowledge Base — on a large one, a single question spent seconds just searching. It is now in the low hundreds of milliseconds.
- Long dropdowns are fully usable again. A picker with many options — an Organization with a lot of Knowledge Bases, for example — could grow past the bottom of the screen, leaving its last options impossible to click.
2026-07-23 — Organizations: create/edit pages + per-Org branding
Added
- Organizations get dedicated create and edit pages. Creating or editing an Organization now has its own page instead of an inline form — upload a logo file, and set the website, brand color, and per-Organization Frontend URL right there.
- Trash & restore for custom entities. Recover a deleted record — or an entire schema — from a trash view that shows when each was deleted.
- Filter your usage by period. The dashboard overview now has a period/month filter, so you can review past periods instead of only the current one.
Changed
- Set your app's Frontend URL per Organization. The base URL where your end-users land for verify-email and password-reset links now lives on each Organization (set it on the org form) instead of a single workspace-wide setting.
- Simpler Knowledge Base creation. The role tag is generated automatically from the name — one less thing to invent.
- Safer schema deletion. Deleting a custom-entity schema now asks you to confirm by typing its slug and shows how many records it holds.
Fixed
- The dashboard reliably loads the latest version after an update — a caching fix so you no longer see a stale page until a hard refresh.
- Deleting a Knowledge Base document frees up your document quota again — soft-deleted documents no longer count against your plan.
- Knowledge Base creation no longer silently does nothing when no Organization is selected.
- Drive uploads can't be misrouted if you switch Organizations mid-upload.
- Cross-schema search filters now interpret filter values using the target schema's field types.
- The password-requirements checklist on signup and reset now reflects the real rules.
- The sidebar collapse button no longer shifts when you hover it.
2026-07-16
Added
- Delete an agent from the dashboard. You can now remove an agent you no longer need, with a confirmation step so you don't delete one by accident.
Changed
- Clearer sidebar. The workspace switcher and your user menu are now easy to tell apart — the user menu shows your avatar with a brand ring — and you can collapse the sidebar from an edge toggle to get more room.
- Better agent creation. When you create an agent, you can now choose which Organization it belongs to and attach a Knowledge Base directly from the form, so a new agent lands in the right place with the right knowledge.
- Landing page adapts to your session. The landing page's call-to-action buttons now reflect whether you're already signed in.
Fixed
- Accurate usage on the dashboard. The dashboard now shows your real usage and per-Organization AI cost — including amounts below one cent — instead of appearing empty when usage was small.
- Clickable Genlobe logo. The logo in the sidebar and on the login screen now takes you back home.
2026-07-15
Added
- Knowledge Bases — ground your agents on your own documents. Create a Knowledge Base, upload documents, and your agents answer from them using Genlobe's built-in vector search — no third-party search service. Manage it all from the dashboard: create and edit Knowledge Bases, upload and sync documents, and expand a document to see exactly how it was indexed.
- Drive — per-Organization file storage with real access controls. Each Organization gets its own file space. Choose who can read each file or folder (private, everyone in the Organization, or public), and grant your agents explicit, opt-in access to Drive files — they get none by default.
- Export your data & delete your account. Download a full copy of your data and request account deletion, with a 30-day cancellable grace period (GDPR Art.15 / Art.17).
- 18+ confirmation at signup. Creating an account now asks you to confirm you are 18 years of age or older.
- Account & agent suspension. Platform admins can suspend a tenant, organization, or agent that breaches the Acceptable Use Policy, with a clear reason surfaced to the affected account.
- AI transparency notice. A disclaimer appears before your first interaction with an AI agent, so it's always clear you're talking to AI.
- Public changelog. This page — see what shipped, release by release.
- Build a whole app through the MCP. A builder agent can now stand up an app end-to-end via the MCP: publish an agent so it can serve traffic, manage Knowledge Bases, and set file access — without leaving the tooling.
Changed
- Refreshed dashboard & landing. A cleaner look across the dashboard and landing pages, with improved light-mode contrast.
Fixed
- Your light/dark choice is respected. Light mode no longer flips back to dark after you log in, and the homepage hero follows the theme.
- Organization Stripe setup. Fixed an error that could block configuring an Organization's own Stripe.
- Logout. Signing out no longer pops duplicate "session expired" messages.
- Billing visible to admins. Admin team members can now open the Billing page in read-only mode; changing the plan, payment method, or usage settings stays limited to owners and billing members.
- Reliability fixes across agents, Knowledge Bases, and Drive.
Removed
- Google File Search is no longer used for retrieval — replaced by Genlobe's own vector search. Your documents are re-indexed automatically.