Releases: adsagents/adsagent-ai-skills
Release list
adsagent-ai-skills 0.7.67
What's Changed
- Clarify MCP wording for directory/SEO scrapers by @kimlucky7 in #81
- Point directory SEO copy at adsagent.md/connect by @kimlucky7 in #82
- seo: Meta Ads MCP in Cursor plugin directory metadata by @kimlucky7 in #83
- Add Cloud Agent environment via the shared devbox install script by @kimlucky7 in #88
- Vendor the devbox cloud bootstrap; install without cross-repo access by @kimlucky7 in #89
- Refresh vendored devbox: node dispatcher no longer execs itself by @kimlucky7 in #90
- Add AGENTS.md: validation commands and Cloud Agent delivery rules by @kimlucky7 in #91
- AGENTS.md: this skill pack is not released by the box; merging stays the last step by @kimlucky7 in #92
- Refresh vendored devbox from adsagent-marketing@9d23ab7 by @kimlucky7 in #93
- Honor MCP retry delays and bounded task polling by @kimlucky7 in #94
Full Changelog: v0.7.66...v0.7.67
AdsAgent AI Skills 0.7.66
What's Changed
- Release Skill Pack 0.7.61 for Campaign Ops v2 by @kimlucky7 in #74
- Document #152 product pause and spend reconciliation by @kimlucky7 in #77
- Ship Claude plugin MCP bundle as adsagent v0.7.63 by @kimlucky7 in #78
- Add Anthropic plugin directory license exception (v0.7.64) by @kimlucky7 in #79
Full Changelog: v0.7.61...v0.7.66
Skill Pack 0.7.60 — Meta Phase 5 direct-write mutation_ref
Skill Pack 0.7.60 aligns with smartads #131 Phase 5 complete + Phase 6 (guide 2026-08-14.13).
Highlights
- Document Phase 5 direct-write
mutation_refrecovery for templates, interests, products, permissions, MMP, setup, notifications, and tasks. - Pin Meta manifest to prod
1ffa06f7(106 tools). - Register Phase 5 config-write tools in public-tool-references.
Verification
- 159 pytest passed
validate_tri_channel_pack.pyPASS
Pairs with Meta prod 1ffa06f7.
v0.7.59 — Meta Phase 6 durable refs
Skill Pack 0.7.59 aligns with smartads #131 Phase 6 (guide 2026-08-14.9).
Highlights
- Prefer
operations_confirm_approval/operations_get_approvalover legacy confirm_token tools whencapabilities.mutation_lifecycleis advertised. - Pin Meta manifest to prod
4b2ef773(106 tools). - Manifest validation indexes
call_only_toolsfor deprecated-but-callable confirm routes.
Verification
- 158 pytest passed
validate_tri_channel_pack.pyPASS
Pairs with Meta prod 4b2ef773.
v0.7.58
Mutation lifecycle client scaffold (Phase 2)
- Add
mutation-lifecycle-contract.md— handle discipline + dual-stack ref-first rules (#66) - QuickCreate append: qualify counts as
execution.campaign_count/execution.adset_count(#130) - QuickCreate ↔ Quick Copy path ownership table in meta-copy contract
- Recovery matrix: ref-first rows when hosted durable handles are advertised
Pairs with smartads PR #135 (cd1e7de7) for hosted field-placement repairs.
Recommended after: Meta deploy of #135. Compatibility ledger remains 0.7.55..0.7.57 until a separate Meta #99 bump.
AdsAgent AI Skills 0.7.57
Summary
- Harden public manifest validators against false-pass shapes (#43 High).
- Scan all shipped skill bundles plus README/docs for unregistered tool references.
- Fix Meta template routing edge cases: order-independent compound modifiers and
campaigns based on templates(#54).
Validation
python scripts/validate_tri_channel_pack.pypython scripts/validate_public_tool_manifests.py(pinned manifests + provenance)python -m pytest -q(155 passed)
AdsAgent AI Skills 0.7.56
Clarifies Meta Quick Copy field ownership.
- Use
mode=new_adsetswithtarget_campaign_idfor existing-Campaign expansion. - Use
campaign_status,adset_status, andad_statusfor Quick Copy. - Keep
status_optionscoped to structure clone. - Keep
append_modescoped to QuickCreate.
No customer permissions or advertising mutations are performed by this Skill Pack.
AdsAgent AI Skills 0.7.55
Clarifies post-create evidence handling for Meta workflows.
- Follow reconciled create/copy live-config next actions exactly once.
- Keep live delivery state separate from spend evidence.
- Claim exact zero only when metrics_evidence.zero_proven=true.
- Keep mutation coverage scoped to metrics reads using after_mutation_ref.
No customer permissions or advertising mutations are performed by this Skill Pack.
AdsAgent AI Skills v0.7.54
Exact missing Meta template selectors are now normal bounded pre-create read results. Agents may continue only an already explicitly approved create, while post-write not_found remains persistence-unverified and is never replayed.
AdsAgent AI Skills v0.7.53
Template workflows now remain available in clients that expose Hosted tools but not MCP Resources. Agents use the request-scoped inline template contract when guide_resource_required=false, while preserving exact-name read-back and permission gates.