| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 4 days | 1 | -9/+9 |
| | | |||||
| * | Pass current context through hook control and support conversion | 魏曹先生 | 5 days | 1 | -116/+190 |
| | | |||||
| * | Redesign hook system with structured info types and ProgramControls | 魏曹先生 | 6 days | 1 | -112/+208 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -19/+16 |
| | | |||||
| * | Implement REPL execution with hooks and argument splitting | 魏曹先生 | 2026-05-18 | 1 | -8/+32 |
| | | |||||
| * | Move hook execution into the async and sync run methods | 魏曹先生 | 2026-05-18 | 1 | -2/+0 |
| | | |||||
| * | Rename `NextProcess` to `Next` across the codebase | Weicao-CatilGrass | 2026-05-17 | 1 | -5/+5 |
| | | |||||
| * | Refactor general_renderer into granular format-specific features | 魏曹先生 | 2026-05-16 | 1 | -0/+2 |
| | | |||||
| * | Migrate exit code control to resource-based system | Weicao-CatilGrass | 2026-05-13 | 1 | -2/+2 |
| | | |||||
| * | Add lifecycle hooks to program execution | 魏曹先生 | 2026-05-09 | 1 | -14/+100 |
| | | |||||
| * | Replace explicit return with trailing expression | 魏曹先生 | 2026-05-08 | 1 | -0/+1 |
| | | | | | Suppress clippy::ptr_arg lint in match_user_input | ||||
| * | Add dispatch tree feature for fast argument matching | 魏曹先生 | 2026-05-07 | 1 | -9/+21 |
| | | |||||
| * | Add help system with `#[help]` macro and `HelpRequest` trait | 魏曹先生 | 2026-04-25 | 1 | -0/+35 |
| | | |||||
| * | Remove redundant generic parameter from Program struct | 魏曹先生 | 2026-04-25 | 1 | -23/+18 |
| | | |||||
| * | Add new_with_args and dispatch_args_dynamic to Program | 魏曹先生 | 2026-04-22 | 1 | -47/+29 |
| | | | | | | 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/+61 |
| | | |||||
| * | Apply clippy suggestions and remove unused serde dependency | 魏曹先生 | 2026-04-11 | 1 | -6/+6 |
| | | |||||
| * | Implement basic command completion with shell support | 魏曹先生 | 2026-04-11 | 1 | -4/+5 |
| | | |||||
| * | Add shell completion script generation feature | 魏曹先生 | 2026-04-11 | 1 | -21/+2 |
| | | |||||
| * | Implement mingling::this function | 魏曹先生 | 2026-04-08 | 1 | -4/+6 |
| | | |||||
| * | Add general renderer support with serialization formats | 魏曹先生 | 2026-04-05 | 1 | -10/+30 |
| | | |||||
| * | Add allow attribute for clippy::type_complexity lint | 魏曹先生 | 2026-04-01 | 1 | -0/+1 |
| | | |||||
| * | Add documentation for mingling_core | 魏曹先生 | 2026-04-01 | 1 | -0/+1 |
| | | |||||
| * | Add early exit for renderer not found in execution loop | 魏曹先生 | 2026-04-01 | 1 | -0/+9 |
| | | |||||
| * | Add default error handling methods to ProgramCollect trait | 魏曹先生 | 2026-04-01 | 1 | -3/+2 |
| | | | | | | | | | The trait now includes `build_renderer_not_found` and `build_dispatcher_not_found` methods for constructing error outputs. The macro generates implementations that create appropriate error types, removing hardcoded enum variants. | ||||
| * | Replace typeid-based dispatch with enum-based dispatch | 魏曹先生 | 2026-04-01 | 1 | -33/+36 |
| | | | | | | | | | | - 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 | 1 | -0/+126 |
