Skip to content

Releases: adsagents/adsagent-ai-skills

adsagent-ai-skills 0.7.67

Choose a tag to compare

@kimlucky7 kimlucky7 released this 08 Sep 04:53

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

Choose a tag to compare

@kimlucky7 kimlucky7 released this 04 Sep 21:45

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

Choose a tag to compare

@kimlucky7 kimlucky7 released this 14 Aug 11:43
bb717ee

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_ref recovery 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.py PASS

Pairs with Meta prod 1ffa06f7.

v0.7.59 — Meta Phase 6 durable refs

Choose a tag to compare

@kimlucky7 kimlucky7 released this 14 Aug 09:08
b19bd85

Skill Pack 0.7.59 aligns with smartads #131 Phase 6 (guide 2026-08-14.9).

Highlights

  • Prefer operations_confirm_approval / operations_get_approval over legacy confirm_token tools when capabilities.mutation_lifecycle is advertised.
  • Pin Meta manifest to prod 4b2ef773 (106 tools).
  • Manifest validation indexes call_only_tools for deprecated-but-callable confirm routes.

Verification

  • 158 pytest passed
  • validate_tri_channel_pack.py PASS

Pairs with Meta prod 4b2ef773.

v0.7.58

Choose a tag to compare

@kimlucky7 kimlucky7 released this 13 Aug 17:49
54e37ed

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

Choose a tag to compare

@kimlucky7 kimlucky7 released this 13 Aug 17:09
01e57d5

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.py
  • python scripts/validate_public_tool_manifests.py (pinned manifests + provenance)
  • python -m pytest -q (155 passed)

Closes #54 (routing). Partial #43 (High block only).

AdsAgent AI Skills 0.7.56

Choose a tag to compare

@kimlucky7 kimlucky7 released this 06 Aug 09:09
03a98a3

Clarifies Meta Quick Copy field ownership.

  • Use mode=new_adsets with target_campaign_id for existing-Campaign expansion.
  • Use campaign_status, adset_status, and ad_status for Quick Copy.
  • Keep status_option scoped to structure clone.
  • Keep append_mode scoped to QuickCreate.

No customer permissions or advertising mutations are performed by this Skill Pack.

AdsAgent AI Skills 0.7.55

Choose a tag to compare

@kimlucky7 kimlucky7 released this 02 Aug 13:54
a15db4f

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

Choose a tag to compare

@kimlucky7 kimlucky7 released this 01 Aug 17:42
7477305

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

Choose a tag to compare

@kimlucky7 kimlucky7 released this 01 Aug 16:27
22b10a5

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.