You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
relay (critical): users on 0.1.0–0.1.3 who sent enough requests would hit 402 user quota is not enough even though their API token is set to unlimited. The embedded one-hub core has two separate quota gates — a token-level budget (which token-unlimited waives) and a user-level budget (which it does not). Prism now bumps the root user's budget to ~2 billion on every boot so the local gateway never gates its own owner.
logs: Wails v2 disables text selection window-wide for native drag feel, leaving system log entries and captured trace bodies completely uncopyable. Diagnostic text panels now opt in to user-select: text via a .prism-selectable class, while sidebar and table chrome stay unselectable.
New features
logs: "Copy all" button on the system log toolbar copies the entire ring buffer as <time> <level> <msg> lines in one click.