aboutsummaryrefslogtreecommitdiff
path: root/mingling_core/src/asset
Commit message (Collapse)AuthorAgeFilesLines
* Use same suggestion format for PowerShell as ZshWeicao-CatilGrass10 hours1-2/+2
|
* Add Windows-specific flag detection and improve PowerShell completionWeicao-CatilGrass11 hours1-3/+16
|
* Fix typo in PowerShell shell flag from "pwsl" to "pwsh"魏曹先生27 hours1-1/+1
|
* Add ShellContext helper methods for completion logic魏曹先生30 hours2-1/+147
|
* Filter out __comp node and improve debug logging in completion helper魏曹先生31 hours1-11/+16
|
* Apply clippy suggestions and remove unused serde dependency魏曹先生36 hours2-2/+2
|
* Add debug feature flag to trace_ctx function魏曹先生36 hours1-0/+1
|
* Implement basic command completion with shell support魏曹先生37 hours2-17/+245
|
* Add shell completion script generation feature魏曹先生38 hours1-4/+23
|
* Add completion macro infrastructure without logic魏曹先生3 days4-1/+35
|
* Add basic completion module with shell integration魏曹先生4 days4-0/+394
|
* Implement mingling::this function魏曹先生4 days1-36/+36
|
* Add documentation for mingling_core魏曹先生11 days4-0/+34
|
* Replace typeid-based dispatch with enum-based dispatch魏曹先生12 days3-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-295-0/+276