Skip to content

v1.91.0-staging.6

Pre-release
Pre-release

Choose a tag to compare

@Akarsh-Hegde Akarsh-Hegde released this 01 Sep 11:58
32f8b60

1.91.0-staging.6 (2026-09-01)

馃殌 Features

  • llm: connect any OpenAI-compatible endpoint, local or cloud (b30e789)
  • llm: warn that a custom endpoint's usage is billed to the user (473654f)

馃悰 Bug Fixes

  • cli: a flag's value that begins with a hyphen is not an unknown flag (aaabffa)
  • cli: add the restart subcommand five remedies already recommend (b64b780)
  • cli: reject unrecognised flags instead of running the command bare (0dc9bf4)
  • daemon: bound background-task shutdown and stop dev tray false-installing over itself (f8ef28c)
  • etl: recover from the corruption latch instead of stopping forever (8eb4205)
  • install: scope the staging stop to the daemon binary, not the database (cea459b)
  • llm: drop "Optional" from the API key placeholder (b0ba1d6)
  • llm: never overwrite a typed model id when listing models (fca4f08)
  • llm: say plainly that the key never reaches Meridian (9394293)
  • summariser: bound rate-limited retries and pace a failing queue (3fe39c4)
  • summariser: merge pre-main, and fix a vacuous test and an inverted backoff (e3dc9ac), closes #918
  • telemetry: batch the spool and bound sent/ and quarantine/ (1c39edf)
  • telemetry: widen the batch queue to match the 30s export delay (5e755bc)
  • test: stop the sent-cap tests exporting an env var into their siblings (41911b5)
  • test: the recheck-throttle test must not underflow Instant on Windows (d1baab3)