Commit Graph

28 Commits

Author SHA1 Message Date
Omar McAdam
db10a7b5ba build: centralize the pinned opencode version (#1075)
Keep OpenCode version selection predictable by reading a single repo-wide constant and packaging that pin into orchestrator builds. Remove env and latest-release fallbacks so desktop, workers, snapshots, and CI stay aligned.

Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-20 12:30:24 -07:00
Omar McAdam
8a68685165 fix(app): stabilize remote messaging router health (#1070)
Keep worker-scoped router health checks and startup wiring aligned so remote workers stop reporting the router as unconfigured. Normalize orchestrator temp-path assertions so router tests stay stable on macOS.

Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-19 22:27:50 -07:00
Benjamin Shafii
da0cd71c7e chore: bump version to 0.11.175 2026-03-19 22:21:17 -07:00
Benjamin Shafii
84c79d01b7 fix(app): prevent sidebar flex overflow 2026-03-19 22:07:19 -07:00
Benjamin Shafii
7c54988a2c fix(app): truncate sidebar session titles 2026-03-19 22:02:56 -07:00
Benjamin Shafii
612ce64af7 fix(app): pin sidebar footer actions to the bottom 2026-03-19 21:38:45 -07:00
Benjamin Shafii
fe6bb14ed3 fix(app): quiet workspace status labels in sidebar 2026-03-19 21:27:52 -07:00
Benjamin Shafii
6933542d7c fix(app): hide generated session timestamps 2026-03-19 21:27:52 -07:00
Jan Carbonell
cb5933e684 fix(app): restore composer action labels (#1068)
* fix(app): restore composer action labels

* fix(app): truncate composer model label on mobile
2026-03-19 21:21:14 -07:00
ben
e754f5b493 fix(app): collapse the session rail and rename shared folder (#1054)
* fix(app): collapse the session rail and rename shared folder

* fix(app): restore full-width right sidebar
2026-03-19 20:20:56 -07:00
ben
ad846acbef feat(app): add server-backed session empty states (#1057)
* feat(app): seed blueprint-driven session empty states

* fix(app): use server-backed session blueprints
2026-03-19 20:15:45 -07:00
ben
fb5ab39baa feat(app): manage authorized folders from settings (#1056) 2026-03-19 20:15:29 -07:00
ben
b2d02c6d66 fix(app): keep workspace actions visible and simplify shell copy (#1055) 2026-03-19 19:24:18 -07:00
Jan Carbonell
241fecc41a fix(app): remove artifacts rail from session sidebar (#1058) 2026-03-19 19:08:36 -07:00
Benjamin Shafii
9f3890f609 chore: bump version to 0.11.174 2026-03-19 18:59:35 -07:00
Jan Carbonell
be7fb87750 revert(app): restore original session trace (#1052) 2026-03-19 18:36:00 -07:00
Jan Carbonell
7dfcbc9ddf fix(app): restore trace summary copy actions (#1044) 2026-03-19 17:26:20 -07:00
Jan Carbonell
c4b65ead37 fix(app): preserve worker names in narrow sidebars (#1049) 2026-03-19 17:18:03 -07:00
Omar McAdam
5f0e11ceca chore: bump version to 0.11.173 2026-03-19 15:41:22 -07:00
Omar McAdam
5cdf86b120 feat(den): add Daytona worker activity heartbeats and release snapshot automation (#1045)
* feat(den): add daytona activity heartbeats and snapshot release automation

* ci: run Daytona snapshot publish from release workflow

---------

Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-19 15:38:11 -07:00
Omar McAdam
343feccfce fix(mcp): expose nvm-managed node tools to local spawns (#1046)
Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-19 15:31:43 -07:00
Omar McAdam
d47a194d93 chore: bump version to 0.11.172 2026-03-19 15:07:12 -07:00
Jan Carbonell
e0cdda3484 fix(app): center trace chevrons with summaries (#1042) 2026-03-19 14:57:08 -07:00
Jan Carbonell
8166ce8e22 fix(app): align trace icons with summaries (#1041) 2026-03-19 14:54:08 -07:00
Omar McAdam
aa313c0ac9 fix: rename openwork-server package references (#1040)
Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-19 14:27:34 -07:00
Benjamin Shafii
10ec28d6dc chore: bump version to 0.11.171 2026-03-19 14:01:13 -07:00
Jan Carbonell
b05161e6f1 fix: expand session trace rows only when details exist (#1039)
* fix(app): add expandable session trace rows

* fix(app): tighten trace row layout on mobile

* fix(app): wrap trace details without x-scroll

* fix(app): constrain trace detail blocks on small screens

* fix(app): use explicit tool icons in session trace

* fix(app): scale trace icons by screen size
2026-03-19 13:50:43 -07:00
Omar McAdam
2b91b4d777 refactor: repo folder structure (#1038)
* refactor(repo): move OpenWork apps into apps and ee layout

Rebase the monorepo layout migration onto the latest dev changes so the moved app, desktop, share, and cloud surfaces keep working from their new paths. Carry the latest deeplink, token persistence, build, Vercel, and docs updates forward to avoid stale references and broken deploy tooling.

* chore(repo): drop generated desktop artifacts

Ignore the moved Tauri target and sidecar paths so local cargo checks do not pollute the branch. Remove the accidentally committed outputs from the repo while keeping the layout migration intact.

* fix(release): drop built server cli artifact

Stop tracking the locally built apps/server/cli binary so generated server outputs do not leak into commits. Also update the release workflow to check the published scoped package name for @openwork/server before deciding whether npm publish is needed.

* fix(workspace): add stable CLI bin wrappers

Point the server and router package bins at committed wrapper scripts so workspace installs can create shims before dist outputs exist. Keep the wrappers compatible with built binaries and source checkouts to avoid Vercel install warnings without changing runtime behavior.
2026-03-19 11:41:38 -07:00