Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
44 commits
Select commit Hold shift + click to select a range
175d297
feat: add desktop workbench sidebar shell
pallyoung May 23, 2026
94aa482
feat(workspace): add sidebar search and quick open
pallyoung May 23, 2026
69d2832
Merge branch 'workspace-sidebar-search-quick-open' into develop
pallyoung May 23, 2026
21d0453
Route settings activation errors to session gate
pallyoung May 23, 2026
6927c7c
Fix update restart handoff process tree
pallyoung May 23, 2026
eed5778
docs(workspace): add search and quick open visual refresh spec
pallyoung May 23, 2026
e1b06d8
docs: add agent pane keepalive design
pallyoung May 23, 2026
820be4c
Add collapsible search result groups
pallyoung May 23, 2026
571c9cd
docs: add agent pane keepalive implementation plan
pallyoung May 23, 2026
d46fc13
Refine quick open rows
pallyoung May 23, 2026
899b868
Refine workspace search and quick open chrome
pallyoung May 23, 2026
ec1b43e
refactor(supervisor): elevate prompt to planner-supervisor with deliv…
pallyoung May 23, 2026
d3c5f79
docs: add mobile workspace three-view alignment design
pallyoung May 23, 2026
6dcd113
feat: add mobile explorer sections
pallyoung May 23, 2026
b1aae99
fix: tighten quick jump accessibility target
pallyoung May 23, 2026
146d453
feat: add mobile search panel variant
pallyoung May 23, 2026
c821d35
feat: align mobile workspace views with desktop
pallyoung May 23, 2026
6aa2707
style: polish mobile workspace three-view sheet
pallyoung May 23, 2026
ea829a8
docs: add mobile workspace three-view alignment design
pallyoung May 23, 2026
64b1370
feat(web): isolate workspace tab instances
pallyoung May 23, 2026
ad30853
fix(web): delay terminal recovery overlay
pallyoung May 23, 2026
a6797cb
docs: add system dependency installer design spec
pallyoung May 23, 2026
89f8d17
fix: truncate open editor paths
pallyoung May 23, 2026
634fd20
fix preserve active workspace across route changes
pallyoung May 23, 2026
2029804
feat: refine workspace quick jump search
pallyoung May 23, 2026
297a9ec
docs: add performance monitoring design
pallyoung May 23, 2026
7e355a8
docs: add open editors actions design
pallyoung May 23, 2026
d54ac89
docs: add open editors actions plan
pallyoung May 23, 2026
bc32574
Add pure open editor close decisions
pallyoung May 23, 2026
6cdb439
feat(web): add open editor close decisions
pallyoung May 23, 2026
1d20726
docs: add performance monitoring implementation plan
pallyoung May 23, 2026
ce0b9fc
fix(web): use deterministic open editor ordering
pallyoung May 23, 2026
417474b
Share open editor close actions
pallyoung May 23, 2026
938e4a2
Remove unused editor close setter
pallyoung May 23, 2026
a58aceb
Fix editor close fallback without open buffer
pallyoung May 23, 2026
3b62986
Refine terminal recovery UX states
pallyoung May 23, 2026
e1e82d2
Ignore closed editor loads that finish late
pallyoung May 23, 2026
f56d7b8
Fix editor pending-load reopen races
pallyoung May 23, 2026
9639263
feat(web): unify open editor controls across desktop and mobile
pallyoung May 24, 2026
6ca9b0b
Merge branch 'feat/open-editors-actions' into develop
pallyoung May 24, 2026
12054f2
test: add open editors regression coverage
pallyoung May 24, 2026
9d6e607
test(web): tighten open editors regression coverage
pallyoung May 24, 2026
0714e36
Refine workspace sidebar section actions
pallyoung May 24, 2026
5641146
chore(release): add patch changeset for workspace polish
pallyoung May 24, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .changeset/wise-suns-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@spencer-kit/coder-studio": patch
---

Refine workspace navigation and editor management across desktop and mobile by
polishing sidebar section actions, improving quick jump and search flows, and
tightening preview and recovery behavior around open editors.
Loading
Loading