docs(m108): changelog — six connectors + catalog + bounded broker mint#122
Merged
Conversation
Add an Update for the M108 connector platform: Grafana, Zoho Desk, Jira, Linear, Fly, and Datadog join GitHub and Slack — OAuth refresh connectors + API-key connectors, the registry-driven GET /v1/connectors catalog, and the now deadline-bounded broker token exchanges. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Resolve conflict in changelog.mdx — keep connector entry (UI tag already applied by greptile suggestion commit) alongside two new entries from main (CLI reliability + error-code reference). Dedent </Update> to column 0 to match every other entry.
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
Adds a changelog
<Update>for the M108 connector platform — the six new providers (Grafana, Zoho Desk, Jira, Linear, Fly, Datadog) joining GitHub and Slack.UZ-CONN-005.GET /v1/connectors, registry-driven dashboard cards.Pairs with the agentsfleet
feat/m108-connector-platformbranch (§3 refresh-mint, §4.1 catalog, findings ②/③/① so far). AUTH.md was updated in the product repo.Session notes
CHANGELOG_VOICE(one headline, consequence-first bullets, load-bearing facts — error code + endpoint — kept).origin/mainvia a worktree (the docs repo was on another milestone's branch).🤖 Generated with Claude Code
Greptile Summary
Adds a single
<Update>entry documenting the M108 connector platform: six new connectors (Grafana, Zoho Desk, Jira, Linear, Fly, Datadog), theGET /v1/connectorscatalog endpoint, and the bounded broker deadline fix.UZ-CONN-005rejection code.GET /v1/connectorsand the registry-driven dashboard cards covered.Confidence Score: 4/5
Documentation-only change that is safe to merge after adding the missing Integrations tag.
The entry omits the Integrations tag that every comparable connector entry in the file carries — readers filtering by that tag will not find this six-connector update. Everything else (content, structure, closing tag indentation, UI tag) is correct.
changelog.mdx — specifically the tags array on the new Update block.
Important Files Changed
<Update>entry covering six new connectors, the catalog endpoint, and bounded broker fix; missing"Integrations"tag means the entry is invisible to readers filtering by that tag.Sequence Diagram
%%{init: {'theme': 'neutral'}}%% sequenceDiagram participant Op as Operator participant Dash as Dashboard participant API as API (/v1/connectors) participant Broker as Credential Broker participant Vault as Vault participant Vendor as Vendor (OAuth/API-key) Op->>Dash: Open Connectors Dash->>API: GET /v1/connectors API-->>Dash: Registry (archetype, configured, connected) alt OAuth connector (Zoho Desk / Jira / Linear) Op->>Dash: Connect Dash->>Vendor: OAuth round-trip Vendor-->>Vault: Refresh token stored Broker->>Vendor: Mint access token (deadline-armed) Vendor-->>Broker: Access token Broker-->>API: Short-lived token else API-key connector (Datadog / Grafana / Fly) Op->>API: Submit key API->>Vendor: Live validation probe alt Key valid Vendor-->>Vault: Key vaulted else Key rejected Vendor-->>Op: UZ-CONN-005 (nothing stored) end end%%{init: {'theme': 'base', 'themeVariables': {"darkMode": true, "background": "#0d1117", "primaryColor": "#21262d", "primaryTextColor": "#e6edf3", "primaryBorderColor": "#8b949e", "lineColor": "#8b949e", "textColor": "#e6edf3", "edgeLabelBackground": "#161b22", "actorBkg": "#21262d", "actorBorder": "#8b949e", "actorTextColor": "#e6edf3", "actorLineColor": "#8b949e", "signalColor": "#8b949e", "signalTextColor": "#e6edf3", "noteBkgColor": "#373320", "noteBorderColor": "#d4a72c", "noteTextColor": "#f0e6c0", "labelBoxBkgColor": "#21262d", "labelBoxBorderColor": "#8b949e", "labelTextColor": "#e6edf3", "loopTextColor": "#e6edf3", "activationBkgColor": "#30363d", "activationBorderColor": "#8b949e"}}}%% sequenceDiagram participant Op as Operator participant Dash as Dashboard participant API as API (/v1/connectors) participant Broker as Credential Broker participant Vault as Vault participant Vendor as Vendor (OAuth/API-key) Op->>Dash: Open Connectors Dash->>API: GET /v1/connectors API-->>Dash: Registry (archetype, configured, connected) alt OAuth connector (Zoho Desk / Jira / Linear) Op->>Dash: Connect Dash->>Vendor: OAuth round-trip Vendor-->>Vault: Refresh token stored Broker->>Vendor: Mint access token (deadline-armed) Vendor-->>Broker: Access token Broker-->>API: Short-lived token else API-key connector (Datadog / Grafana / Fly) Op->>API: Submit key API->>Vendor: Live validation probe alt Key valid Vendor-->>Vault: Key vaulted else Key rejected Vendor-->>Op: UZ-CONN-005 (nothing stored) end endReviews (3): Last reviewed commit: "Merge origin/main, fix </Update> indent ..." | Re-trigger Greptile