Skip to content

v0.11.2 - default model system prompt

Choose a tag to compare

@yoloyash yoloyash released this 28 Jul 23:24
· 197 commits to main since this release

What's changed

  • New models in Settings → Models now start with a system prompt already filled in: "You are a helpful assistant chatting with a user in overtchat, a self-hosted chat application." Edit it, replace it, or clear it — whatever you leave there is what gets sent.
  • Models you already had that never got a prompt pick up the same text on upgrade. A prompt you wrote yourself is left alone.
  • The Advanced section now opens automatically when you add a model, so the prompt is in front of you instead of behind a collapsed panel.
  • Updated the default Compose app image to 0.11.2.

Upgrade note

The backfill runs automatically on boot, and only touches models whose system prompt was empty. If you'd rather your models had no prompt at all, clear the field on each one and it stays cleared.

Validation

  • npm run test -w apps/web (196 tests)
  • npm run lint -w apps/web
  • npx tsc --noEmit in apps/web
  • docker compose config --quiet
  • Migration exercised against a copy of a real database, including a re-run to confirm it applies once
  • GitHub workspace validation and Playwright smoke on the release pull request
  • Multi-platform image build and registry push

Image

  • ghcr.io/yoloyash/overtchat-app:0.11.2
  • ghcr.io/yoloyash/overtchat-app:latest
  • Platforms: linux/amd64 and linux/arm64

Full Changelog: v0.11.1...v0.11.2