Bohdan Triapitsyn
a4decfd3dd
release v1.11.0
2026-05-14 15:36:07 +03:00
Bohdan Triapitsyn
34fde831eb
fix: make daemon startup ready handoff reliable
...
Wait longer for slow daemon startup
Fail cleanly when ready handoff does not complete
Avoid orphaned daemon processes after startup timeout
2026-05-14 15:00:25 +03:00
Bohdan Triapitsyn
a12be061e3
feat: add OpenCode update and in-app Browser features
2026-05-14 14:45:04 +03:00
Bohdan Triapitsyn
92f1fa7dfe
fix: avoid opencode structured output session breakage
...
Replace server-enforced structured output with local JSON parsing for Git generation
Render generated commit and PR JSON responses as compact chat cards
Tighten generation prompts while preserving active session context
2026-05-14 02:16:52 +03:00
Bohdan Triapitsyn
ef85c63336
fix: voice input in Electron - local Whisper STT + network error handling
...
- Add local Whisper STT via Transformers.js with Web Worker (no UI freeze)
- Default sttProvider to 'local' in Electron (browser STT unavailable)
- Fix infinite toast loop: stop auto-restart on network errors
- Add retry limit with exponential backoff for transient STT errors
- Append voice transcript to input field (append-inline), not replace
- Add model catalog with download/load button in Voice Settings
2026-05-14 01:19:52 +03:00
Bohdan Triapitsyn
7fb5ad0f48
fix: check window focus before summarization to avoid wasted Zen API calls
...
When notificationMode is 'hidden-only', the isWindowFocused check now
happens before summarization and template resolution, not after. This
prevents costly Zen API calls for notifications that would be skipped
anyway, and eliminates stale notifications arriving after the user has
already read the response and switched away.
2026-05-13 17:43:08 +03:00
Bohdan Triapitsyn
ef2dc8751d
chore: updated opencode sdk version to 1.4.48
2026-05-13 15:59:49 +03:00
a2c88f0142
Sync speech recognition settings across devices ( #1217 )
...
* fix: sync STT settings across devices
Persist speech recognition preferences through shared OpenChamber settings so mobile and desktop stay in sync.
* fix bot review
* fix(voice): sync transcribe-on-stop setting
---------
Co-authored-by: Konstantin Zolin <kzolin@alfabank.ru >
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-05-13 15:45:03 +03:00
11e5ab93a9
fix(quota): guard remaining usage percent ( #1242 )
...
* fix(quota): guard remaining usage percent
* test(quota): cover non-finite usage percents
* fix(ui): clean up virtual scroll frame
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-05-13 14:51:46 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
1e1a7e02b7
test(opencode): restore missing PATH cleanly ( #1243 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-13 10:35:32 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
d66e077b99
fix(pwa): include root-scoped session shortcuts ( #1244 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-13 10:35:12 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
f01391dd72
fix(opencode): broadcast activity idle after cooldown ( #1249 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-13 10:32:30 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
05c5683ecb
fix(scheduled-tasks): skip scheduling after stop ( #1251 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-13 10:32:16 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
c005c59186
fix(quota): accept epoch reset timestamps ( #1241 )
...
* fix(quota): accept epoch reset timestamps
* fix(quota): format epoch reset windows
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-13 10:30:42 +03:00
kjhq and artac
f059bc8dd6
fix: remove GitHub hardcoding and generalize for non-GitHub git providers ( #1216 )
...
* fix: remove GitHub hardcoding and generalize for non-GitHub git providers
* fix: guard SSH path extraction against missing colon separator
---------
Co-authored-by: artac <artac@artacs-MacBook-Pro.local >
2026-05-13 10:19:31 +03:00
644050824e
fix(terminal): reject file cwd values ( #1204 )
...
* fix(terminal): reject file cwd values
* test(terminal): remove stale cwd access mock
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-05-12 11:30:10 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
89630af98d
fix(settings): constrain plan path remapping ( #1203 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:12:17 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
1f6cea50ed
fix(tasks): preserve timestamps when listing ( #1198 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:10:56 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
51356b4195
fix(projects): use fallback icon MIME ( #1197 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:10:39 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
51e1967f68
fix(sessions): isolate folder save temp files ( #1195 )
...
* fix(sessions): isolate folder save temp files
* fix(sessions): remove failed save temp files
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:10:06 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
222d1b7f51
fix(tts): clamp generated summaries ( #1187 )
...
* fix(tts): clamp generated summaries
* fix(tts): preserve non-finite summary limits
* test(tts): stub fetch without vitest globals
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:06:21 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
b944bd812c
fix(quota): ignore invalid reset timestamps ( #1182 )
...
* fix(quota): ignore invalid reset timestamps
* fix(quota): guard reset-after timestamps
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:05:22 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
323347f50e
fix(terminal): preserve UTF-8 replay chunks ( #1181 )
...
* fix(terminal): preserve UTF-8 replay chunks
* fix(terminal): avoid replay trim prepends
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:05:03 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
2a9c7e6bca
fix(event-stream): clean up reconnect delay listeners ( #1180 )
...
* fix(event-stream): clean up reconnect delay listeners
* test(event-stream): clarify listener count
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:04:46 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
7721c2fe10
fix(event-stream): isolate subscriber failures ( #1235 )
...
* fix(event-stream): isolate subscriber failures
* fix(event-stream): handle async subscriber failures
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:02:04 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
df12c3a2b5
fix(terminal): make SSE cleanup idempotent ( #1234 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:01:47 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
060a5311ef
fix(terminal): remove upgrade listener on shutdown ( #1233 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:01:31 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
eeabc304bd
fix(opencode): clear server close timeout ( #1224 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:00:45 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
4cbee27383
fix(opencode): clear readiness probe timers ( #1226 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 11:00:31 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
0cfa37932e
fix(updates): compare prerelease versions correctly ( #1220 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 10:57:47 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
eb3f0e7f72
test(opencode): avoid duplicate WSL env assertion ( #1212 )
...
* test(opencode): avoid duplicate WSL env assertion
* test(opencode): assert WSL rejection directly
---------
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 10:57:39 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
614e9bbfbf
test(opencode): restore PATH after lifecycle tests ( #1210 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 10:57:14 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
733e1e2d21
fix(pwa): keep scoped shortcuts isolated ( #1205 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-12 10:55:31 +03:00
Bohdan Triapitsyn
c38727efc9
release v1.10.4
2026-05-09 01:18:33 +03:00
Bohdan Triapitsyn
a591f63ed2
release v1.10.3
2026-05-08 16:26:07 +03:00
Wenqiang.Xu
3716deb16c
fix: use platform-aware UTF-8 locale fallback for PTY ( #1137 )
...
C.UTF-8 does not exist on macOS, causing the terminal to fall back
to ASCII encoding when LANG is unset. Use en_US.UTF-8 on macOS and
C.UTF-8 on Linux. Also set LC_CTYPE with the platform-appropriate
value (UTF-8 on macOS, C.UTF-8 on Linux) for additional safety.
2026-05-08 16:19:24 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
4a79af3fb7
fix(event-stream): cancel unavailable upstream bodies ( #1142 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-08 15:14:39 +03:00
Isaac Sanchez-Hawkins and Isaac Sanchez
4b65a16b12
fix(git): load sandbox db dependency in esm ( #1140 )
...
Co-authored-by: Isaac Sanchez <isanchez-hawkins@arize.com >
2026-05-08 15:09:52 +03:00
Bohdan Triapitsyn
c827d6b8df
fix: restore messages after redo
...
Refetches session messages before applying redo
Aligns undo/redo navigation with OpenCode behavior
Keeps restored messages visible after unrevert
2026-05-08 14:53:48 +03:00
Bohdan Triapitsyn
e1ff21bc0a
feat: add Electron Mini Chat windows ( #1161 )
...
Add dedicated Electron Mini Chat windows for focused chat sessions without the full desktop shell. Mini Chat can open existing sessions or draft sessions, supports pinning above other windows, transfers sessions or drafts back to the main window, and deduplicates existing-session windows.
Expose Mini Chat entry points from the main header, session sidebar, command palette, and `mod+alt+n`. Add a dedicated Vite entry and React runtime so the compact surface can stay isolated from full-app chrome while still sharing chat, sync, theme, locale, model, agent, and worktree behavior.
Keep Mini Chat behavior scoped to the compact surface:
- limit assistant/user message actions to the appropriate Mini Chat set
- hide workspace changed-files UI in Mini Chat
- keep draft worktree selection and streaming directory state in sync
- mark sessions viewed while they are open in Mini Chat
- support Mini Chat-specific keyboard shortcuts for input focus, model selection, thinking variant cycling, favorite model cycling, and opening new Mini Chat drafts
Harden Electron integration by gating Mini Chat controls on desktop IPC availability, restricting pin/unpin IPC to Mini Chat windows, and only closing Mini Chat after the main window handoff succeeds.
2026-05-08 12:22:59 +03:00
Bohdan Triapitsyn
686fec7419
release v1.10.2
2026-05-07 23:54:35 +03:00
zerone0x and Bohdan Triapitsyn
3fbcdbc3dc
fix(quota): stop showing misleading OpenRouter percentages ( #1127 )
...
* fix(quota): stop showing misleading OpenRouter percentages
Fixes #1085
* fix(quota): clean up OpenRouter credit labels
---------
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-05-07 23:39:53 +03:00
Bohdan Triapitsyn
585e2a55f1
fix: suppress inherited subagent notifications
...
Subagent completion notifications respect notification settings
Permission auto-accept now suppresses notifications for known child sessions
Server notification checks use OpenCode session parent semantics
2026-05-07 23:03:46 +03:00
Wenqiang.Xu
cb8ea5e6c5
fix: set LANG env for PTY to support UTF-8/Unicode in terminal ( #1129 )
2026-05-07 23:03:09 +03:00
Bohdan Triapitsyn
d764ad6872
feat: add repository cloning to project setup
...
Add project can clone repositories into a chosen folder
Command palette now opens the add project flow
Clone flow supports selecting Git identities
2026-05-07 01:10:17 +03:00
Bohdan Triapitsyn
fd3557e5c3
feat: improve preview proxy behavior
...
Sort dev-server false positive preview errors
Improves preview URL rewriting and navigation handling
Syncs app theme into preview iFrames
2026-05-07 00:02:01 +03:00
Bohdan Triapitsyn
633edb27c3
release v1.10.1
2026-05-06 20:03:29 +03:00
Bohdan Triapitsyn
966eb5a1e2
chore: update opencode sdk version
2026-05-06 19:46:01 +03:00
82b36e5080
fix: align session status parsing and vscode reconnect reconcile ( #1125 )
...
* fix: align session status parsing and vscode reconnect reconcile
* fix vscode session status fallback and reconcile cleanup safety
---------
Co-authored-by: vhqtvn <8930337+vhqtvn@users.noreply.github.com >
Co-authored-by: Bohdan Triapitsyn <artmore@protonmail.com >
2026-05-06 19:45:31 +03:00
Bohdan Triapitsyn
b18886598c
fix: validate configured OpenCode binary ( #1120 )
...
* Validate configured OpenCode binary
* fix: keep WSL OpenCode startup failures retryable
Avoids misclassifying transient WSL resolution failures as invalid binary config
Adds regression coverage for WSL strict-mode handling
Cleans up temporary test directories
Fix for #1119 issue
2026-05-06 02:06:16 +03:00