| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs: fix intra-doc links in mingling crate | 魏曹先生 | 3 days | 1 | -4/+4 |
| | | |||||
| * | refactor: rename Confirmer to ResConfirm and OSC94 to ResOSC94 | 魏曹先生 | 3 days | 2 | -47/+47 |
| | | | | | | | Rename `Confirmer` resource to `ResConfirm`, `ConfirmerCount` to `ConfirmCount`, and `ConfirmerPredicate` to `ConfirmPredicate`. Update related setups, guards, and documentation references. | ||||
| * | feat: move OSC94 under its own module and add confirmer predicates | 魏曹先生 | 3 days | 3 | -370/+17 |
| | | | | | | | Extract OSC94 state and guard types from `res` into a dedicated `osc94` module, and add `ConfirmerCount` and `ConfirmerPredicate` types with `YesConfirm` and `TrueConfirm` implementations. | ||||
| * | chore: replace intra-doc links with plain code spans | 魏曹先生 | 3 days | 2 | -5/+5 |
| | | |||||
| * | fix: only send clean state when supported | 魏曹先生 | 4 days | 1 | -1/+3 |
| | | |||||
| * | feat(res): add OSC94 resource and setup for terminal progress | 魏曹先生 | 4 days | 2 | -0/+336 |
| | | |||||
| * | feat(res): add Confirmer resource and stdin args setup | 魏曹先生 | 4 days | 1 | -0/+268 |
| | | | | | | | | | Add Confirmer with cached confirmation state and predicate-based parsing for yes/no and true/false inputs. Add ConfirmerSetup to register the resource and auto-confirm when skip mode is enabled. Add StandardInputArgsSetup to read piped stdin as appended arguments. Reorganize module exports in res and setups. | ||||
| * | chore: add "Doc Not Optimize" comments to source files | 魏曹先生 | 5 days | 6 | -0/+6 |
| | | | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes. | ||||
| * | chore: enforce pedantic clippy lints and fix warnings | 魏曹先生 | 9 days | 4 | -7/+15 |
| | | |||||
| * | chore: run cargo fmt and rearrange re-exports in mingling | 魏曹先生 | 2026-07-02 | 4 | -12/+31 |
| | | |||||
| * | feat(mingling): add directory environment resources and setup | 魏曹先生 | 2026-06-27 | 5 | -0/+347 |
| | | | | | | Add four new resource types for common directory paths and a convenience setup struct that registers all of them at once. | ||||
| * | Rename `ExitCode` to `ResExitCode` and `REPL` to `ResREPL` | 魏曹先生 | 2026-06-06 | 1 | -3/+3 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -0/+1 |
| | | |||||
| * | Add doc comment for ExitCode struct usage | 魏曹先生 | 2026-05-16 | 1 | -0/+7 |
| | | |||||
| * | Add convenient `update_exit_code` and `exit_code` helper functions | Weicao-CatilGrass | 2026-05-13 | 1 | -0/+24 |
| | | |||||
| * | Migrate exit code control to resource-based system | Weicao-CatilGrass | 2026-05-13 | 1 | -0/+4 |
