1.37.3 (2026-09-08)
New Features
- chat: recall sent messages with arrow keys in the composer (#1238) (8f9a2e4)
- chat: unify provider workflows and improve transcript performance (#1206) (99ea052)
- codex: expose GPT-6 Astra model (#1289) (4e1190c)
- i18n: connect remaining hardcoded UI strings to translations (#1192) (5af0990)
- sidebar: draw a Conversations row the way a Projects row is drawn (#1157) (7015ffc), closes #1206
Bug Fixes
- agent: read the model catalog's own shape, not a wrapper (#1159) (25ddd76)
- chat: keep an option label containing ", " as one answer (#1249) (61af329)
- claude: ignore model placeholder when resolving session model (#1207) (7b52e3c)
- editor: syntax highlighting for .mts, .cts, .mjs and .cjs (#1223) (aa2755b)
- i18n: add missing delete-dialog archive keys to all locales (#1162) (1c61dc3)
- npm release it and README (d27062e)
- npm release-it and README (125a293)
- opencode: list OpenCode Go models with reasoning variants (#1265) (b7320c9), closes #840
- release: expose npm publish failures (#1271) (46973fc)
- scheduled-messages: interrupt a busy run instead of failing to send (#1239) (c1be241)
- sessions: keep an archived session archived across a rescan (#1220) (bfe7c49)
- skills: a plugin that ships commands keeps its skills too (#1274) (b6083e0), closes #1273