Files
veguAI c12a82930e 0.38.0 (#272)
- **Per-Scene Agent Overrides** — Override agent configuration for a single scene without touching your global config.
- **Message Revision History** — Browse and continue from previous regenerations / revisions.
- **Scene Perspective Overrides** — Set distinct narrative perspectives for the player, NPCs, and narrator.
- **Durable World State Snapshot** — The world state snapshot now persists and updates entities across refreshes.
- **World State Highlights** — Characters, objects and places marked by the current world state snapshot are now clickable in the recent message(s) for additional detail.

Plus 30 improvements and 17 bug fixes
2026-07-02 09:28:45 +03:00

1.1 KiB

Settings

Open by clicking the Creator agent in the agent list.

Creator agent item

Long Term Memory

--8<-- "docs/snippets/tips.md:agent_long_term_memory_settings"

Autocomplete

These settings control the Autocomplete feature.

Conversation agent autocomplete settings

Dialogue Suggestion Length

How many tokens to generate (max.) when autocompleting character actions.

Narrative Suggestion Length

How many tokens to generate (max.) when autocompleting narrative text.

Enable Hints

When enabled (the default), a trailing {...} block at the end of your input is treated as a hint that steers the continuation, and is stripped from the field once the suggestion is accepted.

When disabled, any trailing {...} is treated as ordinary text and sent as part of your input.

See Steering the continuation with hints for details.