New Features
- Added
.cursorrules
file: Enables agent creation using Cursor Composer without writing any code. - Added
refresh_from_id
parameter in theAgent
class: Controls whether agent settings are refreshed from OpenAI when an ID is provided, useful for backend integrations based on your setup.
Bug Fixes
- Fixed strict mode unsupported on Azure issue (#177).
- Improved parameter checking before running agents to reduce unnecessary OpenAI assistant updates.
- Enhanced tool classification for different uploaded files as attachments.
Full Changelog: v0.3.0...v0.3.1