Meta Pixel
ยท
Web
Bug FixAI

Credit Limits Now Enforced Across All AI Operations

AI coworkers and background AI tasks now stop gracefully when your workspace runs out of credits instead of continuing to consume API costs.

Bug Fixes
  • AI coworkers no longer execute when your workspace has insufficient credits
  • Background AI tasks (memory extraction, knowledge graph updates, daily summaries, resource summaries) now respect credit limits and skip silently instead of running
  • Luna analysis, workflow step generation, inline edit, and vision tools all check credit balance before making any LLM calls
  • FastPath agent loop checks credit balance before each iteration โ€” not just at job start โ€” so a multi-step task stops cleanly mid-run when credits are exhausted
  • Inline edit endpoint returns HTTP 402 (Payment Required) when credits are exhausted instead of failing with an error

AI operations now consistently stop before making any LLM call when your workspace has insufficient credits. Previously, several background tasks โ€” including memory extraction, knowledge graph updates, and daily project summaries โ€” would proceed regardless of credit balance, silently consuming API costs.

The fix covers every AI entry point: the FastPath agent loop now re-checks credits before each iteration, and eight background/auxiliary operations gained their own pre-flight checks. Workspaces with zero credits will see AI tasks skip gracefully with no errors shown to users.