What's New in v0.4.0
Features
- Direct Token Support: Added support for passing access tokens directly via Authorization header (#29)
- Enables integration with existing token management systems
- Improves testing capabilities
- RFC 7235 compliant case-insensitive Bearer scheme parsing
Improvements
- Claude Code Skills: Added quality-check and sync-docs skills to reduce context overhead (#25)
- Agent Skills Structure: Fixed folder structure to comply with official Claude Code documentation (#27)
- Cloud Run Support: Enhanced compatibility with Google Cloud Run deployment (#24)
Documentation
- Fixed formatting in Japanese setup guide (#28)
Technical Details
This release focuses on improving flexibility and developer experience:
- Token can now be provided via Authorization header for custom authentication flows
- Better integration with CI/CD pipelines and testing environments
- Improved code quality tooling with automated skills
Installation
```bash
uvx [email protected]
```
Or with uv:
```bash
uv tool install [email protected]
```