v0.0.16

ChatGPTNextWeb/NextChatv0.0.16Apr 19, 2026by samuelcolvin

AI Summary

Contains input safety improvements and a refactoring of a configuration parameter name.

Key Highlights

  • Added input safety measures
  • Renamed `prefix_code` to `type_check_stubs`

Breaking Changes

  • Renamed `prefix_code` to `type_check_stubs`

New Features

  • Input safety

Full Release Notes

## What's Changed
* Input safety by @samuelcolvin in https://github.com/pydantic/monty/pull/360
* rename `prefix_code` -> `type_check_stubs` by @samuelcolvin in https://github.com/pydantic/monty/pull/361


**Full Changelog**: https://github.com/pydantic/monty/compare/v0.0.15...v0.0.16