Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ __pycache__/
data/
repos/
.venv/
dist/
build/
*.egg-info/
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

## [0.2.1] - 2026-08-04
### Fixed
- PyPI metadata: switched to SPDX license expression, removed deprecated License classifier
### Added
- keywords/classifiers for PyPI discoverability

## [0.2.0] - 2026-08-03
### Added
- Full ~45-function API (bug query, lifecycle, fix-apply, live monitoring, LLM/token tracking, DB maintenance)
- Multi-provider LLM fallback
- live_monitor.py (spawn-and-own or tail-log modes)
- Go client package, extended npm client (5 → 49 methods)
- RPC dispatcher + CORS support in server.py
### Fixed
- Every Phase 1 stabilization bug (see PR history)
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading