v3.17.0

Gerstep/HumanCompilerv3.17.0Jun 16, 2026by Yukinobu-Mine

AI Summary

This release adds support for the Claude Opus 4.7 model and addresses technical debt by resolving dependency conflicts between xstate versions and updating TypeScript configurations.

Key Highlights

  • Added support for Claude Opus 4.7 model
  • Resolved xstate v4/v5 conflict in nested @aws-amplify dependencies
  • Enabled skipLibCheck and excluded lambda/ from root tsconfig
  • Pinned Poetry to 1.8.5 in Dockerfiles and CDK bundling

New Features

  • Support for Claude Opus 4.7 model

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)