Skip to content

v0.3.0

Latest

Choose a tag to compare

@aseembits93 aseembits93 released this 09 Apr 00:17
· 3 commits to main since this release
fdf7ece

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:setup command: 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