feat: Implement AdCP v2.6 Support#191
Merged
Merged
Conversation
BaiyuScope3
commented
Jan 6, 2026
BaiyuScope3
commented
Jan 6, 2026
Collaborator
Author
|
The security audit showing a new issue github vulnerability scan |
Contributor
|
let's update the test framework that Addie or command line can use to try sending requests with and without required assets to flag to developers that they're using a field that won't be supported in the future |
f6a5f07 to
1e197eb
Compare
Collaborator
Author
71c7ec2 to
8b636ce
Compare
- Add warnings field to TestStepResult type - Detect deprecated assets_required usage in discoverCreativeFormats - Display warnings in formatter output and summary - Add unit tests for deprecation detection
AdCP v2.6.0 schema added additionalProperties: true to many types for extensibility, increasing index signatures from 29→101 (tools) and 15→73 (core). This is intentional for forward compatibility.
When calling list_creative_formats, CLI now warns if formats use the deprecated assets_required field instead of the new assets field. - Pretty output: Shows warning with affected format names - JSON output: Includes warnings array in response
- Server: Add usesDeprecatedAssetsField check to /api/creative/list-formats - UI: Display yellow warning box when formats use deprecated assets_required
8b636ce to
6fb6f8d
Compare
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
Updates the client library to support AdCP protocol version 2.6, including the new assets field in Format schema with backward compatibility for deprecated assets_required.
Adcp client version
3.5.2->3.6.0What's New in AdCP v2.6
Changes
test html pageTesting UI
Tests
Added 21 unit tests for format-assets utilities
Migration
v2.6 agents (using assets)
v2.5 agents (using assets_required)
assets_requiredwill be still supportedassetsfield