Skip to content

v1.0.1 — Depth & Hardening

Latest

Choose a tag to compare

@docxology docxology released this 24 Feb 14:10
· 31 commits to main since this release

What's Changed

Fixes (44 → 1 test failure)

  • trust_gateway.py: SAFE_TOOL_COUNT/DESTRUCTIVE_TOOL_COUNT lambdas → eager int constants (30+ tests)
  • auth.py: Added missing InfomaniakAuthError import (6 tests)
  • Stale paths: logger_config imports in test_improvements.py, demo_defense.py (3 tests)
  • audit_documentation.py: documentation.auditdocumentation.quality.audit (1 test)
  • security/secrets: generate_secret() stdlib namespace collision resolved via sys.modules pop/restore (4 xfail → pass)
  • infomaniak/security.py: deprecated codomyrmex.defensecodomyrmex.security.ai_safety
  • test_github_functionality_demo.py: return Truereturn (PytestReturnNotNoneWarning)
  • pytest.ini: Added filterwarnings for google.generativeai FutureWarning and PytestCollectionWarning

Added

  • collaboration/mcp_tools.py: swarm_submit_task, pool_status, list_agents
  • validation/mcp_tools.py: validate_schema, validate_config, validation_summary

Metrics

Metric v1.0.0 v1.0.1
Tests passing 9,628 9,675
Tests failing 44 1 (flaky)
xfail 4 0
MCP tool files 27 31
Warnings 189 187

Full Changelog: v1.0.0...v1.0.1