Skip to content

Releases: WhiteNoise/AIMyAPI

1.0.7 fixes and improvements

Choose a tag to compare

@WhiteNoise WhiteNoise released this 19 May 16:24

Full Changelog: v1.0.2...v1.0.7

1.0.2 AIMyAPI code generation update

Choose a tag to compare

@WhiteNoise WhiteNoise released this 26 Apr 20:09
  • Rewrites the code generation to use a tool calling approach, allowing the agent to run code and debug with console.logs and 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-ai package version
  • Allows passing additionalModelOptions
  • Simplifies a few things with the generated code and fixes bugs