release v1.5.0

This commit is contained in:
Bohdan Triapitsyn
2026-01-16 01:24:38 +02:00
parent cf9b7a6516
commit ba49a291bd
9 changed files with 14 additions and 9 deletions
+4 -2
View File
@@ -1,14 +1,16 @@
## [Unreleased]
## [1.5.0] - 2026-01-16
- Improved OpenCode server management to ensure it initializes within the workspace directory.
- Enhanced extension startup with context-aware readiness checks for the current workspace.
- 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.
- 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.
- Layout: compact header with reduced padding for better space efficiency.
- 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 (Ctrl+Shift+N now opens standard session).
- Shortcuts: disabled worktree session creation with shortcuts (Ctrl+Shift+N now opens standard session).
## [1.4.9] - 2026-01-14
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "openchamber",
"displayName": "OpenChamber",
"description": "AI coding assistant powered by OpenCode",
"version": "1.4.9",
"version": "1.5.0",
"publisher": "fedaykindev",
"private": true,
"repository": {