diff --git a/CHANGELOG.md b/CHANGELOG.md index 28d92655..c0ae1528 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +## [1.9.2] - 2026-03-31 + +- Chat/Performance: rebuilt live session sync and streaming updates to cut render churn, reduce CPU spikes, and keep long-running chats smoother and more stable across runtimes. +- Worktrees/Multi-Run: added instant draft-first worktree creation and redesigned the multi-run launcher with a cleaner, faster flow for parallel runs. +- VSCode/UI: polished the extension chat and sidebar with improved spacing/tooltips, a resizable sessions pane, and better file-to-chat mention flows from Explorer. +- Models/Providers: improved custom provider model metadata loading and caching so model details stay more complete and consistent (thanks to @ZeppLu). +- CLI/Server: added `--foreground` for process-manager deployments, made managed server hostname configurable, and added an explicit `--host` option with safer localhost defaults (thanks to @colinmollenhour, @rapidrabbit76, @yulia-ivashko). +- Docker/Deployments: improved container defaults for broader compatibility, including UID 1000 user behavior, non-fatal SSH key generation, and better localhost detection in container networking (thanks to @yulia-ivashko). +- Web/PWA: fixed manifest behavior behind Cloudflare Access so install flows work more reliably in protected environments (thanks to @arthurfiorette). + + ## [1.9.1] - 2026-03-20 - Sessions/UI: restored Project Notes access in the sidebar, polished notes/todo editing, and fixed project action overlap so project controls stay reachable for non-git directories. @@ -16,7 +27,6 @@ All notable changes to this project will be documented in this file. - Desktop: improved stale server-process cleanup on startup and fixed external link opening behavior for more predictable app interactions (thanks to @jwcrystal). - Usage: added MiniMax Weekly quota provider support for broader usage tracking coverage (thanks to @nzlov). - ## [1.9.0] - 2026-03-20 - UI/Navigation: delivered a major sidebar redesign with clearer hierarchy, unified action patterns, and improved session organization for better navigation through multiple projects (thanks to @yulia-ivashko). @@ -33,7 +43,6 @@ All notable changes to this project will be documented in this file. - Desktop/macOS: lowered the minimum supported macOS version to Ventura (13.0), expanding compatibility on older systems (thanks to @craigharman). - Updates/Reliability: unified update-check behavior across runtimes for more consistent update availability checks. - ## [1.8.7] - 2026-03-13 - CLI: fixed a startup regression in global npm/bun installs where wrapper or symlinked `openchamber` entrypoints could exit without output on commands like `--version` or `status`. @@ -41,8 +50,6 @@ All notable changes to this project will be documented in this file. - Windows/Web: daemon startup and Git operations no longer flash extra console windows, making background workflows less distracting (thanks to @SergioChan). - Deployment/Docker: improved `docker run` startup behavior and entrypoint handling so containerized installs start more reliably (thanks to @nzlov). - - ## [1.8.6] - 2026-03-13 - Tunnel/CLI: rebuilt tunnel workflows around clearer managed modes and provider-aware lifecycle commands, with safer startup checks, improved diagnostics, and cleaner CLI output for everyday remote access (thanks to @yulia-ivashko). @@ -68,7 +75,6 @@ All notable changes to this project will be documented in this file. - Tunnel/CLI: fixed one-time Cloudflare tunnel connect links in CLI output for `--try-cf-tunnel`, so remote collaborators can use the printed URL/QR flow successfully (thanks to @plfavreau). - Mobile/PWA: respected OS rotation lock by removing forced orientation behavior in the web app shell (thanks to @theluckystrike). - ## [1.8.4] - 2026-03-04 - Chat: added clickable file-path links in assistant messages (including line targeting), so you can jump from answer text straight to the exact file location (thanks to @yulia-ivashko). @@ -89,7 +95,6 @@ All notable changes to this project will be documented in this file. - UI: interactive controls now consistently show pointer cursors, improving click affordance and reducing ambiguous hover states (thanks to @KJdotIO). - Security/Reliability: hardened terminal auth, tightened skill-file path protections, and reduced sensitive request logging exposure for safer day-to-day usage (thanks to @yulia-ivashko). - ## [1.8.3] - 2026-03-02 - Chat: added user-message display controls for plain-text rendering and sticky headers, so you can tune readability to match your preferences. @@ -103,7 +108,6 @@ All notable changes to this project will be documented in this file. - Settings: reorganized chat display settings into a more compact two-column layout, so more new options are easier to navigate. - Mobile/UI: fixed session-title overflow in compact headers so running/unread indicators and actions remain visible (thanks to @iamhenry). - ## [1.8.2] - 2026-03-01 - Updates: hardened the self-update flow with safer release handling and fallback behavior, reducing failed or stuck updates. @@ -116,12 +120,10 @@ All notable changes to this project will be documented in this file. - Notifications/Voice: consolidated TTS and summarization service wiring for steadier text-to-speech and summary flows (thanks to @nelsonPires5). - Deployment: fixed Docker build/runtime issues for more reliable containerized setups (thanks to @nzlov). - ## [1.8.1] - 2026-02-28 - Web/Auth: fixed an issue where non-tunnel browser sessions could incorrectly show a tunnel-only lock screen; normal auth flow now appears unless a tunnel is actually active. - ## [1.8.0] - 2026-02-28 - Desktop: added SSH remote instance support with dedicated lifecycle and UX flows, so you can work against remote machines more reliably (thanks to @shekohex). @@ -147,7 +149,6 @@ All notable changes to this project will be documented in this file. - Usage: added MiniMax coding-plan quota provider support for broader usage tracking coverage (thanks to @nzlov). - Usage: added Ollama Cloud quota provider support for broader usage tracking coverage (thanks to @iamhenry). - ## [1.7.5] - 2026-02-25 - UI: moved projects into a dedicated sidebar rail and tightened the layout so switching projects and sessions feels faster. @@ -159,7 +160,6 @@ All notable changes to this project will be documented in this file. - Web: added `OPENCODE_HOST` support so you can connect directly to an external OpenCode server using a full base URL (thanks to @colinmollenhour). - Web/Mobile: fixed in-app update flow in containerized setups so updates apply correctly. - ## [1.7.4] - 2026-02-24 - Settings: redesigned the settings workspace with flatter, more consistent page layouts so configuration is faster to scan and edit. @@ -176,7 +176,6 @@ All notable changes to this project will be documented in this file. - Desktop: improved remote instance URL handling for more reliable host/query matching (thanks to @shekohex). - Files: added C, C++, and Go language support for syntax-aware rendering in code-heavy workflows (thanks to @fomenks). - ## [1.7.3] - 2026-02-21 - Settings: added customizable keyboard shortcuts for chat actions, panel toggles, and services, so you can better match OpenChamber to your workflow (thanks to @nelsonPires5). @@ -188,7 +187,6 @@ All notable changes to this project will be documented in this file. - Reliability: improved startup environment detection by capturing login-shell environment snapshots, reducing missing PATH/tool issues on launch. - Reliability: refactored OpenCode config/auth integration into domain modules for steadier provider auth and command loading flows (thanks to @nelsonPires5). - ## [1.7.2] - 2026-02-20 - Chat: question prompts now guide you to unanswered items before submit, making tool-question flows faster. @@ -198,7 +196,6 @@ All notable changes to this project will be documented in this file. - Settings: model variant options now refresh correctly in draft/new-session flows, avoiding stale selections. - Reliability: provider auth failures now show clearer re-auth guidance when tokens expire, making recovery faster (thanks to @yulia-ivashko). - ## [1.7.1] - 2026-02-18 - Chat: slash commands now follow server command semantics (including multiline arguments), so command behavior is more consistent with OpenCode CLI. @@ -210,17 +207,15 @@ All notable changes to this project will be documented in this file. - Mobile: fixed accidental abort right after tapping Send on touch devices, reducing interrupted responses (thanks to @shekohex). - Maintenance: removed deprecated GitHub Actions cloud runtime assets and docs to reduce setup confusion (thanks to @yulia-ivashko). - ## [1.7.0] - 2026-02-17 - Chat: improved live streaming with part-delta updates and smarter auto-follow scrolling, so long responses stay readable while they generate. - Chat: Mermaid diagrams now render inline in assistant messages, with quick copy/download actions for easier sharing. - UI: added a context overview panel with token usage, cost breakdown, and raw message inspection to make session debugging easier. - Sessions: project icon and color customizations now persist reliably across restarts. -**- Reliability: managed local OpenCode runtimes now use rotated secure auth and tighter lifecycle control across runtimes, reducing stale-process and reconnect issues (thanks to @yulia-ivashko).** + **- Reliability: managed local OpenCode runtimes now use rotated secure auth and tighter lifecycle control across runtimes, reducing stale-process and reconnect issues (thanks to @yulia-ivashko).** - Git/GitHub: improved backend reliability for repository and auth operations, helping branch and PR flows stay more predictable (thanks to @nelsonPires5). - ## [1.6.9] - 2026-02-16 - **UI: redesigned the workspace shell with a context panel, tabbed sidebars, and quicker navigation across chat, files, and reviews, so daily workflows feel more focused.** @@ -237,7 +232,6 @@ All notable changes to this project will be documented in this file. - Desktop: improved day-to-day polish with restored desktop window geometry and posiotion (thanks to @yulia-ivashko). - Mobile: fixes for small-screen editor, terminal, and layout overlap issues (thanks to @gsxdsm, @nelsonPires5). - ## [1.6.8] - 2026-02-12 - Chat: added drag-and-drop attachments with inline image previews, so sharing screenshots and files in prompts feels much faster and more reliable. @@ -249,7 +243,6 @@ All notable changes to this project will be documented in this file. - Desktop: fixed project selection in opened remote instances. - Desktop: fixed opened remote instances that use HTTP (helpful for instances under tunneling). - ## [1.6.7] - 2026-02-10 - Voice: added built-in voice input and read-aloud responses with multiple providers, so you can drive chats hands-free when typing is slower (thanks to @gsxdsm). @@ -277,7 +270,6 @@ All notable changes to this project will be documented in this file. - Mobile: fixed chat input layout issues on small screens (thanks to @nelsonPires5). - Reliability: fixed OpenCode auth pass-through and proxy env handling to reduce intermittent connection/auth issues (thanks to @gsxdsm). - ## [1.6.5] - 2026-02-6 - Settings: added an OpenCode CLI path override so you can point OpenChamber at a custom/local CLI install. @@ -290,7 +282,6 @@ All notable changes to this project will be documented in this file. - UI: added Vitesse Dark and Vitesse Light theme presets. - Reliability: improved OpenCode binary resolution and HOME-path handling across runtimes for steadier local startup. - ## [1.6.4] - 2026-02-5 - Desktop: switch between local and remote OpenChamber instances, plus a thinner runtime for better feature parity and fewer desktop-only quirks. @@ -304,7 +295,6 @@ All notable changes to this project will be documented in this file. - Web: fixed missing icon when installing the Android PWA (thanks to @nelsonPires5). - GitHub: PR description generation supports optional extra context for better summaries (thanks to @nelsonPires5). - ## [1.6.3] - 2026-02-2 - Web: improved server readiness check to use the `/global/health` endpoint for more reliable startup detection. @@ -312,7 +302,6 @@ All notable changes to this project will be documented in this file. - VSCode: improved server health check with the proper health API endpoint and increased timeout for steadier startup (thanks to @wienans). - Settings: dialog no longer persists open/closed state across app restarts. - ## [1.6.2] - 2026-02-1 - Usage: new multi-provider quota dashboard to monitor API usage across OpenAI, Google, and z.ai (thanks to @nelsonPires5). @@ -324,7 +313,6 @@ All notable changes to this project will be documented in this file. - Worktrees: workspace path now resolves correctly when using git worktrees (thanks to @nelsonPires5). - Projects: fixed directory creation outside workspace in the Add Project modal (thanks to @nelsonPires5). - ## [1.6.1] - 2026-01-30 - Chat: added Stop button to cancel generation mid-response. @@ -337,7 +325,6 @@ All notable changes to this project will be documented in this file. - Git: commit message generation now includes untracked files and handles git diff --no-index comparisons more reliably (thanks to @MrLYC). - Desktop: improved macOS window chrome and header spacing, including steadier traffic lights on older macOS versions (thanks to @yulia-ivashko). - ## [1.6.0] - 2026-01-29 - Chat: added message stall detection with automatic soft resync for more reliable message delivery. @@ -349,7 +336,6 @@ All notable changes to this project will be documented in this file. - Web: session activity tracking now works consistently across browser tabs. - Reliability: plans directory no longer errors when missing. - ## [1.5.9] - 2026-01-28 - Worktrees: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated. @@ -360,7 +346,6 @@ All notable changes to this project will be documented in this file. - UI: Files, Diff, Git, and Terminal now follow the active session/worktree directory, including new-session drafts. - Web: plan lists no longer error when the plans directory is missing. - ## [1.5.8] - 2026-01-26 - Plans: new Plan/Build mode switching support with dedicated Plan content view with per-session context. @@ -373,14 +358,12 @@ All notable changes to this project will be documented in this file. - Activity: added a text-justification setting for activity summaries (thanks to @iyangdianfeng). - Reliability: file lists and message sends handle missing directories and transient errors more gracefully. - ## [1.5.7] - 2026-01-24 - GitHub: PR panel supports fork PR detection by branch name. - GitHub: Git tab PR panel can send failed checks/comments to chat with hidden context; added check details dialog with Actions step breakdown. - Web: GitHub auth flow fixes. - ## [1.5.6] - 2026-01-24 - GitHub: connect your account in Settings with device-flow auth to enable GitHub tools. @@ -389,7 +372,6 @@ All notable changes to this project will be documented in this file. - Git: manage pull requests in the Git view with AI-generated descriptions, status checks, ready-for-review, and merge actions. - Mobile: fixed CommandAutocomplete dropdown scrolling (thanks to @nelsonPires5). - ## [1.5.5] - 2026-01-23 - Navigation: URLs now sync the active session, tab, settings, and diff state for shareable links and reliable back/forward (thanks to @TaylorBeeston). @@ -398,7 +380,6 @@ All notable changes to this project will be documented in this file. - Web: push notifications no longer fire when a window is visible, avoiding duplicate alerts. - Web: improved push subscription handling across multiple windows for more reliable delivery. - ## [1.5.4] - 2026-01-22 - Chat: new Apply Patch tool UI with diff preview for patch-based edits. @@ -409,7 +390,6 @@ All notable changes to this project will be documented in this file. - Web: added Background notifications for PWA. - Reliability: connect to external OpenCode servers without auto-start and fixed subagent crashes (thanks to @TaylorBeeston). - ## [1.5.3] - 2026-01-20 - Files: edit files inline with syntax highlighting, draft protection, and save/discard flow. @@ -422,7 +402,6 @@ All notable changes to this project will be documented in this file. - Git: generated commit messages now auto-pick a gitmoji when enabled (thanks to @TheRealAshik). - Performance: faster filesystem/search operations and general stability improvements (thanks to @TheRealAshik). - ## [1.5.2] - 2026-01-17 - Sessions: added branch picker dialog to start new worktree sessions from local branches (thanks to @nilskroe). @@ -434,13 +413,11 @@ All notable changes to this project will be documented in this file. - VSCode: tuned layout breakpoint and server readiness timeout for steadier startup. - Reliability: improved OpenCode process cleanup to reduce orphaned servers. - ## [1.5.1] - 2026-01-16 - Desktop: fixed orphaned OpenCode processes not being cleaned up on restart or exit. - Opencode: fixed issue with reloading configuration was killing the app - ## [1.5.0] - 2026-01-16 - UI: added a new Files tab to browse workspace files directly from the interface. @@ -453,7 +430,6 @@ All notable changes to this project will be documented in this file. - Stability: fixed heartbeat race condition causing session stalls during long tasks (thanks to @tybradle). - Desktop: fixed commands for worktree setup access to PATH. - ## [1.4.9] - 2026-01-14 - VSCode: added session editor panel to view sessions alongside files. @@ -462,7 +438,6 @@ All notable changes to this project will be documented in this file. - Mobile: fixed iOS keyboard safe area padding for home indicator bar (thanks to @Jovines). - Upload: increased attachment size limit to 50MB with automatic image compression to 2048px for large files. - ## [1.4.8] - 2026-01-14 - Git Identities: added token-based authentication support with ~/.git-credentials discovery and import. @@ -474,13 +449,11 @@ All notable changes to this project will be documented in this file. - Reliability: improved project state preservation on validation failures (thanks to @vio1ator) and refined server health monitoring. - Stability: added graceful shutdown handling for the server process (thanks to @vio1ator). - ## [1.4.7] - 2026-01-10 - Skills: added ClawdHub integration as built-in market for skills. - Web: fixed issues in terminal - ## [1.4.6] - 2026-01-09 - VSCode/Web: switch opencode cli management to SDK. @@ -488,7 +461,6 @@ All notable changes to this project will be documented in this file. - Shortcuts: switched agent cycling shortcut from Shift + TAB to TAB again. - Chat: added question tool support with a rich UI for interaction. - ## [1.4.5] - 2026-01-08 - Chat: added support for model variants (thinking effort). @@ -499,7 +471,6 @@ All notable changes to this project will be documented in this file. - MCP: added ability to dynamically enabled/disabled configured MCP. - Web: refactored project adding UI with autocomplete. - ## [1.4.4] - 2026-01-08 - Agent Manager / Multi Run: select agent per worktree session (thanks to @wienans). @@ -515,7 +486,6 @@ All notable changes to this project will be documented in this file. - Tunnel: added QR code and password URL for Cloudflare tunnel (thanks to @martindonadieu). - Model selector: fixed dropdowns not responding to viewport size. - ## [1.4.3] - 2026-01-04 - VS Code extension: added Agent Manager panel to run the same prompt across up to 5 models in parallel (thanks to @wienans). @@ -523,7 +493,6 @@ All notable changes to this project will be documented in this file. - Added "Open subAgent session" button on task tool outputs to quickly navigate to child sessions (thanks to @aptdnfapt). - VS Code extension: improved activation reliability and error handling. - ## [1.4.2] - 2026-01-02 - Added timeline dialog (`/timeline` command or Cmd/Ctrl+T) for navigating, reverting, and forking from any point in the conversation (thanks to @aptdnfapt). @@ -532,7 +501,6 @@ All notable changes to this project will be documented in this file. - Desktop app: keyboard shortcuts now use Cmd on macOS and Ctrl on web/other platforms (thanks to @sakhnyuk). - Migrated to OpenCode SDK v2 with improved API types and streaming. - ## [1.4.1] - 2026-01-02 - Added the ability to select the same model multiple times in multi-agent runs for response comparison. @@ -545,7 +513,6 @@ All notable changes to this project will be documented in this file. - Terminal: improved terminal performance and stability by switching to the Ghostty-based terminal renderer, while keeping the existing terminal UX and per-directory sessions. - Terminal: fixed several issues with terminal session restore and rendering under heavy output, including switching directories and long-running TUI apps. - ## [1.4.0] - 2026-01-01 - Added the ability to run multiple agents from a single prompt, with each agent working in an isolated worktree. @@ -557,14 +524,12 @@ All notable changes to this project will be documented in this file. - Chat: now shows clearer error messages when agent messages fail. - Sidebar: improved readability for sticky headers with a dynamic background. - ## [1.3.9] - 2025-12-30 - - Added skills management to settings with the ability to create, edit, and delete skills (make sure you have the latest OpenCode version for skills support). +- Added skills management to settings with the ability to create, edit, and delete skills (make sure you have the latest OpenCode version for skills support). - Added Skills catalog functionality for discovering and installing skills from external sources. - VS Code extension: added right-click context menu with "Add to Context," "Explain," and "Improve Code" actions (thanks to @wienans). - ## [1.3.8] - 2025-12-29 - Added Intel Mac (x86_64) support for the desktop application (thanks to @rothnic). @@ -575,7 +540,6 @@ All notable changes to this project will be documented in this file. - Fixed scroll position persistence for active conversation turns across session switches. - Refactored Agents/Commands management with ability to configure project/user scopes. - ## [1.3.7] - 2025-12-28 - Redesigned Settings as a full-screen view with tabbed navigation. @@ -585,13 +549,11 @@ All notable changes to this project will be documented in this file. - Improved session activity status handling and message step completion logic. - Introduced enchanced VSCode extension settings with dynamic layout based on width. - ## [1.3.6] - 2025-12-27 - Added the ability to manage (connect/disconnect) providers in settings. - Adjusted auto-summarization visuals in chat. - ## [1.3.5] - 2025-12-26 - Added Nushell support for operations with Opencode CLI. @@ -603,14 +565,12 @@ All notable changes to this project will be documented in this file. - Added Discord links in the about section. - Added settings for choosing the default model/agent to start with in a new session. - ## [1.3.4] - 2025-12-25 - Diff view now loads reliably even with large files and slow networks. - Fixed getting diffs for worktree files. - VS Code extension: improved type checking and editor integration. - ## [1.3.3] - 2025-12-25 - Updated OpenCode SDK to 1.0.185 across all app versions. @@ -621,13 +581,11 @@ All notable changes to this project will be documented in this file. - Chat UI: improved turn grouping/activity rendering and fixed message metadata/agent selection propagation. - Chat UI: improved agent activity status behavior and reduced image thumbnail sizes for better readability. - ## [1.3.2] - 2025-12-22 - Fixed new bug session when switching directories - Updated Opencode SDK to the latest version - ## [1.3.1] - 2025-12-22 - New chats no longer create a session until you send your first message. @@ -635,7 +593,6 @@ All notable changes to this project will be documented in this file. - Fixed mobile and VSCode sessions handling - Updated app identity with new logo and icons across all platforms. - ## [1.3.0] - 2025-12-21 - Added revert functionality in chat for user messages. @@ -646,21 +603,18 @@ All notable changes to this project will be documented in this file. - Adjusted VSCode extension theme mapping and model selection view. - Polished file autocomplete experience. - ## [1.2.9] - 2025-12-20 - Session auto‑cleanup feature with configurable retention for each app version including VSCode extension. - Ability to update web package from mobile/PWA view in setting. - A lot of different optimization for a long sessions. - ## [1.2.8] - 2025-12-19 - Introduced update mechanism for web version that doesn't need any cli interaction. - Added installation script for web version with package managed detection. - Update and restart of web server now support automatic pick-up of previously set parameters like port or password. - ## [1.2.7] - 2025-12-19 - Comprehensive macOS native menu bar entries. @@ -668,14 +622,12 @@ All notable changes to this project will be documented in this file. - Improved theme consistency across dropdown menus, selects, and command palette. - Introduced keyboard shortcuts help menu and quick actions menu. - ## [1.2.6] - 2025-12-19 - Added write/create tool preview in permission cards with syntax highlighting. - More descriptive assistant status messages with tool-specific and varied idle phrases. - Polished Git view layout - ## [1.2.5] - 2025-12-19 - Polished chat expirience for longer session. @@ -685,13 +637,11 @@ All notable changes to this project will be documented in this file. - Fixed untracked files in new directories not showing individually. - Smoother session rename experience. - ## [1.2.4] - 2025-12-18 - MacOS app menu entries for Check for update and for creating bug/request in Help section. - For Mobile added settings, improved terminal scrolling, fixed app layout positioning. - ## [1.2.3] - 2025-12-17 - Added image preview support in Diff tab (shows original/modified images instead of base64 code). @@ -699,28 +649,24 @@ All notable changes to this project will be documented in this file. - Optimized git polling and background diff+syntax pre-warm for instant Diff tab open. - Optomized reloading unaffected diffs. - ## [1.2.2] - 2025-12-17 - Agent Task tool now renders progressively with live duration and completed sub-tools summary. - Unified markdown rendering between assistant messages and tool outputs. - Reduced markdown header sizes for better visual balance. - ## [1.2.1] - 2025-12-16 - Todo task tracking: collapsible status row showing AI's current task and progress. - Switched "Detailed" tool output mode to only open the 'task', 'edit', 'multiedit', 'write', 'bash' tools for better performance. - ## [1.2.0] - 2025-12-15 - Favorite & recent models for quick access in model selection. - Tool call expansion settings: collapsed, activity, or detailed modes. - Font size & spacing controls (50-200% scaling) in Appearance Settings. - Settings page access within VSCode extension. -Thanks to @theblazehen for contributing these features! - + Thanks to @theblazehen for contributing these features! ## [1.1.6] - 2025-12-15 @@ -728,27 +674,23 @@ Thanks to @theblazehen for contributing these features! - Improved mobile experience: simplified header, better diff file selector. - Redesigned password-protected session unlock screen. - ## [1.1.5] - 2025-12-15 - Enhanced file attachment features performance. - Added fuzzy search feature for file mentioning with @ in chat. - Optimized input area layout. - ## [1.1.4] - 2025-12-15 - Flexoki themes for Shiki syntax highlighting for consistency with the app color schema. - Enchanced VSCode extension theming with editor themes. - Fixed mobile view model/agent selection. - ## [1.1.3] - 2025-12-14 - Replaced Monaco diff editor with Pierre/diffs for better performance. - Added line wrap toggle in diff view with dynamic layout switching (auto-inline when narrow). - ## [1.1.2] - 2025-12-13 - Moved VS Code extension to activity bar (left sidebar). @@ -756,13 +698,11 @@ Thanks to @theblazehen for contributing these features! - Removed redundant VS Code commands. - Enhanced UserTextPart styling. - ## [1.1.1] - 2025-12-13 - Adjusted model/agent selection alignment. - Fixed user message rendering issues. - ## [1.1.0] - 2025-12-13 - Added assistant answer fork flow so users can start a new session from an assistant plan/response with inherited context. @@ -770,7 +710,6 @@ Thanks to @theblazehen for contributing these features! - Improved scroll performance with force flag and RAF placeholder. - Added git polling backoff optimization. - ## [1.0.9] - 2025-12-08 - Added directory picker on first launch to reduce macOS permission prompts. @@ -778,48 +717,40 @@ Thanks to @theblazehen for contributing these features! - Improved update dialog UI with inline version display. - Added macOS folder access usage descriptions. - ## [1.0.8] - 2025-12-08 - Added fallback detection for OpenCode CLI in ~/.opencode/bin. - Added window focus after app restart/update. - Adapted traffic lights position and corner radius for older macOS versions. - ## [1.0.7] - 2025-12-08 - Optimized Opencode binary detection. - Adjusted app update experience. - ## [1.0.6] - 2025-12-08 - Enhance shell environment detection. - ## [1.0.5] - 2025-12-07 - Fixed "Load older messages" incorrectly scrolling to bottom. - Fixed page refresh getting stuck on splash screen. - Disabled devtools and page refresh in production builds. - ## [1.0.4] - 2025-12-07 - Optimized desktop app start time - ## [1.0.3] - 2025-12-07 - Updated onboarding UI. - Updated sidebar styles. - ## [1.0.2] - 2025-12-07 - Updated MacOS window design to the latest one. - ## [1.0.1] - 2025-12-07 - Initial public release of OpenChamber web and desktop packages in a unified monorepo. diff --git a/package.json b/package.json index aebff413..dc7dcdae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openchamber-monorepo", - "version": "1.9.1", + "version": "1.9.2", "description": "OpenChamber monorepo workspace for web, ui, and desktop runtimes", "private": true, "type": "module", diff --git a/packages/desktop/package.json b/packages/desktop/package.json index fa8e39ab..e45c706d 100644 --- a/packages/desktop/package.json +++ b/packages/desktop/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/desktop", - "version": "1.9.1", + "version": "1.9.2", "private": true, "type": "module", "desktopPrerequisites": [ diff --git a/packages/desktop/src-tauri/Cargo.lock b/packages/desktop/src-tauri/Cargo.lock index 044061a7..613d347c 100644 --- a/packages/desktop/src-tauri/Cargo.lock +++ b/packages/desktop/src-tauri/Cargo.lock @@ -2603,7 +2603,7 @@ dependencies = [ [[package]] name = "openchamber-desktop" -version = "1.9.1" +version = "1.9.2" dependencies = [ "anyhow", "base64 0.22.1", diff --git a/packages/desktop/src-tauri/Cargo.toml b/packages/desktop/src-tauri/Cargo.toml index 502f5d3b..173f4d3d 100644 --- a/packages/desktop/src-tauri/Cargo.toml +++ b/packages/desktop/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openchamber-desktop" -version = "1.9.1" +version = "1.9.2" edition = "2021" publish = false diff --git a/packages/desktop/src-tauri/tauri.conf.json b/packages/desktop/src-tauri/tauri.conf.json index 0979b05e..98e2aee8 100644 --- a/packages/desktop/src-tauri/tauri.conf.json +++ b/packages/desktop/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "../node_modules/@tauri-apps/cli/schema.json", "productName": "OpenChamber", - "version": "1.9.1", + "version": "1.9.2", "identifier": "ai.opencode.openchamber", "build": { "beforeDevCommand": "node ./scripts/dev-web-server.mjs", diff --git a/packages/ui/package.json b/packages/ui/package.json index bcc7e67e..f5656cef 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/ui", - "version": "1.9.1", + "version": "1.9.2", "private": true, "type": "module", "main": "src/main.tsx", diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 16cbef51..fc6ab7dc 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.9.2] - 2026-03-31 + +- Chat/Performance: overhauled live sync and streaming updates to reduce re-render churn and keep long-running chats smoother in the extension. +- Sessions/UI: refined sidebar behavior with cleaner spacing, better truncation/tooltips, and a resizable sessions pane for tighter workspace control. +- Chat/Editor integration: improved Explorer file insertion so drag-and-drop and context actions add `@` file mentions more reliably without duplicate path text. +- Reliability: startup now queues bridge and stream requests until the API is ready, reducing false bootstrap failures and early-session instability. +- Chat: reasoning content now renders through the markdown pipeline for more consistent readability during live responses. + ## [1.9.1] - 2026-03-20 - Sessions: sidebar lists now keep sessions visible in both Recent and Project sections for easier session discovery (thanks to @nguyenngothuong). diff --git a/packages/vscode/package.json b/packages/vscode/package.json index 062d93d5..0ab48f26 100644 --- a/packages/vscode/package.json +++ b/packages/vscode/package.json @@ -2,7 +2,7 @@ "name": "openchamber", "displayName": "OpenChamber", "description": "AI coding assistant powered by OpenCode", - "version": "1.9.1", + "version": "1.9.2", "publisher": "fedaykindev", "private": true, "repository": { diff --git a/packages/web/package.json b/packages/web/package.json index ffde089d..cf06af7c 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,6 +1,6 @@ { "name": "@openchamber/web", - "version": "1.9.1", + "version": "1.9.2", "private": false, "type": "module", "main": "./server/index.js",