Skip to content

Commit 3dff35e

Browse files
github-actions[bot]prosdev
authored andcommitted
chore: release packages
1 parent b26a876 commit 3dff35e

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

.changeset/python-support.md

Lines changed: 0 additions & 13 deletions
This file was deleted.

packages/dev-agent/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# @prosdevlab/dev-agent
22

3+
## 0.11.0
4+
5+
### Minor Changes
6+
7+
- 2955de2: Python language support
8+
9+
- Index Python codebases: functions, classes, methods, imports, decorators, type hints, docstrings
10+
- `__all__` controls export detection, `_` prefix convention as fallback
11+
- Async function detection, callee extraction, code snippets
12+
- Pattern analysis: try/except, import style, type coverage via tree-sitter queries
13+
- Skip generated files (\_pb2.py, migrations)
14+
- `isTestFile()` refactored to language-aware pattern map (test\__.py, _\_test.py, conftest.py)
15+
- All MCP tools (dev_search, dev_refs, dev_map, dev_patterns, dev_status) work with Python automatically
16+
317
## 0.10.6
418

519
### Patch Changes

packages/dev-agent/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@prosdevlab/dev-agent",
3-
"version": "0.10.6",
3+
"version": "0.11.0",
44
"private": false,
55
"description": "Deep code intelligence + AI subagents via MCP. Local-first semantic code search, GitHub integration, and development planning for AI tools like Cursor and Claude Code.",
66
"keywords": [

0 commit comments

Comments
 (0)