Skip to content

v1.3.4 Release Notes

Release Date: February 5, 2026
Release Type: Patch


Highlights

  • Introduced bundled features.toml as the source of truth for capability metadata.
  • Consolidated limits/config loading around the package-managed capabilities files.
  • Removed duplicate checked-in capability files and override-path complexity.

Changed

  • features.py was reduced to a thin loader around TOML-backed capability data.
  • capabilities/resolver.py now delegates file loading and caching to config_loader.
  • limits.toml handling now uses bundled package data plus sentinel conversion.

Fixed

  • Updated tier/limits tests to use direct config-loader injection.
  • Corrected tests expecting -1 where runtime now exposes None for unlimited values.