0.8.0

takahirom/arbigent0.8.0Jan 17, 2025by takahirom

AI Summary

Changes the CLI result file extension from `.yaml` to `.yml` and adds a share button in the UI that includes screenshots.

Key Highlights

  • Breaking change: CLI saves results to `result.yml` instead of `result.yaml`.
  • UI share button now includes screenshots.

Breaking Changes

  • CLI result file extension changed (`.yaml` to `.yml`).

New Features

  • Share button with screenshots in UI

Full Release Notes

## Breaking Change

* The CLI now saves results to `result.yml` instead of `result.yaml`.

## Feature

* You can now share results with screenshots in the UI using the share button. 


![image](https://github.com/user-attachments/assets/0be9e932-cbe4-448a-b4ef-c6114967a432)


<img width="305" alt="image" src="https://github.com/user-attachments/assets/55991d19-38fb-440a-b994-6beadc4046f9" />


## What's Changed
* Share result now have the screenshot in the folder by @takahirom in https://github.com/takahirom/arbigent/pull/72
* Fix override error in cli by @takahirom in https://github.com/takahirom/arbigent/pull/73
* Use .yml instead of .yaml for result file by @takahirom in https://github.com/takahirom/arbigent/pull/74


**Full Changelog**: https://github.com/takahirom/arbigent/compare/0.7.1...0.8.0