-
Notifications
You must be signed in to change notification settings - Fork 25
Version Packages #809
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
Open
github-actions
wants to merge
1
commit into
main
Choose a base branch
from
changeset-release/main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Version Packages #809
+27,608
−262
Conversation
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
6e946f4 to
63cdbe7
Compare
63cdbe7 to
ef39fac
Compare
ef39fac to
8346e03
Compare
8346e03 to
7e7b256
Compare
7e7b256 to
d9bf6b8
Compare
d9bf6b8 to
e094446
Compare
e094446 to
f1e121b
Compare
f1e121b to
a7084a2
Compare
a7084a2 to
e71eb3c
Compare
e71eb3c to
4ccddda
Compare
4ccddda to
b5a72ff
Compare
b5a72ff to
f81a6f0
Compare
f81a6f0 to
25c5c22
Compare
25c5c22 to
c7ce705
Compare
c7ce705 to
21129d5
Compare
21129d5 to
e47e2b2
Compare
e47e2b2 to
8384a4f
Compare
8384a4f to
1322909
Compare
1322909 to
8d7eba0
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
adcontextprotocol@2.5.4
Patch Changes
240b50c: Add Addie code version tracking and shorter performance timeframes
ccdbe18: Fix Addie alert spam and improve content relevance
Alert deduplication fix:
The alert query now checks if ANY perspective with the same external_url
has been alerted to a channel, preventing spam from cross-feed duplicates.
Content relevance improvement:
Tightened
mentions_agenticdetection to require BOTH agentic AI termsAND advertising context. This prevents general AI news (e.g., ChatGPT updates)
from being flagged as relevant to our agentic advertising community.
ec0e4fe: Fix API response parsing in Addie member tools
Multiple MCP tool handlers were incorrectly parsing API responses, expecting flat arrays/objects when APIs return wrapped responses. Fixed:
list_working_groups: Extractworking_groupsfrom{ working_groups: [...] }get_working_group: Extractworking_groupfrom{ working_group: {...}, is_member }get_my_working_groups: Extractworking_groupsfrom wrapped responseget_my_profile: Extractprofilefrom{ profile, organization_id, organization_name }99f7f60: Fix pagination in auto-add domain users feature to fetch all organization members
6708ad4: Add debug logging support to Addie's AdCP tools and clarify probe vs test behavior.
debugparameter to all 10 AdCP tool schemas (get_products, create_media_buy, etc.)call_adcp_agenttool (individual tools provide better schema validation)probe_adcp_agentmessaging to clarify it only checks connectivity, not protocol compliance