| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | docs(comp): improve documentation for completion module | 魏曹先生 | 3 days | 1 | -1/+17 |
| | | | | | | | Add detailed doc comments, examples, and usage notes across the completion module including ShellContext, Suggest, and related traits. | ||||
| * | chore: add "Doc Not Optimize" comments to source files | 魏曹先生 | 3 days | 1 | -0/+1 |
| | | | | | | Mark all source files with a comment indicating they are not optimized for documentation purposes. | ||||
| * | refactor(core): improve code style and public API clarity | 魏曹先生 | 7 days | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | | Replace bool-based settings with enums, refine visibility and signatures, and standardize `Self` usage across the crate. - Introduce `ErrorOutput`, `RenderOutput`, `PanicSilence`, `Verbosity`, `ColorOutput`, and `ProgressOutput` enums for clearer configuration semantics - Make `GlobalResources`, `ProgramCell`, and `split_input`/`split_input_string` public - Change hook info parameters to accept references and `split_input_string` to take `&str` - Apply `Self` shorthand throughout implementations and add `#[must_use]` attributes where appropriate - Enable strict clippy lints with targeted allowances | ||||
| * | feat(flags): derive PartialEq and Eq for ShellFlag | 魏曹先生 | 13 days | 1 | -1/+1 |
| | | |||||
| * | refactor(general_renderer): rename to structural_renderer | 魏曹先生 | 2026-06-26 | 1 | -1/+1 |
| | | |||||
| * | Enhance code quality across the entire codebase | Weicao-CatilGrass | 2026-05-31 | 1 | -1/+1 |
| | | |||||
| * | Move `comp` module from `asset` to crate root | Weicao-CatilGrass | 2026-05-09 | 1 | -0/+45 |
