v3.15.3

moeru-ai/airiv3.15.3Jan 8, 2026by github-actions[bot]

AI Summary

Introduces configurable model settings and fixes critical bugs in the Strands integration to ensure proper token handling.

Key Highlights

  • Added support for configurable defaultModel in cdk.json/parameter.ts to remove hardcoded references.
  • Fixed Strands integration breaking the 'continue generate' functionality by catching MaxTokensReachedException.
  • Updated aiohttp and urllib3 dependencies with important security patches.

New Features

  • Configurable defaultModel in cdk.json/parameter.ts

Full Release Notes

## Features
- Added support for configurable defaultModel in cdk.json/parameter.ts to replace hardcoded model references by @mludvig (#955)

## Bug Fixes
- Fixed Strands integration breaking continue generate functionality by properly catching MaxTokensReachedException by @Yukinobu-Mine (#994)

## Enhancements
- Updated aiohttp dependency from 3.12.15 to 3.13.3 in backend by @app/dependabot (#993)
- Updated urllib3 dependency from 2.5.0 to 2.6.0 in backend, including important security fixes for decompression bombs and chained encoding DoS attacks by @app/dependabot (#988)