mirror of
https://github.com/vegu-ai/talemate.git
synced 2026-05-18 05:05:39 +02:00
0.37.0 - **Director Planning** — Multi-step todo lists in director chat plus a Generate long progress action for multi-beat scene arcs. - **Auto Narration** — Unified auto-narration replacing the old Narrate after Dialogue toggle, with a chance slider and weighted action mix. - **LLM Prompt Templates Manager** — Dedicated UI tab for viewing, creating, editing, and deleting prompt templates. - **Character Folders** — Collapsible folders in the World Editor character list, synced across linked scenes. - **OpenAI Compatible TTS** — Connect any number of OpenAI-compatible TTS servers in parallel. - **KoboldCpp TTS Auto-Setup** — KoboldCpp clients with a TTS model loaded register themselves as a TTS backend. - **Model Testing Harness** — Bundled scene that runs basic capability tests against any connected LLM. Plus 27 improvements and 28 bug fixes
42 lines
838 B
Plaintext
42 lines
838 B
Plaintext
*.pyc
|
|
*.swp
|
|
*.swo
|
|
*.egg-info
|
|
*-internal*
|
|
*.internal*
|
|
*_internal*
|
|
talemate_env
|
|
chroma
|
|
config.yaml
|
|
secrets/
|
|
logs/
|
|
.cursor
|
|
.claude
|
|
.coverage
|
|
|
|
# uv
|
|
.venv/
|
|
templates/llm-prompt/user/*.jinja2
|
|
templates/llm-prompt/std/user/
|
|
templates/world-state/*.yaml
|
|
tts/voice/piper/*.onnx
|
|
tts/voice/piper/*.json
|
|
tts/voice/kokoro/*.pt
|
|
tts/voice/xtts2/*.wav
|
|
tts/voice/chatterbox/*.wav
|
|
tts/voice/f5tts/*.wav
|
|
tts/voice/voice-library.json
|
|
scenes/
|
|
!scenes/infinity-quest-dynamic-scenario/
|
|
!scenes/infinity-quest-dynamic-scenario/assets/
|
|
!scenes/infinity-quest-dynamic-scenario/templates/
|
|
!scenes/infinity-quest-dynamic-scenario/infinity-quest.json
|
|
!scenes/infinity-quest/assets/
|
|
!scenes/infinity-quest/infinity-quest.json
|
|
tts_voice_samples/*.wav
|
|
third-party-docs/
|
|
legacy-state-reinforcements.yaml
|
|
CLAUDE.md
|
|
docs/update-progress
|
|
talemate_frontend/eslint.config.cjs
|