Skip to content

Django Orbit v0.12.0

Choose a tag to compare

@astro-stack astro-stack released this 09 Jul 15:29
· 14 commits to main since this release

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.