Django Orbit v0.12.0
Summary
Django Orbit v0.12.0 adds a metadata-first AI/LLM watcher and hardens the release workflow for agent-native Django observability.
Added
- Metadata-first AI/LLM watcher for supported OpenAI and Anthropic SDK calls.
- Safe LLM watcher config: RECORD_LLM, LLM_CAPTURE_CONTENT, LLM_CAPTURE_TOOL_CALL_ARGUMENTS and LLM_MAX_CONTENT_CHARS.
- Detail-panel action to copy a coding-agent prompt from the current request family or exception fingerprint.
- AI/LLM watcher documentation and production safety guidance for metadata-only LLM and MCP usage.
- Release workflow safeguards: local verify_release.py preflight, CI release-metadata check and PR checklist template.
- Detail-panel copy action for the full payload viewer.
Verification
- 281 tests passed, 1 skipped.
- MkDocs strict build passed.
- Package build passed.
- Twine check passed.
- Release preflight passed.