You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- client.get_review_settings: only suppress the backend's DoesNotExist
(500); re-raise 401/403/429 so an auth error can't silently drop a
configured HITLSettings row.
- lookups._replay_one_version: return after a template/adapter staging
failure instead of publishing a version with stale content.
- agentic _clone_prompt_versions / _clone_schemas: adopt children already
on target (keyed by version) so a re-run against the same pair doesn't
re-create duplicates — mirrors the lookups version-replay guard.
Tests added for each. The draft_cache TOCTOU (P2) is already mitigated:
the `is None` write guard guarantees a valid draft id is never overwritten
by a peer's failure; only a benign extra GET can occur.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: 4f5ab436-eabb-4464-9a96-f024724bc818
0 commit comments