Releases: stablyai/orca
Releases · stablyai/orca
v1.3.24-rc.0
Full Changelog: v1.3.23...v1.3.24-rc.0
v1.3.23
What's Changed
- test(e2e): assert on rendered DOM in 5 specs previously store-tautologies by @brennanb2025 in #1194
- fix(preload): collapse index.d.ts into type-checked api-types.ts by @brennanb2025 in #1197
- feat(agent-hooks): on-disk endpoint discovery for surviving PTYs (v2) by @brennanb2025 in #1196
- fix(terminal): restore cursor visibility after scrollback replay by @Jinwoo-H in #1192
- feat(ui): unify SSH workspace icon to Server by @AmethystLiang in #1198
- Tabbed Create Workspace dialog (Quick / Create from…) by @nwparker in #1191
- fix(ssh): support new markdown file creation on SSH worktrees by @AmethystLiang in #1199
- feat(cmd-j): sort by recency on empty query with worktree cap by @AmethystLiang in #1201
- fix(e2e): update worktree test for tabbed Create Workspace modal by @AmethystLiang in #1202
- fix(browser-pane): ensure tooltip reliably triggers on container hover by @AmethystLiang in #1203
- fix(monaco): disable syntax validation in diff viewer by @AmethystLiang in #1206
- fix(notifications): restore agent-task-complete dispatch broken by #944 by @nwparker in #1200
- feat(nav): back/forward traverses Tasks page visits by @AmethystLiang in #1207
- test(ui): fix openTaskPage tests by including nav-history slice by @AmethystLiang in #1208
- feat: Add GitHub PR review workflow to tasks by @yasinkavakli in #1172
- fix(terminal): restore Polish / US-Extended Option+letter composition (#1205) by @nwparker in #1209
- fix: update Cmd+J placeholder to use 'repo/worktree' terminology by @AmethystLiang in #1210
Full Changelog: v1.3.22...v1.3.23
v1.3.23-rc.2
What's Changed
- fix(ssh): support new markdown file creation on SSH worktrees by @AmethystLiang in #1199
- feat(cmd-j): sort by recency on empty query with worktree cap by @AmethystLiang in #1201
- fix(e2e): update worktree test for tabbed Create Workspace modal by @AmethystLiang in #1202
- fix(browser-pane): ensure tooltip reliably triggers on container hover by @AmethystLiang in #1203
- fix(monaco): disable syntax validation in diff viewer by @AmethystLiang in #1206
- fix(notifications): restore agent-task-complete dispatch broken by #944 by @nwparker in #1200
Full Changelog: v1.3.23-rc.1...v1.3.23-rc.2
v1.3.23-rc.1
What's Changed
- test(e2e): assert on rendered DOM in 5 specs previously store-tautologies by @brennanb2025 in #1194
- fix(preload): collapse index.d.ts into type-checked api-types.ts by @brennanb2025 in #1197
- feat(agent-hooks): on-disk endpoint discovery for surviving PTYs (v2) by @brennanb2025 in #1196
- fix(terminal): restore cursor visibility after scrollback replay by @Jinwoo-H in #1192
- feat(ui): unify SSH workspace icon to Server by @AmethystLiang in #1198
- Tabbed Create Workspace dialog (Quick / Create from…) by @nwparker in #1191
Full Changelog: v1.3.22...v1.3.23-rc.1
1.3.23-rc.0
v1.3.23-rc.0 v1.3.23-rc.0
v1.3.22
What's Changed
- fix(win32): resolve EPERM on userData writes, batch-file spawn failures, and native dep rebuild by @SSwser in #1152
- feat(language-detect): add Svelte Monarch grammar for .svelte syntax highlighting by @mvanhorn in #1150
- feat(terminal): WSL shell support for Windows users by @nwparker in #1154
- fix(opencode): accept daemon-shaped sessionIds, hash to safe dir name by @brennanb2025 in #1155
- fix(pty): tolerate trailing slash in ZDOTDIR self-loop guard by @brennanb2025 in #1156
- fix(tab-bar): inline Windows shell choices in the "+" menu by @nwparker in #1159
- fix(daemon): checkpoint-based history persistence to reduce memory by @Jinwoo-H in #1139
- fix(search): keep include/exclude visible and prevent buried matches by @AmethystLiang in #1161
- refactor(search): share rg/git-grep logic between main and relay by @AmethystLiang in #1157
- test(opencode): add buildPtyEnv/clearPty round-trip coverage by @brennanb2025 in #1162
- fix(release-cut): anchor RC base to latest_stable + patch by @nwparker in #1163
- fix(pty): honor Windows shell selection on daemon path + shell-specific icons by @nwparker in #1164
- Attribution update by @AmethystLiang in #1173
- fix(cmd-j-palette): increase selected row contrast by @AmethystLiang in #1174
- fix(monaco): disable semantic validation in diff viewer by @AmethystLiang in #1175
- fix(sidebar): Cmd+Shift+Up/Down crosses Pinned/All boundary when collapsed by @AmethystLiang in #1176
- Remove pr-size-labeler workflow by @AmethystLiang in #1177
- feat(cmd-j): Recent Worktrees section + repo/branch search by @AmethystLiang in #1180
- fix(tab-bar): dismiss new-tab menu when clicking browser webview by @Jinwoo-H in #1183
- Scope pending PTY spawns to terminal panes by @Jinwoo-H in #1182
- Fix shell-ready zsh wrapper self loops by @Jinwoo-H in #1184
- feat(linear): add create-issue button for feature parity with GitHub by @Jinwoo-H in #1185
- fix(cli): record back/forward history for CLI-activated worktrees by @brennanb2025 in #1166
- fix(release): derive prerelease state from tag shape, not release flag by @nwparker in #1187
- fix: support upstream remote as base ref for fork workflows by @brennanb2025 in #1186
- fix: resolve letter window shortcuts by layout-aware key (Dvorak/Colemak/AZERTY) by @KevinAcunaApprecio in #1015
- fix(updater): surface user-initiated check failures when GitHub is down by @brennanb2025 in #1181
- fix(sidebar): don't bump lastActivityAt when worktree is activated by click by @brennanb2025 in #1169
- fix(new-workspace): unwrap getBaseRefDefault envelope in StartFromField by @nwparker in #1189
- test(e2e): drive real composer flow for worktree creation by @brennanb2025 in #1193
- feat(status-bar): restructure memory/CPU popover and add row actions by @brennanb2025 in #1190
New Contributors
- @SSwser made their first contribution in #1152
- @KevinAcunaApprecio made their first contribution in #1015
Full Changelog: v1.3.21...v1.3.22
v1.3.22-rc.6
What's Changed
- fix(sidebar): don't bump lastActivityAt when worktree is activated by click by @brennanb2025 in #1169
- fix(new-workspace): unwrap getBaseRefDefault envelope in StartFromField by @nwparker in #1189
Full Changelog: v1.3.22-rc.5...v1.3.22-rc.6
v1.3.22-rc.5
What's Changed
- fix: resolve letter window shortcuts by layout-aware key (Dvorak/Colemak/AZERTY) by @KevinAcunaApprecio in #1015
- fix(updater): surface user-initiated check failures when GitHub is down by @brennanb2025 in #1181
New Contributors
- @KevinAcunaApprecio made their first contribution in #1015
Full Changelog: v1.3.22-rc.3...v1.3.22-rc.5
v1.3.22-rc.4
What's Changed
- fix: resolve letter window shortcuts by layout-aware key (Dvorak/Colemak/AZERTY) by @KevinAcunaApprecio in #1015
- fix(updater): surface user-initiated check failures when GitHub is down by @brennanb2025 in #1181
New Contributors
- @KevinAcunaApprecio made their first contribution in #1015
Full Changelog: v1.3.22-rc.3...v1.3.22-rc.4
1.3.22-rc.3
v1.3.22-rc.3 v1.3.22-rc.3