aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Capture exit codes from anonymous hook finishes魏曹先生2026-05-092-3/+5
* Remove unnecessary closure in exit code control setup魏曹先生2026-05-091-1/+1
* Add exit code control and hook lifecycle features魏曹先生2026-05-096-13/+87
* Add lifecycle hooks to program execution魏曹先生2026-05-099-30/+507
* Add comprehensive test suite for picker parser moduleWeicao-CatilGrass2026-05-093-1/+741
* Add CI tooling and cargo alias `ci`Weicao-CatilGrass2026-05-0915-192/+455
* Move `comp` module from `asset` to crate rootWeicao-CatilGrass2026-05-096-6/+7
* Replace explicit return with trailing expression魏曹先生2026-05-082-1/+2
* Dispatch arguments using prefix tree with dispatch_tree feature魏曹先生2026-05-082-6/+44
* Add error type aliases to ProgramCollect trait魏曹先生2026-05-082-0/+4
* Add dispatch tree example and update doc version references魏曹先生2026-05-085-2/+235
* Expose compile-time feature flags as public constants魏曹先生2026-05-083-0/+92
* Document the dispatch_tree feature for O(n) to O(len) lookup魏曹先生2026-05-072-1/+3
* Log node strings in get_nodes for debug builds魏曹先生2026-05-072-6/+24
* Make the generated static dispatcher item public魏曹先生2026-05-071-1/+1
* Remove `__completion_gen` module wrapping from macro output魏曹先生2026-05-072-20/+13
* Add compile-time dispatch tree generation for O(len) command routing魏曹先生2026-05-075-2/+349
* Add dispatch tree feature for fast argument matching魏曹先生2026-05-074-17/+55
* Add dispatch_tree feature flag魏曹先生2026-05-073-3/+7
* Add cargo-generate project template instructions魏曹先生2026-05-072-0/+16
* Fix variable reassignment in handle_greet_entry function魏曹先生2026-05-072-4/+2
* Add release dates to changelog entries魏曹先生2026-05-071-8/+8
* Add historical changelog entries for versions 0.1.0-0.1.5魏曹先生2026-05-071-0/+113
* Add support for resource injection in `#[chain]` macro魏曹先生2026-05-073-32/+184
* Add static accessor to gen_program! macro output魏曹先生2026-05-072-0/+23
* Update mingling from 0.1.7 to 0.1.8魏曹先生2026-05-0719-68/+38
* Add Windows folder hide script with throttled checkWeicao-CatilGrass2026-05-062-0/+46
* Update project icon to pixel art versionWeicao-CatilGrass2026-05-056-4/+4
* Add day/night theme switching and GitHub corner to docs魏曹先生2026-05-046-41/+269
* Change mingling-cli dependency from path to version魏曹先生2026-05-044-2/+218
* Switch to published crates and update README for v0.1.70.1.7魏曹先生2026-05-0410-10/+235
* Fix docs-code-box-fix doc comment魏曹先生2026-05-041-1/+0
* Rewrite load.ps1 to support dot-sourcing and improve reliabilityWeicao-CatilGrass2026-05-041-29/+34
* Apply clippy suggestions in chain related filesWeicao-CatilGrass2026-05-043-14/+13
* Update docsify theme color to orange魏曹先生2026-05-042-33/+1050
* Add documentation for Picker, help display, and shell completion魏曹先生2026-05-0413-11/+771
* Fix the resource path issue on the English documentation entry page.魏曹先生2026-05-031-1/+1
* Add missing articles and improve documentation魏曹先生2026-05-0311-4/+64
* Add tool to fix blank lines around code blocks in Markdown魏曹先生2026-05-035-98/+263
* Replace docs README with static documentation pages魏曹先生2026-05-033-276/+13
* Generate translation sidebars and refactor sidebar generation魏曹先生2026-05-032-14/+51
* Restructure Chinese documentation into dedicated subdirectory魏曹先生2026-05-038-2/+80
* Update roadmap with completed v0.1.7 milestones魏曹先生2026-05-032-62/+62
* Add repl feature flag across workspace crates魏曹先生2026-05-033-1/+3
* Add Display derive and testing utilities for Next enum魏曹先生2026-05-025-4/+117
* Enforce `NextProcess` return type in chain functions and update examples魏曹先生2026-05-028-74/+107
* Restrict GlobalResources visibility to crate魏曹先生2026-05-021-1/+1
* Use specific features in dev-dependency魏曹先生2026-05-021-1/+1
* Add architecture overview and doc comments to macro crate魏曹先生2026-05-0212-104/+921
* Add documentation for fallback mechanisms魏曹先生2026-05-023-0/+279