Skip to content

Releases: walktalkmeditate/talk-cli

v0.3.0

13 Jun 17:10
v0.3.0
a4525a5

Choose a tag to compare

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

11 Jun 18:41
v0.2.2
547b189

Choose a tag to compare

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

11 Jun 17:54
v0.2.1
4af9c60

Choose a tag to compare

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

11 Jun 17:33
v0.2.0
011db22

Choose a tag to compare

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

11 Jun 01:38
v0.1.0
a9e26b5

Choose a tag to compare

talk v0.1.0 — first release (macOS arm64/x86 + Linux x86)