0.49.0
Breaking Change for JSONL Files
The requests specified in our JSONL file did not accurately reflect the actual requests being used. Therefore, to maintain fidelity, we have switched to using curl
commands instead.
This approach also enables prompt optimization via skroll.
What's Changed
- Add an error message for adb connect timeout by @takahirom in #286
- Add endpoint handling by @takahirom in #285
- Fix for windows path by @takahirom in #246
- Output curl as jsonl file by @takahirom in #287
- Fix issue where curl is not saved by @takahirom in #288
- Add a link to api call json by @takahirom in #289
Full Changelog: 0.48.0...0.49.0