-
Notifications
You must be signed in to change notification settings - Fork 15
feat: Implement AdCP v2.6 Support #191
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
12 commits
Select commit
Hold shift + click to select a range
0864dae
feat: add format assets utilities for v2.6 backward compatibility
BaiyuScope3 2d9051f
feat: add URL input option for image/video assets in creative testing UI
BaiyuScope3 75a5f12
feat: sync version to AdCP v2.6 and update examples to use format-ass…
BaiyuScope3 23ecbb8
feat: update testing client to use format-assets utilities and add un…
BaiyuScope3 7117181
chore: add changeset for v2.6 support
BaiyuScope3 302089a
chore: rename changeset to meaningful name
BaiyuScope3 b54bc95
feat(testing): add deprecation warnings for assets_required field
BaiyuScope3 7452a2e
chore: update @modelcontextprotocol/sdk to 1.25.2 to fix vulnerability
BaiyuScope3 1b13b69
chore: regenerate types from updated v2.6.0 schema
BaiyuScope3 54b78ac
test: update type strictness thresholds for v2.6.0 schema
BaiyuScope3 9c4fb38
feat(cli): add deprecation warnings for assets_required field
BaiyuScope3 6fb6f8d
feat(ui): add deprecation warnings to creative testing page
BaiyuScope3 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| "@adcp/client": minor | ||
| --- | ||
|
|
||
| Add AdCP v2.6 support with backward compatibility for Format schema changes | ||
|
|
||
| - New `assets` field in Format schema (replaces deprecated `assets_required`) | ||
| - Added format-assets utilities: `getFormatAssets()`, `getRequiredAssets()`, `getOptionalAssets()`, etc. | ||
| - Updated testing framework to use new utilities | ||
| - Added URL input option for image/video assets in testing UI | ||
| - Added 21 unit tests for format-assets utilities | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| v2.5 | ||
| v2.6 |
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -153,5 +153,5 @@ | |
| "js-yaml": "^3.14.1" | ||
| } | ||
| }, | ||
| "adcp_version": "v2.5" | ||
| "adcp_version": "v2.6" | ||
| } | ||
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.