|
| 1 | +# Coder Studio v0.4.0 |
| 2 | + |
| 3 | +## Why this release matters |
| 4 | + |
| 5 | +`v0.4.0` is a substantial workflow and platform update. It gives Coder Studio more control over how language-server support runs, removes the remaining SQLite-era runtime persistence path in favor of the newer file-backed model, and tightens supervisor restore and editing flows across desktop and mobile. |
| 6 | + |
| 7 | +In practice, this release means: |
| 8 | + |
| 9 | +- language-server runtime behavior is now configurable, including managed installation flows for supported runtimes |
| 10 | +- workspace, terminal, auth, settings, provider config, and supervisor persistence no longer depend on the retired SQLite compatibility layer |
| 11 | +- supervisor sessions restore more reliably after reconnects or restarts, with clearer edit and recovery flows |
| 12 | +- UI foundations for overlays, spacing, typography, and session-state visibility are more consistent across desktop and mobile |
| 13 | + |
| 14 | +## Included in v0.4.0 |
| 15 | + |
| 16 | +- add configurable LSP runtime behavior and managed language-server installation support |
| 17 | +- remove the remaining SQLite runtime compatibility chain and move persistence onto the newer file-backed repositories |
| 18 | +- improve supervisor restore, edit, decomposition, and details-first workflows across desktop and mobile |
| 19 | +- tighten running-session visibility and session-state feedback in the workspace shell |
| 20 | +- unify overlay, drawer, and modal foundations so shared surfaces behave more consistently |
| 21 | +- ship a broad pass of web polish and regression fixes around diagnostics, settings, mobile session flows, and supervisor layout |
| 22 | + |
| 23 | +## Who benefits most |
| 24 | + |
| 25 | +- users relying on Monaco + LSP support inside the browser workspace |
| 26 | +- developers reopening long-lived workspaces and expecting supervisor state to restore cleanly |
| 27 | +- teams evaluating Coder Studio for steadier day-to-day use beyond early prototype flows |
| 28 | +- contributors who need the runtime and persistence model to be easier to reason about and maintain |
| 29 | + |
| 30 | +## Install or upgrade |
| 31 | + |
| 32 | +```bash |
| 33 | +npm install -g @spencer-kit/coder-studio |
| 34 | +coder-studio open |
| 35 | +``` |
| 36 | + |
| 37 | +## Full changelog |
| 38 | + |
| 39 | +- [Compare `v0.3.11...v0.4.0`](https://github.com/spencerkit/coder-studio/compare/v0.3.11...v0.4.0) |
0 commit comments