v0.10.0
Django Orbit v0.10.0
Django Orbit v0.10.0 positions Orbit as an AI agent-native observability and debugging layer for Django.
Highlights
- Added agent-safe MCP serialization with sensitive-key masking and deterministic payload truncation metadata.
- Added high-level MCP investigation tools:
audit_mcp_exposure,investigate_request,investigate_exception_group,create_incident_bundle,build_debug_brief,propose_fix_hypothesesandpropose_test_plan. - Added JSON and Markdown incident bundles for human/agent handoff.
- Added MCP exposure controls:
MCP_INCLUDE_PAYLOADS,MCP_MAX_LIMITandMCP_MAX_PAYLOAD_CHARS. MCP_ENABLED: Falsenow blocks all MCP tools with a stable disabled response.- Reworked README, docs and roadmap around Orbit's AI agent-native direction.
- Fixed packaging so management commands, including
orbit_mcp, are included in the published wheel.
Notes
Telemetry opt-in is intentionally not part of v0.10.0. It remains separated for a future release.
Validation
python -m pytest --tb=short -q->196 passed, 1 skippedpython -m mkdocs build --strict-> passedpython -m build-> built wheel and sdistpython -m twine check dist/*-> passed- Clean PyPI install verified:
django-orbit[mcp]==0.10.0,orbit.__version__ == 0.10.0,orbit.agenticandorbit_mcpavailable