Releases: codeflash-ai/codeflash-cc-plugin
Releases · codeflash-ai/codeflash-cc-plugin
v0.3.0
What's New
New Language Support
- Java: Full Java project support with automatic detection and optimization
- JavaScript/TypeScript: Project support for JS/TS codebases
New Features
- OAuth PKCE login: Automatic API key authentication via OAuth flow
/codeflash:setupcommand: Auto-allow optimization setup command- Simplified hook: Delegates setup to skills for cleaner onboarding
Improvements
- Stop hook performance optimization with HEAD cache gate
- Better Python virtual environment detection
- Automatic pyproject.toml detection via upward directory walk
- Automatic codeflash trigger after first configuration
- Deduplication of optimization runs per session
- Multi-language routing fixes in stop hook
Bug Fixes
- Fix stop hook routing to wrong language path when file types don't match project type
- Fix HEAD cache state directory (use
.claude/instead of/tmp) - Various onboarding and setup reliability improvements