Skip to content

Releases: btriapitsyn/openchamber

OpenChamber v1.6.3

02 Feb 17:06

Choose a tag to compare

[1.6.3] - 2026-02-2

  • Web: improved server readiness check to use the /global/health endpoint for more reliable startup detection.
  • Web: added login rate limit protection to prevent brute-force attempts on the authentication endpoint (thanks to @Jovines).
  • 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.

OpenChamber v1.6.2

01 Feb 20:49

Choose a tag to compare

[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).
  • Settings: now opens in a windowed dialog on desktop with backdrop blur for better focus.
  • Terminal: added tabbed interface to manage multiple terminal sessions per directory.
  • Files: added multi-file tabs on desktop and dropdown selector on mobile (thanks to @nelsonPires5).
  • UI: introduced token-based theming system and 18 themes with light/dark variants; with support for custom user themes from ~/.config/openchamber/themes.
  • Diff: optimized stacked view with worker-pool processing and lazy DOM rendering for smoother scrolling.
  • 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).

OpenChamber v1.6.1

30 Jan 13:42

Choose a tag to compare

[1.6.1] - 2026-01-30

  • Chat: added Stop button to cancel generation mid-response.
  • Mobile: revamped chat controls on small screens with a unified controls drawer (thanks to @nelsonPires5).
  • UI: update dialog now includes the changelog so you can review what's new before updating.
  • Terminal: added optional on-screen key bar (Esc/Ctrl/arrows/Enter) for easier terminal navigation.
  • Notifications: added "Notify for subtasks" toggle to silence child-session notifications during multi-run (thanks to @Jovines).
  • Reliability: improved event-stream reconnection when the app becomes visible again.
  • Worktrees: starting new worktree sessions now defaults to HEAD when no start point is provided.
  • 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).

OpenChamber v1.6.0

28 Jan 23:24

Choose a tag to compare

[1.6.0] - 2026-01-29

  • Chat: added message stall detection with automatic soft resync for more reliable message delivery.
  • Chat: fixed "Load older" button behavior in chat with proper pagination implementation.
  • Git: PR picker now validates local branch existence and includes a refresh action.
  • Git: worktree integration now syncs clean target directories before merging.
  • Diff: fixed memory leak when viewing many modified files; large changesets now lazy-load for smoother performance.
  • VSCode: session activity status now updates reliably even when the webview is hidden.
  • Web: session activity tracking now works consistently across browser tabs.
  • Reliability: plans directory no longer errors when missing.

OpenChamber v1.5.9

28 Jan 00:25

Choose a tag to compare

[1.5.9] - 2026-01-28

  • Worktrees: migrated to Opencode SDK worktree implementation; sessions in worktrees are now completely isolated.
  • Git: integrate worktree commits back to a target branch with commit previews and guided conflict handling.
  • Files: toggle markdown preview when viewing files (thanks to @Jovines).
  • Files: open the file viewer in fullscreen for focused review and editing (thanks to @TaylorBeeston).
  • Plans: switch between markdown preview and edit mode in the Plan view.
  • 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.

OpenChamber v1.5.8

26 Jan 18:09

Choose a tag to compare

[1.5.8] - 2026-01-26

  • Plans: new Plan/Build mode switching support with dedicated Plan content view with per-session context.
  • GitHub: sign in with multiple accounts and smoother auth flow.
  • Chat/UI: linkable mentions, better wrapping, and markdown/scroll polish in messages.
  • Skills: ClawdHub catalog now pages results and retries transient failures.
  • Diff: fixed Chrome scrolling in All Files layout.
  • Mobile: improved layout for attachments, git, and permissions on small screens (thanks to @nelsonPires5).
  • Web: iOS safe-area support for the PWA header.
  • 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.

OpenChamber v1.5.7

24 Jan 16:21

Choose a tag to compare

[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.

OpenChamber v1.5.6

24 Jan 00:36

Choose a tag to compare

[1.5.6] - 2026-01-24

  • GitHub: connect your account in Settings with device-flow auth to enable GitHub tools.
  • Sessions: start new sessions from GitHub issues with seeded context (title, body, labels, comments).
  • Sessions: start new sessions from GitHub pull requests with PR context baked in (including diffs).
  • 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).

OpenChamber v1.5.5

22 Jan 23:58

Choose a tag to compare

[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).
  • Settings: agent and command overrides now prefer plural directories while still honoring legacy singular folders.
  • Skills: installs now target plural directories while still recognizing legacy singular folders.
  • 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.

OpenChamber v1.5.4

22 Jan 17:51

Choose a tag to compare

[1.5.4] - 2026-01-22

  • Chat: new Apply Patch tool UI with diff preview for patch-based edits.
  • Files: refreshed attachment cards and related file views for clearer context.
  • Settings: manage provider configuration files directly from the UI.
  • UI: updated header and sidebar layout for a cleaner, tighter workspace fit (thanks to @TheRealAshik).
  • Diff: large diffs now lazy-load to avoid freezes (thanks to @Jovines).
  • Web: added Background notifications for PWA.
  • Reliability: connect to external OpenCode servers without auto-start and fixed subagent crashes (thanks to @TaylorBeeston).