Skip to content

v0.4.0

Latest

Choose a tag to compare

@k-ibaraki k-ibaraki released this 27 Nov 06:06
· 1 commit to main since this release

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]
```

Full Changelog

v0.3.0...v0.4.0