Every release file now carries a title: two to six plain words naming the change a user would remember it for. The generator refuses a release without one, promote carries the title from unreleased.md, and the unreleased template opens with a title line. The changelog-authoring skill and the format README describe how to write it. Claude-Session: https://claude.ai/code/session_01VqV56Hez25hTxXH4ipJfzH
41 lines
2.0 KiB
Markdown
41 lines
2.0 KiB
Markdown
---
|
|
version: 1.5.0
|
|
date: 2026-01-16
|
|
title: Browse workspace files in a new tab
|
|
---
|
|
|
|
## App
|
|
|
|
### New
|
|
- UI: added a new Files tab to browse workspace files directly from the interface.
|
|
- Git Identities: added "default identity" setting with one-click set/unset and automatic local identity detection.
|
|
- VSCode: added responsive layout with sessions sidebar + chat side-by-side when wide, compact header, and streamlined settings.
|
|
|
|
### Improvements
|
|
- Diff: enhanced the diff viewer with mobile support and the ability to ask the agent for comments on changes.
|
|
- VSCode: improved server management to ensure it initializes within the workspace directory with context-aware readiness checks.
|
|
- Web: the server now automatically resolves and uses an available port if the default is occupied.
|
|
|
|
### Fixes
|
|
- Web/VSCode: fixed orphaned OpenCode processes not being cleaned up on restart or exit.
|
|
- Stability: fixed heartbeat race condition causing session stalls during long tasks (thanks to @tybradle).
|
|
- Desktop: fixed commands for worktree setup access to PATH.
|
|
|
|
## VS Code
|
|
|
|
### New
|
|
- Layout: added responsive expanded layout showing sessions sidebar + chat side-by-side when extension is wide enough (≥700px).
|
|
- Layout: extension now opens to sessions list instead of new session draft.
|
|
|
|
### Improvements
|
|
- Improved OpenCode server management to ensure it initializes within the workspace directory.
|
|
- Enhanced extension startup with context-aware readiness checks for the current workspace.
|
|
- Layout: compact header with reduced padding.
|
|
- Settings: hidden Git Identities tab, Git section, and Diff view settings (not applicable to VS Code).
|
|
- Settings: hidden project switcher dropdown (VS Code uses workspace).
|
|
- Shortcuts: disabled worktree session creation with shortcuts (Ctrl+Shift+N now opens standard session).
|
|
|
|
### Fixes
|
|
- Fixed orphaned OpenCode processes not being cleaned up on restart or exit.
|
|
- Session tabs: fixed opening new session in editor tab; title bar button now opens new session tab, sidebar button opens current or new session.
|