fix(training-agent): bump @adcp/sdk to 6.9.0, close #3965 Class E#4052
Merged
fix(training-agent): bump @adcp/sdk to 6.9.0, close #3965 Class E#4052
Conversation
ee61517 to
b83d0c6
Compare
6.9.0 lands adcp-client#1477 (force.create_media_buy_arm + task_completion slots on ComplyControllerConfig) and adds a strict account.mode gate on comply_test_controller. Wires the new directive arm in sales tenant comply config and stamps mode: 'sandbox' on every tenant's resolved Account. Ratchets floors to capture the new clean baseline. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
b83d0c6 to
40a7df5
Compare
SDK 6.9.0 registers the task-poll helper as `tasks/get` (with slash); prior versions used `tasks_get`. The drift filter only knew the underscore form, so every tenant tripped on the new name. Accept both forms so the filter survives the rename. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This was referenced May 4, 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
@adcp/sdkto 6.9.0, which lands adcp-client#1477 (closes adcp-client#1472) — theComplyControllerConfig.forcetyped-slot gap that blockedforce_create_media_buy_armandforce_task_completionfrom reaching the SDK dispatcher.create_media_buy_armandtask_completionadapters intenants/comply.ts(sales). The v5 handlers already returned the spec-correctForcedDirectiveSuccess/ completion shapes; only the structured-config bridge was missing.mode: 'sandbox'on every tenant'saccounts.resolve(anonymous + brand-resolved). 6.9.0 added a strictaccount.modegate oncomply_test_controller('sandbox'or'mock'required;'live'denies with FORBIDDEN). The training agent is sandbox-only by deployment, so this is the correct steady-state.Closes #3965 Class E. Remaining residue: Class A (adcp-client#1455, context echo SDK gap, awaiting release) and Class C (signed_requests /mcp-strict, predates the 6.7 bump).
Test plan
media_buy_seller/create_media_buy_asyncstoryboard now passes itsforce_arm_submittedstep (pre-PR: failed withforced.arm: undefined)🤖 Generated with Claude Code