|
| 1 | +# Coder Studio v0.3.6 |
| 2 | + |
| 3 | +## Why this patch matters |
| 4 | + |
| 5 | +`v0.3.6` looks like a small patch from the package changelog, but the shipped product changes are much broader. This release makes Coder Studio more dependable on phones and tablets, reduces session conflicts when the same workspace is opened in multiple tabs, and gives the supervisor workflow better scheduling controls. |
| 6 | + |
| 7 | +In practice, this release means: |
| 8 | + |
| 9 | +- mobile terminal lines can be copied directly with a long press, without entering a separate copy mode |
| 10 | +- only one active browser session keeps control of a workspace at a time, with cleaner recovery after reconnects or tab handoff |
| 11 | +- supervisor scheduling is easier to use with a built-in date and time picker plus stronger execution policy persistence |
| 12 | +- theme and UI polish improvements make the workspace feel more intentional across desktop and mobile |
| 13 | + |
| 14 | +## Included in v0.3.6 |
| 15 | + |
| 16 | +- add mobile terminal long-press line copy with stronger touch hit testing and E2E coverage |
| 17 | +- add single-active session gating and activation recovery to prevent stale tabs from holding the live workspace session |
| 18 | +- add a date and time picker for supervisor scheduled execution, plus persistence and backend handling for execution policy settings |
| 19 | +- add the new theme skin system and shared icon styling improvements across the workspace UI |
| 20 | +- fix several mobile and settings UI regressions, including switch alignment, popover visibility, session reentry, and worktree refresh behavior |
| 21 | +- refresh the README, demo assets, and release narrative structure so the published project materials match the current product |
| 22 | + |
| 23 | +## Who benefits most |
| 24 | + |
| 25 | +- users who primarily access Coder Studio from mobile browsers |
| 26 | +- developers who keep the same workspace open across multiple devices or tabs |
| 27 | +- anyone relying on supervisor automation for longer-running coding workflows |
| 28 | +- evaluators deciding whether Coder Studio is mature enough for day-to-day AI-assisted development |
| 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.5...v0.3.6`](https://github.com/spencerkit/coder-studio/compare/v0.3.5...v0.3.6) |
0 commit comments