v3.17.0

luminal-ai/luminalv3.17.0Jun 16, 2026by Yukinobu-Mine

AI Summary

This release adds support for the Claude Opus 4.7 model and resolves dependency conflicts related to xstate and AWS Amplify.

Key Highlights

  • Claude Opus 4.7 model support
  • Resolution of xstate v4/v5 conflict
  • Enable skipLibCheck for TypeScript
  • Pin Poetry to 1.8.5 in Dockerfiles

New Features

  • Claude Opus 4.7 model support

Full Release Notes

## Features
- Added support for Claude Opus 4.7 model  by @RobbyRed98 (#1101)

## Enhancements
- Resolve xstate v4/v5 conflict in nested `@aws-amplify` deps by @Jay-BitPony (#1078 #1077)
- Enable skipLibCheck and exclude lambda/ from root tsconfig by @Jay-BitPony (#1076)
- Pin Poetry to 1.8.5 in Dockerfiles and CDK bundling by @Jay-BitPony (#1075)