beta: header chip flagged by BETA_MODE config (default on)

This commit is contained in:
Giorgio Gilestro 2026-05-25 22:42:19 +02:00
parent 8bc546220d
commit a7d657e1b4
4 changed files with 20 additions and 0 deletions

View file

@ -90,6 +90,7 @@ class Settings(BaseSettings):
# by app.services.openrouter._resolve_tone.
CASSANDRA_TONE: str = "INTERMEDIATE" # NOVICE | INTERMEDIATE
CASSANDRA_ANALYSIS: str = "SPECULATIVE" # DRY | SPECULATIVE
BETA_MODE: bool = True # Shows a "BETA" pill in the app header. Flip to False at GA.
# Config file locations (overridable for tests)
BASELINE_TOML: Path = Field(default_factory=lambda: CONFIG_DIR / "default.toml")