Skip to content

Releases: scorbo2/TalkWithMe

v6.0

Choose a tag to compare

@scorbo2 scorbo2 released this 04 Sep 03:35
50e8288

v6.0 is here!

This is a huge release with two major changes:

  • personas.yaml has been deprecated and replaced with an external Personas directory (with configurable location). When upgrading from v5 or earlier, an automatic one-time migration will create this directory for you (by default, within the project dir, but you can move it and update its location in settings.yaml). Your original personas.yaml will be saved as personas.yaml.bak to provide you with a downgrade path. See the YouTube video for the development process.
  • Personas now have memories! You can optionally allow your personas to remember things, and you can configure what they choose to remember by tweaking their system prompt. See the Persona Memories video on YouTube for more details!

Additionally, some long-standing UI bugs have been addressed, and our dependency list has been modernized.

Report any issues on the project Issues page, and have fun!

What's Changed

Full Changelog: 5.0...6.0

v5.0

Choose a tag to compare

@scorbo2 scorbo2 released this 27 Aug 02:28
b84de5f

v5.0 is here!

This release brings MCP integrations to TalkWithMe - now, your personas can do more than just chat! With an MCP integration, they can grab a weather forecast, read you the latest headlines, help you manage files on your hard drive, or whatever else you want them to do!

Note: only integrate with MCP servers that you trust. This feature is potentially dangerous, and is in the "use at your own risk" category.

What's Changed

Full Changelog: 4.0...5.0

v4.0

Choose a tag to compare

@scorbo2 scorbo2 released this 18 Aug 05:32
d332dc6

v4.0 is here!

This version introduces some cool new features, like "echo chamber" and "persona-to-persona chat". Check out the README for full details!

What's Changed

Full Changelog: 3.0...4.0

v3.0

Choose a tag to compare

@scorbo2 scorbo2 released this 03 Aug 01:39
c6f94e0

v3.0 is here!

This is a huge release with major UI changes! Edit personas in the app! Define chatrooms for grouping your personas together! Enable/disable TTS and STT separately, for more customized setups! Also adds support for Qwen3-TTS via a new custom server script.

The new README contains a much better walkthrough of the application, including how to set it up in environments starting in as little as 4GB of VRAM!

What's Changed

Full Changelog: 2.0...3.0

v2.0

Choose a tag to compare

@scorbo2 scorbo2 released this 30 Jul 03:40
c64d457

v2.0 is here!

Speak your prompt in any supported language! The language is detected and transcribed into the text entry box. Also introduces a new "streaming" TTS audio option to output persona text messages one sentence at a time instead of all in one TTS request. A few cosmetic enhancements, like selectable color themes. Will be featured in the "Multi-lingual AI voice cloning" episode on my YouTube channel!

What's Changed

  • Issue #6 voice input by @scorbo2 in #8
  • Issue #3 - better alignment and size for persona images by @scorbo2 in #9
  • Issue #1 - multi-language support by @scorbo2 in #10
  • Issue #2 - implement streaming audio option by @scorbo2 in #13
  • Add user-selectable UI themes with persisted preference by @scorbo2 with @Copilot in #14
  • Dev branch for 2.0 release by @scorbo2 in #7

New Contributors

  • @scorbo2 made their first contribution in #8
  • @scorbo2 with @Copilot made their first contribution in #14

Full Changelog: 1.0...2.0

v1.0

Choose a tag to compare

@scorbo2 scorbo2 released this 28 Jul 23:14

v1.0 - Initial release

It's pretty basic:

  • configurable personas with avatars and optional voice cloning
  • text input box for sending prompts
  • responses come in text format
  • if a TTS server is configured, the responses are automatically read out loud

No persistence, no voice input, all configuration is manual... but it works.