Releases: WhiteNoise/AIMyAPI
Releases · WhiteNoise/AIMyAPI
Release list
1.0.7 fixes and improvements
Full Changelog: v1.0.2...v1.0.7
1.0.2 AIMyAPI code generation update
- Rewrites the code generation to use a tool calling approach, allowing the agent to run code and debug with
console.logsand do compilation / type checking before finalizing the response. - adds better logging to the sandbox so that agents can see what's going on better
- Updates default models to gpt 5.4-mini, bump
open-aipackage version - Allows passing
additionalModelOptions - Simplifies a few things with the generated code and fixes bugs