Skip to content

v0.1.4

Choose a tag to compare

@autogame-17 autogame-17 released this 07 May 17:32

v0.1.4 — quota hotfix + log selectability

Bug fixes

  • 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.