| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add comprehensive unit tests and CI test scriptcopilot/fix-3fe7bfbf-c7ce-4f76-a4e2-75649693787c | 2025-08-24 | 1 | -0/+68 | |
| | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> | ||||
| * | Comprehensive upgrade: v0.2.0 with improved features and code quality | 2025-08-24 | 1 | -35/+68 | |
| | | | | | Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com> | ||||
| * | chore: remove useless comments | 2025-08-11 | 1 | -13/+4 | |
| | | |||||
| * | feat: Update Cache command to accept a number instead of a command string | 2025-05-30 | 1 | -3/+3 | |
| | | |||||
| * | feat: Refresh cache from history on command execution and improve cache handling | 2025-05-29 | 1 | -33/+40 | |
| | | |||||
| * | feat: Enhance CLI with debug option and improve command history handling | 2025-05-29 | 1 | -175/+340 | |
| | | |||||
| * | feat: Add n-gram support and caching commands in soon CLI | 2025-05-28 | 1 | -44/+134 | |
| | | |||||
| * | refactor: Improve code formatting and structure in main.rs | 2025-05-28 | 1 | -33/+90 | |
| | | |||||
| * | feat: Add version and update commands; rename package to soon-bin | 2025-05-28 | 1 | -0/+13 | |
| | | |||||
| * | feat: Add initial project files and CI configuration | 2025-05-25 | 1 | -0/+213 | |
| - Created CI workflow for continuous integration using GitHub Actions. - Added Python version specification. - Initialized Cargo.toml and Cargo.lock for Rust project dependencies. - Implemented main functionality in Rust with command-line interface using Clap. - Added Python project configuration with Maturin for building and publishing. - Implemented command history prediction feature in Python. | |||||