docs: update use case examples 2026-08-31 - #112
Open
JamesLawton wants to merge 1 commit into
Open
Conversation
Drop the deprecated CommitIntent HTTP step from the direct-integration examples in Fund and the LLM Integration guide. Both now call ExecuteIntent directly on intent.intentId, matching the 0xtrails 0.18.0 lifecycle change. Source of truth: 0xsequence/trails-api@5c42fda7 (proto/trails-api.ridl marks CommitIntent DEPRECATED; new clients call ExecuteIntent on a QUOTED intent). - use-cases/fund.mdx — remove the CommitIntent fetch, use intent.intentId, correct quote-expiry note (5 min, not 10), and link the Solana/Tron ExecuteIntentEdge path - resources/llm-integration.mdx — mirror the same change in the executePayment tool example
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.
What changed
use-cases/fund.mdx— the direct-integration example no longer calls theCommitIntentHTTP endpoint. It readsintent.intentIdfrom theQuoteIntentresponse and callsExecuteIntentdirectly. The quote-expiry note is corrected to 5 minutes and links out toExecuteIntentEdgefor Solana/Tron origin flows.resources/llm-integration.mdx— theexecutePaymenttool example mirrors the same change: nocommitIntentcall, useintent.intentId.Source of truth
0xsequence/trails-api@5c42fda7—CommitIntentmarked deprecated inproto/trails-api.ridl, andExecuteIntentnow acceptsQUOTEDintents (0xsequence/trails-api#1031).0xsequence/trails@6ae74cb— 0xtrails 0.18.0 CHANGELOG: "CommitIntent is removed from the send flow entirely: non-edge sends call ExecuteIntent directly after quoting."Verification
packages/0xtrails/src/mutations.ts@deprecatedannotation onuseCommitIntent.intent.intentIdis present onQuoteIntentResponse.intentin the source RIDL (Intent.intentId,proto/trails-types.ridl:315).ExecuteIntentEdgelink resolves once the siblingdocs/update-api-reference-2026-08-31PR lands (that PR createsapi-reference/endpoints/execute-intent-edge.mdx).Generated by the Trails Docs weekly agent.
Generated by Claude Code