Skip to content

AdClaw v1.0.22

Choose a tag to compare

@nttylock nttylock released this 24 May 23:16
· 38 commits to main since this release
cd4f60b

Host AI persona chat stability

  • Stabilizes hosted Host AI persona chat under reasoning-heavy Workers AI responses.
  • Suppresses hidden reasoning and malformed raw tool-call JSON from customer-visible streams.
  • Recovers a visible answer for reasoning-only turns instead of leaving dead chat.
  • Hardens delegation async handling, task-local depth, and customer-safe errors.
  • Keeps generic shell execution disabled by default for managed Host AI customer chats.

Validation:

  • Targeted pytest suite: 39 passed.
  • 100-message local Gemma stress: 100/100 ok, coordinator memory 12/12, raw tool JSON 0, shell tool 0.
  • Direct Workers AI Gemma REST and streaming smoke passed.