Releases: citedy/adclaw
AdClaw v1.0.32
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
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
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
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
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
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
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
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
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
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.