index
:
mingling.git
archived/picker2_prototype
feat/new-pipeline-model
main
try-new-badges
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
*
fix: generate async-compatible empty do_chain fallback
魏曹先生
45 hours
1
-1
/
+1
*
chore!: simplify ExitCodeSetup to non-generic unit struct
魏曹先生
48 hours
1
-0
/
+19
*
chore!: simplify DirectoryEnvironmentSetup to unit struct
魏曹先生
48 hours
1
-0
/
+19
*
chore!: remove legacy extra_macros feature alias
魏曹先生
2 days
1
-0
/
+2
*
refactor!: replace build.rs with compile-time macro build steps
魏曹先生
2 days
1
-0
/
+61
*
feat(macros)!: change completion context parameter to owned type
魏曹先生
3 days
1
-0
/
+28
*
feat(macros): relax completion attribute signature
魏曹先生
3 days
1
-0
/
+18
*
refactor!: replace pack! macros with derive-based pipeline types
魏曹先生
3 days
1
-0
/
+48
*
feat(macros): add Wrap derive macro
魏曹先生
3 days
1
-1
/
+39
*
refactor!: remove legacy parser feature and migrate to picker
魏曹先生
3 days
1
-0
/
+61
*
refactor!: remove Node type and simplify dispatcher macro syntax
魏曹先生
3 days
1
-0
/
+64
*
refactor!: remove dynamic dispatcher registration API
魏曹先生
3 days
1
-0
/
+51
*
refactor!: rename dispatch_args_trie to dispatch_args
魏曹先生
3 days
1
-1
/
+16
*
docs(changelog): mark 0.4.0 as released and add 0.5.0
魏曹先生
4 days
1
-2
/
+25
*
refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94
魏曹先生
4 days
1
-12
/
+12
*
feat: move OSC94 under its own module and add confirmer predicates
魏曹先生
4 days
1
-9
/
+9
*
feat(res): add OSC94 resource and setup for terminal progress
魏曹先生
5 days
1
-0
/
+67
*
feat(res): add Confirmer resource and stdin args setup
魏曹先生
5 days
1
-0
/
+35
*
feat(core): add public ArgumentSplitter utility
魏曹先生
5 days
1
-0
/
+25
*
feat(core): allow pre_dispatch hooks to mutate arguments
魏曹先生
5 days
1
-0
/
+35
*
feat(core): replace immediate output flag with print hook system
魏曹先生
5 days
1
-0
/
+29
*
feat(core): move config types to public config module
魏曹先生
5 days
1
-2
/
+8
*
refactor(core): extract global resource store into standalone container
魏曹先生
8 days
1
-0
/
+14
*
feat(parselib): remove invalid naming case variants
魏曹先生
9 days
1
-0
/
+9
*
feat: replace boolean program config with typed enums
魏曹先生
9 days
1
-0
/
+43
*
fix(comps): fix PowerShell completion word index and arg passing
魏曹先生
11 days
1
-0
/
+9
*
feat(pathf): remove BasicStructPattern from analyzer
魏曹先生
13 days
1
-0
/
+9
*
fix(core): write RenderResult::eprintln to stderr
魏曹先生
2026-08-05
1
-0
/
+2
*
docs: document completion description support
魏曹先生
2026-08-04
1
-0
/
+4
*
chore(core): merge custom completions with defaults
魏曹先生
2026-08-04
1
-0
/
+8
*
refactor(dispatch_tree): match longest registered prefix in trie
魏曹先生
2026-08-04
1
-0
/
+10
*
feat(metadata): add Description convention metadata type
魏曹先生
2026-08-04
1
-0
/
+27
*
feat: add entry metadata system with compile-time typed values
魏曹先生
2026-08-04
1
-0
/
+31
*
feat(comp): add prefix and suffix methods to Suggest
魏曹先生
2026-08-03
1
-0
/
+7
*
fix(core): resolve subcommands after global parameters
魏曹先生
2026-08-03
1
-0
/
+9
*
feat(comps): improve bash completion script word tracking
魏曹先生
2026-08-03
1
-0
/
+2
*
chore: escape colons in zsh completion descriptions
魏曹先生
2026-08-03
1
-1
/
+1
*
refactor(picker): replace global picker functions with PickerHelper
魏曹先生
2026-08-03
1
-0
/
+8
*
chore: add EntryFallback completion support
魏曹先生
2026-08-03
1
-0
/
+23
*
chore!: rename ErrorDispatcherNotFound to EntryFallback
魏曹先生
2026-08-03
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
[next]