index
:
mingling.git
0.5.0-rd
archived/picker2_prototype
feat/new-pipeline-model
main
wip/new-mingling-ci
用于开发多子命令的命令行框架
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CHANGELOG.md
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(macros): add Wrap derive macro
0.5.0-rd
魏曹先生
22 min.
1
-1
/
+39
*
refactor!: remove legacy parser feature and migrate to picker
魏曹先生
50 min.
1
-0
/
+61
*
refactor!: remove Node type and simplify dispatcher macro syntax
魏曹先生
88 min.
1
-0
/
+64
*
refactor!: remove dynamic dispatcher registration API
魏曹先生
2 hours
1
-0
/
+51
*
refactor!: rename dispatch_args_trie to dispatch_args
魏曹先生
3 hours
1
-1
/
+16
*
docs(changelog): mark 0.4.0 as released and add 0.5.0
魏曹先生
28 hours
1
-2
/
+25
*
refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94
魏曹先生
33 hours
1
-12
/
+12
*
feat: move OSC94 under its own module and add confirmer predicates
魏曹先生
33 hours
1
-9
/
+9
*
feat(res): add OSC94 resource and setup for terminal progress
魏曹先生
46 hours
1
-0
/
+67
*
feat(res): add Confirmer resource and stdin args setup
魏曹先生
47 hours
1
-0
/
+35
*
feat(core): add public ArgumentSplitter utility
魏曹先生
2 days
1
-0
/
+25
*
feat(core): allow pre_dispatch hooks to mutate arguments
魏曹先生
2 days
1
-0
/
+35
*
feat(core): replace immediate output flag with print hook system
魏曹先生
2 days
1
-0
/
+29
*
feat(core): move config types to public config module
魏曹先生
2 days
1
-2
/
+8
*
refactor(core): extract global resource store into standalone container
魏曹先生
5 days
1
-0
/
+14
*
feat(parselib): remove invalid naming case variants
魏曹先生
7 days
1
-0
/
+9
*
feat: replace boolean program config with typed enums
魏曹先生
7 days
1
-0
/
+43
*
fix(comps): fix PowerShell completion word index and arg passing
魏曹先生
8 days
1
-0
/
+9
*
feat(pathf): remove BasicStructPattern from analyzer
魏曹先生
10 days
1
-0
/
+9
*
fix(core): write RenderResult::eprintln to stderr
魏曹先生
12 days
1
-0
/
+2
*
docs: document completion description support
魏曹先生
13 days
1
-0
/
+4
*
chore(core): merge custom completions with defaults
魏曹先生
13 days
1
-0
/
+8
*
refactor(dispatch_tree): match longest registered prefix in trie
魏曹先生
13 days
1
-0
/
+10
*
feat(metadata): add Description convention metadata type
魏曹先生
13 days
1
-0
/
+27
*
feat: add entry metadata system with compile-time typed values
魏曹先生
13 days
1
-0
/
+31
*
feat(comp): add prefix and suffix methods to Suggest
魏曹先生
13 days
1
-0
/
+7
*
fix(core): resolve subcommands after global parameters
魏曹先生
13 days
1
-0
/
+9
*
feat(comps): improve bash completion script word tracking
魏曹先生
13 days
1
-0
/
+2
*
chore: escape colons in zsh completion descriptions
魏曹先生
13 days
1
-1
/
+1
*
refactor(picker): replace global picker functions with PickerHelper
魏曹先生
14 days
1
-0
/
+8
*
chore: add EntryFallback completion support
魏曹先生
14 days
1
-0
/
+23
*
chore!: rename ErrorDispatcherNotFound to EntryFallback
魏曹先生
14 days
1
-0
/
+20
*
docs: Add preset feature groups and improve feature docs
魏曹先生
2026-08-03
1
-0
/
+12
*
docs: update changelog for CRATE_ROOT module placement
魏曹先生
2026-08-03
1
-5
/
+7
*
docs: add CRATE_ROOT module for docs_rs builds
魏曹先生
2026-08-03
1
-1
/
+5
*
revert: Remove picker_comp module and PickerArgSuggest trait
魏曹先生
2026-08-02
1
-8
/
+0
*
feat(core): add batch methods to Suggest and update macro
魏曹先生
2026-08-02
1
-0
/
+7
*
refactor!: rename `extra_macros` feature to `extras`
feat/new-pipeline-model
魏曹先生
2026-08-01
1
-10
/
+31
*
feat(picker_comp): add module to bridge picker and comp subsystems
魏曹先生
2026-07-29
1
-0
/
+8
*
feat(core/comp): add Suggest::combine method for merging suggestions
魏曹先生
2026-07-29
1
-0
/
+2
*
feat(dispatcher, gen_program): add From impl and default Entry pack type
魏曹先生
2026-07-28
1
-0
/
+4
*
feat(macros): wrap gen_program output in a hidden module
魏曹先生
2026-07-28
1
-4
/
+7
*
feat(mingling_macros, mingling_pathf): add `#[command]` attribute macro
魏曹先生
2026-07-28
1
-0
/
+40
*
refactor(pathf): move type resolution from compile-time to build-time
魏曹先生
2026-07-28
1
-1
/
+7
*
feat(picker): add convenience methods to PickArgParsed tuples
魏曹先生
2026-07-28
1
-0
/
+8
*
feat(picker): add filesystem-aware path value types
魏曹先生
2026-07-28
1
-0
/
+35
*
chore(changelog): mark release 0.3.0 as released on 2026-07-27
魏曹先生
2026-07-27
1
-2
/
+2
*
feat(macros): split monolith into one-macro-per-file modules
魏曹先生
2026-07-26
1
-4
/
+5
*
docs(changelog): fix item numbering in changelog
魏曹先生
2026-07-25
1
-4
/
+3
*
feat(core): consolidate sync/async exec pipeline with `might_be_async`
魏曹先生
2026-07-24
1
-0
/
+10
[next]