Skip to content

v1.0-beta_3.1

Pre-release
Pre-release

Choose a tag to compare

@MegalithOfficial MegalithOfficial released this 05 Nov 20:11
· 1486 commits to main since this release
cb60810

Hi everyone! 👋

This update focuses on simplifying the system prompt architecture, improving character navigation, and preparing the app for the upcoming Manual Memory system.

Custom System Prompt Rework

Previously, we used multiple system prompt scopes (App-wide, Model, Character).
While this approach was flexible, it made the app harder to understand and maintain.

This update removes all scope layers and replaces them with a single, simplified prompt flow.

Now:

  • Easier to understand and use the system prompts manager.
  • System behaviour is more predictable.
  • Editing prompts is much easier.
  • Characters behave more consistently in long conversations.

New default system prompt (much better performance)

We also rewrote the default system prompt entirely.
This version produces:

  • A more stable tone and personality
  • Better conversation depth
  • Stronger memory-like consistency, even without memory enabled yet

To switch to the new default prompt:

Settings > System Prompts > App default > "Reset" (next to prompt content) > scroll bottom > "Update Template".

Note: This change will only effect the new chats/sessions.

Character & Persona Search Page

There is now a search page to help you quickly filter:

  • Characters
  • Personas

This is especially helpful if you have many character setups or role variations.

Message Pinning (Early Feature)

You can now pin messages in chat.
Currently, this feature is visual-only and does not affect AI behaviour.

This feature forms the basis of the upcoming Manual Memory system.

Pinned messages will soon act as memory anchors.
The AI will use these to maintain context and identity during sessions.

For now, pin any messages that you want the AI to remember later.

Other Improvements

  • General UI clarity improvements
  • Cleaned up old prompt and scene-handling code
  • Smoother request/cancel flow
  • Logging updates and internal stability improvements

Thanks again for your support 💚
This update paves the way for Beta_4, which will introduce Manual Memory.

Full Changelog: 1.0-beta_3...1.0-beta_3.1