Skip to content

Releases: citedy/adclaw

AdClaw v1.0.32

01 Jun 00:39
30c923c

Choose a tag to compare

Runtime hotfix for hosted AdClaw: AdClaw AI usage proxy now sends a stable AdClaw User-Agent so Cloudflare does not block server-side usage checks with urllib's default User-Agent. Includes regression coverage in tests/test_adclaw_ai_usage.py.

AdClaw v1.0.31

31 May 22:50
bd184c6

Choose a tag to compare

AdClaw v1.0.31 prioritizes AdClaw AI at the top of the Models provider list for hosted workspaces and includes regression coverage for existing custom-provider ordering.

AdClaw v1.0.30

31 May 20:04
c2a703b

Choose a tag to compare

AdClaw v1.0.30

  • Add AdClaw AI model selection and included-message quota UI.
  • Add server-side AdClaw AI usage proxy hardening.
  • Rebuild console bundle for the public Docker release.

Verification before release:

  • PYTHONPATH=/root/adclaw-public/src pytest -q /root/adclaw-public/tests/test_adclaw_ai_usage.py /root/adclaw-public/tests/test_provider_registry.py
  • cd /root/adclaw-public/console && npm run verify:adclaw-ai-models-ui
  • cd /root/adclaw-public/console && npm run format:check
  • cd /root/adclaw-public/console && npm run build

AdClaw v1.0.29

30 May 23:04
2e58d97

Choose a tag to compare

Release AdClaw v1.0.29.

Includes the provider/model registry refresh already merged to main and publishes updated PyPI/Docker artifacts for hosted promotion.

Verification before release:

  • python3 -m pytest tests/test_provider_registry.py

AdClaw v1.0.28

26 May 22:48
8209974

Choose a tag to compare

AdClaw v1.0.28 release.\n\nIncludes console tool metadata polish:\n- Citedy tools copy updated to 70+ marketing tools.\n- Citedy key status now surfaces invalid/reconnect state instead of hiding balance silently.\n- MCP names render as customer-facing titles.\n- Skills list dedupes effective customized overrides over builtin duplicates.\n- Built-in skill security status is shown as verified instead of not scanned.\n\nValidation before release:\n- private/public PR checks green or non-blocking Kiro disabled.\n- targeted console metadata tests passed.\n- public CodeQL and console format checks passed.

AdClaw v1.0.27

26 May 21:49
45ca4d2

Choose a tag to compare

AdClaw v1.0.27 release. Includes Marketing Skills v2.0.1, console title/logo refresh, secret-store migration preservation, chat live-status/autoscroll polish, and persisted streamed replies across fallback model retries.

AdClaw v1.0.26

25 May 19:29
33d19cf

Choose a tag to compare

Patch release for hosted AdClaw wake UX.

  • Keeps a visible 'Waking your marketing office' status while a sleeping hosted workspace reopens.
  • Tells the user that the message is saved and will be sent automatically.
  • Makes the ready handoff explicit before replaying the queued prompt.

AdClaw v1.0.25

25 May 17:01
5a0684b

Choose a tag to compare

Hosted AdClaw fix: sleeping workspace model preflight now continues into the existing chat wake flow instead of showing the generic LLM Model Required prompt.

AdClaw v1.0.24

25 May 15:50
bcb1f94

Choose a tag to compare

Release candidate for hosted chat wake hardening.\n\nIncludes:\n- hosted chat wake/status same-origin credentials\n- fast failure on terminal wake status HTTP errors\n- stable wake progress copy during normal 1-2 minute wake

AdClaw v1.0.23

25 May 15:04
387b016

Choose a tag to compare

Hosted workspace chat wake UX.\n\n- Auto-detects sleeping/waking Host workspace responses in chat.\n- Reopens the workspace from the chat flow and retries the queued message.\n- Keeps dead/timeout wake states as explicit failed chat responses instead of silent pending bubbles.