docs: consolidate Inventor panel features and trigger management (replaces #697, #703, #714, #724) - #740
Draft
jordanc-relevanceai wants to merge 1 commit into
Draft
docs: consolidate Inventor panel features and trigger management (replaces #697, #703, #714, #724)#740jordanc-relevanceai wants to merge 1 commit into
jordanc-relevanceai wants to merge 1 commit into
Conversation
Folds #697, #703, #714 and #724 into one change. Adds Panel size, Scheduled check-ins and Web search tabs, Inventor trigger management, and the wide-panel sidebar nav. Drops per-feature early-access notes in favour of the page-level Enterprise pilot warning. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
This was referenced Jul 31, 2026
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.
Summary
Consolidates the four open PRs adding Inventor features into one change. All four edited
build/invent/invent.mdx— three of them the same## Inventor features<Tabs>block — so they would have conflicted with each other on merge. Branched frommain.build/invent/invent.mdx— three new tabs (Panel size, Scheduled check-ins, Web search), two new "What you can do" cards for trigger management, and the Conversations tab updated for the wide-panel sidebar nav.build/agents/build-your-agent/triggers.mdx— Inventor as a third place to manage triggers, plus a "Managing triggers with Inventor" section.build/workforces/build-an-ai-workforce/add-triggers.mdx— "Managing workforce triggers with Inventor", with the published-workforce requirement.build/agents/build-your-agent/agent-triggers/scheduled-triggers.mdx— cross-reference to the check-ins panel.Replaces these PRs (now closed)
Availability caveats: consolidated to one
Three of these PRs handled Inventor availability differently — #703 said web search is "behind feature flags and not yet available to all users", #714 said check-ins are "in early access", and #724 said nothing at all. Checked each flag:
inventor-web-search-fe— 100% rollout, no conditionsinventor-scheduled-check-ins-fe— 100% rollout, no conditionsinvent-v3(Inventor itself) — cohort-gated to "Relevance AI Employees" and "Invent + Evals Pilot (Mid 2026)"So the individual features are fully rolled out to everyone who has Inventor at all, and the real gate is access to Inventor. This page already opens with a Warning saying Inventor is a pilot for Enterprise plans only, request access via your account team — which is accurate and covers all of it.
Per-feature caveats were therefore dropped as redundant and misleading: they implied a second gate beyond the pilot that doesn't exist, and #703's would have told pilot users a working feature might be missing. If you'd rather keep a per-feature signal, say so and I'll add it back.
Other changes from source
<Info>reading "Triggers created via Inventor now correctly display as 'active' immediately after creation." That documents a fixed bug rather than current behaviour — changelog material, not reference docs.Verified as accurate and kept
aria-label="Scheduled check-ins"on apd/clockicon button.page_size: 200, commented as a soft cap.Not verified
Navigating to a different page resetting the panel to its default size (from #724) — carried over as written; I couldn't pin it to code.
Test plan