| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add instant mode for near-real-time output0.1.0 | 魏曹先生 | 2026-06-20 | 2 | -0/+15 |
| | | |||||
| * | feat: add custom help message and fix clap help conflict | 魏曹先生 | 2026-06-20 | 3 | -11/+25 |
| | | | | | | | | Disable clap's built-in help flag and reroute `-h`/`--help` to print an embedded help text from `help.txt`. Use `try_parse` to avoid clap's default exit on parse failure, allowing custom error output. | ||||
| * | feat: add verbose mode and update vtx-engine dependency | 魏曹先生 | 2026-06-20 | 1 | -10/+16 |
| | | | | | | | | - Enable whisper.cpp C library logs when verbose flag is set - Replace direct eprintln usage with debug_log macro for non-error messages - Update vtx-engine dependency to latest commit | ||||
| * | feat: implement core capture engine with CLI and output protocols | 魏曹先生 | 2026-06-20 | 9 | -52/+834 |
| | | |||||
| * | Add output protocol trait and implementations | 魏曹先生 | 2026-06-20 | 8 | -0/+137 |
| | | |||||
| * | chore: scaffold initial Rust project with Cargo and CLI structure | 魏曹先生 | 2026-06-20 | 2 | -0/+111 |
