Releases: walktalkmeditate/talk-cli
Releases · walktalkmeditate/talk-cli
v0.3.0
talk v0.3.0 — personal lexicon + deterministic journal paragraphs - Personal lexicon (~/.config/talk/lexicon.toml): teach talk the proper nouns it mishears. - Strips Whisper non-speech tags ((buzzer), [BLANK_AUDIO]). - Deterministic journal paragraphs at thought-shifts (journal defaults to high; --clean overrides). - A divider between same-day journal entries; local-timezone dates. All cleanup is deterministic and on-device — your words are never rewritten.
v0.2.2
talk v0.2.2 — friendlier first run The first time you run `talk` without models, it now asks with a clear one-time prompt (~330 MB, [Y/n] — Enter accepts), shows a download progress bar, and drops into your session. No other changes.
v0.2.1
talk v0.2.1 — ship the mic by default `listen` (the cpal + sherpa-onnx microphone stack) is now the default feature, so `cargo install talk-cli` produces a working voice binary out of the box instead of a text-only one. Build text-only with `--no-default-features`. No other changes.
v0.2.0
talk v0.2.0 Legible palette + XDG config dirs. - Readable on dark terminals: the rust palette is re-tuned (WCAG-contrast tested) and the question no longer paints at the dimmest tone. - Pinnable palettes: rust (default) · high-contrast · mono (terminal-native), via --palette or the config, plus NO_COLOR / TERM=dumb support. - Config and state moved to XDG dirs: config.toml -> ~/.config/talk, state + streak -> ~/.local/share/talk (honoring $XDG_CONFIG_HOME / $XDG_DATA_HOME), so ~/talk holds only your reflections. No migration — if you had custom config in ~/talk, move it to ~/.config/talk.
v0.1.0
talk v0.1.0 — first release (macOS arm64/x86 + Linux x86)