| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add help system with `#[help]` macro and `HelpRequest` trait | 魏曹先生 | 2026-04-25 | 1 | -0/+10 |
| | | |||||
| * | Remove redundant generic parameter from Program struct | 魏曹先生 | 2026-04-25 | 1 | -6/+6 |
| | | |||||
| * | Add new_with_args and dispatch_args_dynamic to Program | 魏曹先生 | 2026-04-22 | 3 | -10/+35 |
| | | | | | | Remove Display bound from Group type parameter and delete dispatcher_render macro. This is a breaking change. | ||||
| * | Make async an optional feature | 魏曹先生 | 2026-04-19 | 1 | -0/+4 |
| | | |||||
| * | Add Pickable implementation for enums with EnumTag trait | 魏曹先生 | 2026-04-13 | 1 | -1/+3 |
| | | |||||
| * | Remove comp module and add EnumTag derive macro | 魏曹先生 | 2026-04-13 | 1 | -0/+11 |
| | | |||||
| * | Use same suggestion format for PowerShell as Zsh | Weicao-CatilGrass | 2026-04-12 | 1 | -2/+2 |
| | | |||||
| * | Add Windows-specific flag detection and improve PowerShell completion | Weicao-CatilGrass | 2026-04-12 | 1 | -3/+16 |
| | | |||||
| * | Fix typo in PowerShell shell flag from "pwsl" to "pwsh" | 魏曹先生 | 2026-04-12 | 1 | -1/+1 |
| | | |||||
| * | Add ShellContext helper methods for completion logic | 魏曹先生 | 2026-04-12 | 2 | -1/+147 |
| | | |||||
| * | Filter out __comp node and improve debug logging in completion helper | 魏曹先生 | 2026-04-12 | 1 | -11/+16 |
| | | |||||
| * | Apply clippy suggestions and remove unused serde dependency | 魏曹先生 | 2026-04-11 | 2 | -2/+2 |
| | | |||||
| * | Add debug feature flag to trace_ctx function | 魏曹先生 | 2026-04-11 | 1 | -0/+1 |
| | | |||||
| * | Implement basic command completion with shell support | 魏曹先生 | 2026-04-11 | 2 | -17/+245 |
| | | |||||
| * | Add shell completion script generation feature | 魏曹先生 | 2026-04-11 | 1 | -4/+23 |
| | | |||||
| * | Add completion macro infrastructure without logic | 魏曹先生 | 2026-04-10 | 4 | -1/+35 |
| | | |||||
| * | Add basic completion module with shell integration | 魏曹先生 | 2026-04-09 | 4 | -0/+394 |
| | | |||||
| * | Implement mingling::this function | 魏曹先生 | 2026-04-08 | 1 | -36/+36 |
| | | |||||
| * | Add documentation for mingling_core | 魏曹先生 | 2026-04-01 | 4 | -0/+34 |
| | | |||||
| * | Replace typeid-based dispatch with enum-based dispatch | 魏曹先生 | 2026-04-01 | 3 | -71/+83 |
| | | | | | | | | | | - Add `Groupped` trait and `member_id` to `AnyOutput` - Add generic parameter `G` to `Dispatcher`, `Chain`, `Program` etc - Remove `hint` module and its marker types - Update macros to support explicit group specification - Add `gen_program` macro for generating enum-based programs - Add `GroupProcess` marker type for type-level grouping | ||||
| * | Rename mingling to mingling_core and update dependencies | 魏曹先生 | 2026-03-29 | 5 | -0/+276 |
