# AI Debugger 0.1.2
**GitHub Release**: [0.1.2](https://github.com/ai-debugger-inc/aidb/releases/tag/0.1.2)
**PyPI**: [ai-debugger-inc](https://pypi.org/project/ai-debugger-inc/)
---
## What's New
### Documentation & Architecture Cleanup
Updated documentation to reflect the current Service Layer architecture, replacing outdated API Layer references throughout the codebase.
- Renamed test fixtures directory from `api/` to `service/` for consistency
- Updated CLAUDE.md, skills, and developer documentation with accurate architecture descriptions
- Added Stateless Service Design as a key architectural concept
### CI/CD Improvements
- Fixed test-summary job incorrectly running on skipped Dependabot PRs
- Cleaned up workflow comments and conditions
### Dependency Updates
- Updated sphinxcontrib-mermaid
- Updated TypeScript tooling and types
- Updated vitest
---
## Installation
No changes to installation - works the same as 0.1.0:
```bash
pip install ai-debugger-inc
```
See [0.1.0 release notes](0.1.0.md) for full feature documentation.