Skip to main content
This page records the exact commit state of each DialNexa codebase that was used as the source of truth when writing and auditing this documentation. If you are updating docs after a product change, compare the current commit in each repo against these recorded IDs to understand what has changed.

Upstream Commit IDs

RepositoryBranchCommit IDVerified on
dashboard-femaster0195c4ae30442f60c61e17148d08405408c765d92026-05-24
dashboard-bemasterae1a473a0e09377edf8d3b4fc9da4c26bed0d9382026-05-24
speech-aimaster069e64619f89bc840d527af26a7c001c0f66f0242026-05-24

What This Means

Every feature, provider name, model name, enum value, and setting described in this documentation was verified against those three commits. Claims that do not appear in those commits - such as integrations, providers, or SDK capabilities - were either removed or marked as coming soon.

How To Check For Drift

Run the following in each repo to see what has changed since the recorded commit:
# Check commits since the recorded ID
git log <recorded-commit-id>..HEAD --oneline

# See which files changed
git diff <recorded-commit-id> HEAD --name-only
If the diff touches a module documented here, review the relevant pages and update them to match the new behaviour.