docs(user-docs): sync with dev since the 09-15 review + 0.9.5 What's New + DigitalOcean install guide - #2869
Merged
Merged
Conversation
…k line and room stop, token-free git remotes, fan-out async mode, DigitalOcean install guide, 0.9.5 What's New Covers the 38 commits merged to dev after the last full review (dbc9698), plus the 0.9.5 user-facing release page. Documented: - Workspace: the Work card's one-line activity status and scroll-to-card on send, the theme switch, cross-tab sign-in sync, a Dictation section (the mic shows only when speech-to-text can work; failures name their cause), room turns can be stopped, and 1:1 attachments travel with an @mention. - GitHub: git asks a credential helper, so the token is out of remote URLs, .git/config and process listings (the agent can still read GITHUB_PAT); upgrade section + runbook link; sync-health polling takes no index lock and SYNC_HEALTH_POLL_INTERVAL_SECONDS; comma-separated allowed-tools. - MCP / automation: fan-out async_mode, and the batch deadline bounds the wait rather than the tasks; loop tools check the agent permission edge; refused calls are audited as refusals; unknown model ids get 422; wake-on-answer is human-only; post-run validation (previously undocumented); utilization over 100%; the post-switch retry keeps the remaining timeout. - Onboarding / deploy: new guides/deploying/digitalocean.md converted from the docs site and checked against trinity-do-create.sh; the Getting started checklist now lives in the Systems sidebar; Public URL labels; ops-agent /update on hosted installs. - whats-new/v0.9.5.md, linked from both indexes. Corrections found against code: the troubleshooting FAQ pointed at the target agent's Permissions tab (grants live on the caller's); schedule retries default to 0 in the UI and REST (only the MCP create tool defaults to 1); Workspace clients do see the live card; voice-replies' settings location and STT fields; the sync-poll interval is a default; two heading anchors and a leftover issue link. FAQ 474 -> 499 questions; index regenerated from headings (two underscore anchors that never resolved are fixed). Verification: relative link + anchor check 0 broken over 110 pages; issue-number / codename grep 0 hits in added lines; deploy public-safety greps and the enterprise-docs-guard pattern 0 hits. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
vybe
approved these changes
Sep 17, 2026
vybe
left a comment
Contributor
There was a problem hiding this comment.
Reviewed: docs-only sync; links, anchors, codename and public-safety greps verified clean.
vybe
enabled auto-merge (squash)
September 17, 2026 15:31
vybe
disabled auto-merge
September 17, 2026 15:33
…sted only for now Ability.ai does not currently offer managed Trinity hosting. Remove the "Cloud Hosted (ability.ai)" comparison and Option A walkthrough from the deploying hub (install paths become the section; the self-hosted options are re-lettered A–D), and rewrite the FAQ answer that pointed users at a hosted sign-up. The licence answer no longer mentions "a managed instance". Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
vybe
enabled auto-merge (squash)
September 17, 2026 15:34
This was referenced Sep 17, 2026
vybe
pushed a commit
that referenced
this pull request
Sep 17, 2026
…an install (#2883) Ability.ai does not offer managed Trinity hosting, and docs PR #2869 already removed it from the user docs. The README still offered it in three places. - "Deploy an instance" and the self-host aside now point at the guided DigitalOcean install as the least-work path to a server. - The licence line drops "or a managed instance". - The deployment-questions contact stays. Co-authored-by: sim <sim@example.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Brings
docs/user-docs/up to date with the 38 commits merged todevsince the last full user-docs review (#2803), and adds the user-facing What's New in v0.9.5 page.Documented
@mention..git/configand process listings. The agent can still readGITHUB_PAT, and the docs say so.SYNC_HEALTH_POLL_INTERVAL_SECONDSis documented.allowed-toolsworks.async_mode, and the batch deadline now limits only the wait, not the tasks.modelvalue gets a422.guides/deploying/digitalocean.md, converted from the docs site and checked againsttrinity-do-create.sh./updatenow handles hosted installs.whats-new/v0.9.5.md, linked from both indexes. Its "Full technical record" link points todocs/releases/0.9.5.md, which arrives with the release-prep PR.No managed hosting. Ability.ai does not currently offer managed Trinity hosting. The "Cloud Hosted (ability.ai)" comparison and walkthrough are removed from
guides/deploying-trinity.md, and the self-hosted options are re-lettered A–D. The FAQ answer that pointed users at a hosted sign-up is rewritten.Corrections found against the code
voice-replies.md: the Settings location and the speech-to-text fields.The FAQ grows from 474 to 499 questions.
faq/README.mdis regenerated from the page headings, which also fixes two underscore anchors that never resolved.Related Issue
No issue. This is a periodic
/generate-user-docssync.Journey Impact
Journey Impact: none: documentation-only change under docs/user-docs; no product code or user journey is modified
Type of Change
Testing
Mutation: n/a — not a fix
Checklist
🤖 Generated with Claude Code