| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor!: remove dynamic dispatcher registration API | 魏曹先生 | 2 days | 1 | -9/+1 |
| | | | | | | | | Dispatchers are now always registered at compile time, removing the `with_dispatcher` / `with_dispatchers` methods and the `PathfinderConfig` API. The `dispatch_tree` feature now only controls the matching strategy (trie vs linear list). | ||||
| * | refactor!: rename `extra_macros` feature to `extras`feat/new-pipeline-model | 魏曹先生 | 2026-08-01 | 1 | -1/+1 |
| | | | | | | Update all references across docs, examples, and configuration files to use the shorter `extras` feature name. | ||||
| * | Add implicit dispatcher macro with auto-derived names | 魏曹先生 | 2026-05-24 | 1 | -0/+23 |
