Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip * feat(cmd/voice-demo): enhance transcription pipeline with buffer management and logging * chore(deps): remove unused golang.org/x/exp dependency * feat(cli): integrate audio and text handling changes * perf(logger): adjust log level to error * refactor(term): move readline initialization to separate function * feat(transcription): enhance buffer management and text reconciliation * feat(cmd/voice-demo, internal/audio): adjust VAD configuration parameters * refactor(cmd/cli): centralize provider and database init in cli package * refactor(cli): use InitCodeDatabase for repository initialization * refactor(cmd/cli): use cli.GenerateCompletion function * refactor(cli): use IsTombStone from completion package * chore(cli): remove unused imports and function * fix(cli): handle context canceled and rendering errors * refactor(cmd/cli): simplify provider initialization logic * fix(cli): remove unnecessary error logging in input reading * feat(cmd/cli): integrate realtime voice capabilities and refactor CLI components * refactor(cmd/cli): restructure command initialization and execution * chore(cmd/cli): remove unused output and plugin command files * feat(internal/cli): introduce new internal CLI utility functions * style(internal/cli): rename realtime voice file for consistency * refactor(cli): remove deprecated realtime voice handling * refactor(cmd/cli): modularize welcome message and input handling * fix(internal/chat): update Reset method to retain latest state * fix(internal/cli): handle empty conversation ID initialization * refactor(cli): use WithDefaultIntrustructions for default CLI instructions * refactor(cli/update): replace binName with binaryName constant * feat(cmd/cli): re-enable config commands and improve audio handling * refactor(internal/cli): extract help print and adjust welcome instructions * feat(internal/config): revise configuration setup and dev mode handling * feat(internal/cli): add support for /quit command to exit * chore(cmd/cli): add TODO for replacing configSetCmd implementation * refactor(cmd/cli): improve voice initialization and configuration management
- Loading branch information