Commit graph

3 commits

Author SHA1 Message Date
Pento
8ae0d79a0d
Image markers, database transactions, and the classifier's read of a scene (#445)
* **New Features**
* Added MP3/WAV selection for OpenAI-compatible text-to-speech services.
* Added configurable recent-entry context for world-state
classification.
* Added image-generation availability checks for background, portrait,
and reference images.
  * Added lore-management error banners with retry and dismiss actions.
  * Improved character presence tracking and duplicate-entry handling.

* **Bug Fixes**
* Improved inline-image retries, recovery, rendering safety, and
generation limits.
* Improved atomic updates for runtime variables and database
transactions.
* Improved prompt formatting, text matching, and narrator-markup
handling
2026-08-16 09:27:47 +02:00
failerko
cd39903b6e
Fix: Story pack template resolution, chapter summary schema length enforcement (#444)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

* **New Features**
* AI-generated content, translations, retrieval, and image prompts now
use the selected story or pack context.
* Added consistent style-prompt resolution with fallback support for
custom and default packs.
* Wizard generation and character-card tools now preserve the selected
pack context.

* **Bug Fixes**
* Prevented story switches during generation from redirecting
in-progress AI tasks.
* Improved consistency and accuracy of story-specific prompts across
workflows.
* Updated chapter summaries to follow configured prompt verbosity
guidance.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2026-08-13 20:24:08 +02:00
Pento
267d15f2b4
Lore management: a session ledger, a shared chapter-read budget, and a duplicate consolidation window (#437)
- **New Features**
- Added duplicate-entity review, merge previews, and “keep separate”
decisions for characters, locations, items, and lore entries.
- Added manual lore-management controls, progress summaries, and
safeguards against concurrent runs.
  - Added shared chapter-query limits and caching.

- **Bug Fixes**
  - Prevented manual chapter creation during active background work.
  - Improved name matching, duplicate handling, and lore-field cleanup.
  - Migrated context settings while preserving existing preferences.

- **Documentation**
- Streamlined the product overview, setup instructions, development
guidance, and technology information.
2026-08-12 15:32:41 +02:00