Major features:
- Autonomous scene direction via director agent (replaces auto-direct)
- Inline image display in scene feed
- Character visuals tab for portrait/cover image management
- Character message avatars with dynamic portrait selection
- Pocket TTS and llama.cpp client support
- Message appearance overhaul with configurable markdown display

Improvements:
- KoboldCpp: adaptive-p, min-p, presence/frequency penalty support
- Setup wizard for initial configuration
- Director chat action toggles
- Visual agent: resolution presets, prompt revision, auto-analysis
- Experimental concurrent requests for hosted LLM clients
- Node editor alignment shortcuts (X/Y) and color picker

Bugfixes:
- Empty response retry loop
- Client system prompt display
- Character detail pins loading
- ComfyUI workflow charset encoding
- Various layout and state issues

Breaking: Removed INSTRUCTOR embeddings
This commit is contained in:
veguAI
2026-01-27 10:22:41 +02:00
committed by GitHub
parent 20af2a9f4b
commit d0ebe95ca6
493 changed files with 50656 additions and 10683 deletions

2
.gitattributes vendored Normal file
View File

@@ -0,0 +1,2 @@
# Force Unix line endings for shell scripts (prevents CRLF issues in Docker)
*.sh text eol=lf