Skip to content

@prosdevlab/dev-agent@0.11.0

Choose a tag to compare

@github-actions github-actions released this 01 Apr 06:01
· 46 commits to main since this release

Minor Changes

  • 2955de2: Python language support

    • Index Python codebases: functions, classes, methods, imports, decorators, type hints, docstrings
    • __all__ controls export detection, _ prefix convention as fallback
    • Async function detection, callee extraction, code snippets
    • Pattern analysis: try/except, import style, type coverage via tree-sitter queries
    • Skip generated files (_pb2.py, migrations)
    • isTestFile() refactored to language-aware pattern map (test__.py, __test.py, conftest.py)
    • All MCP tools (dev_search, dev_refs, dev_map, dev_patterns, dev_status) work with Python automatically