Skip to content

0.32.0

Choose a tag to compare

@takahirom takahirom released this 03 Mar 07:54
· 757 commits to main since this release
f92c484

Add AiOptions for Exploring and Improving AI Accuracy

image

We introduced several options to enhance AI accuracy:

  • Temperature: This controls how randomly the AI operates.
  • Image Detail: Options like "high" and "low" determine how the AI interprets images.
    Please refer to https://platform.openai.com/docs/guides/vision#low-or-high-fidelity-image-understanding for more details. I don’t think you need to adjust this, but you can experiment to see if it makes a difference.
  • Image Format:
    We can now pass lossy WebP images to the AI. I’m not entirely sure why, but I believe it may improve the AI’s image understanding. Feel free to try it out and see the results.

What's Changed

  • Add tests for UserPromptTemplate to validate command template handling by @takahirom in #187
  • Add index element to UserPromptTemplate for enhanced UI state representation by @takahirom in #188
  • Add ai options support by @takahirom in #189
  • Update UserPromptTemplate to simplify UI instructions by @takahirom in #190
  • Add support for custom image formats in AI options by @takahirom in #192
  • Add image detail options to AI settings and enhance UI components by @takahirom in #191
  • Add options to e2e by @takahirom in #193
  • Refactor screenshot handling to improve image processing and cleanup by @takahirom in #194

Full Changelog: 0.31.0...0.32.0