| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(dispatch_tree): use proper snake_case for dispatcher static names | 魏曹先生 | 5 days | 1 | -1/+2 |
| | | | | | | | | | | Fix the static name generation for dispatch tree nodes to use a correct snake_case conversion instead of a simple `.` to `_` replacement. Also correct the `__comp` completion dispatcher name from triple underscore to double underscore, resolving a mismatch between `register_dispatcher!` and `program_comp_gen` | ||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -7/+7 |
| | | |||||
| * | Remove module-level doc comments | Weicao-CatilGrass | 2026-05-17 | 1 | -15/+0 |
| | | |||||
| * | Log node strings in get_nodes for debug builds | 魏曹先生 | 2026-05-07 | 1 | -5/+5 |
| | | |||||
| * | Add compile-time dispatch tree generation for O(len) command routing | 魏曹先生 | 2026-05-07 | 1 | -0/+195 |
