dembrane next
dembrane next is the staging version of dembrane. Every change that merges to the main branch deploys there straight away; production updates on a tagged release roughly every two weeks. So some things are usable on dembrane next before they reach the production app most people use.
Anywhere in these docs you see dembrane next only, the feature works on dembrane next but is not yet in production. This page is the running list of what that covers right now, so you always know whether something you read about is actually available to you.
Note
You're almost certainly on production (dashboard.dembrane.com). If a feature below
isn’t showing up for you, that’s expected - it hasn’t shipped yet, it isn’t a bug.
On dembrane next right now#
| Feature | What it is | Where |
|---|---|---|
| Agentic mode (in Ask) | A chat mode that works in steps - searching across conversations, fetching transcripts, and chaining tool calls to answer harder questions. | Chat & Ask → Agentic mode |
If the table is short, that’s a good sign: most of dembrane is the same on next and production. Only genuinely in-progress features live here.
How this list stays honest#
The source of truth is the per-environment flags in the frontend config
(frontend/src/config.ts), where a dembrane next only feature reads as
byEnv({ next: true }, false) - on for next, off everywhere else.
At each production release (tagged from main, ~every two weeks), this page is reviewed: anything whose flag has widened to production graduates - it comes off this list and its dembrane next only tag is dropped from the main docs. So when a feature “goes out of next”, the docs follow.
Related#
- Chat & Ask - where agentic mode lives.
- Chat & Ask - for hosts - the host walkthrough.
- The documentation map - everything else.
Comments