fix(rectification): skip settlement for free turns #30
Reference in New Issue
Block a user
Delete Branch "codex/fix-rectification-free-settlement-20260811"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause
Free opening/read_only turns skip usage reservation but still called complete_usage after a successful Agent response. PostgreSQL returned request_missing and the runner downgraded the completed answer to usage_settlement_failed.
Fix
Verification