| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | 魏曹先生 | 8 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 |
