| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: migrate mingling-specific picker code into mingling crate | 魏曹先生 | 3 days | 1 | -3/+11 |
| | | | | | | | | | BREAKING CHANGE: Remove `mingling_support` feature from arg-picker crate. The `EntryPicker` trait and `corebind` module are now part of the mingling crate directly, and `build_pattern1` is now a public method. | ||||
| * | feat(picker): add From impls for PickerArgs to Vec conversions | 魏曹先生 | 4 days | 1 | -0/+20 |
| | | | | | | | | Implement `From<PickerArgs>` for `Vec<String>` and `From<&PickerArgs>` for `Vec<&str>`, enabling seamless conversion from the picker arguments enum to owned or borrowed string vectors. | ||||
| * | refactor: rename `mingling_picker` to `arg_picker` | 魏曹先生 | 5 days | 1 | -0/+432 |
