0.21.0

takahirom/arbigent0.21.0Feb 12, 2025by takahirom

AI Summary

Introduces a tagging system for scenarios allowing filtering by tags, alongside a CLI argument rename.

Key Highlights

  • Added tags feature for scenarios
  • Filter scenarios using `--tags` option
  • Renamed CLI argument `--scenario-id` to `--scenario-ids`

Breaking Changes

  • Renamed command line option `--scenario-id` to `--scenario-ids`

New Features

  • Scenario tagging and filtering
  • CLI argument update

Full Release Notes

# Add Tag Feature
You can now add tags and filter them using `--tags="Settings"` or similar values.  
<img width="912" alt="Screenshot showing tag filtering" src="https://github.com/user-attachments/assets/ea8c270e-1aaf-4c6f-92ba-df050bbb167e" />

# Breaking Changes
The command line option `--scenario-id` has been renamed to `--scenario-ids`.


## What's Changed
* Add tags by @takahirom in https://github.com/takahirom/arbigent/pull/132


**Full Changelog**: https://github.com/takahirom/arbigent/compare/0.20.0...0.21.0