OpenWork Release Bot
329053727d
chore(aur): update PKGBUILD for 0.11.127
2026-02-28 02:48:34 +00:00
Benjamin Shafii
7f3f70b042
chore: bump version to 0.11.127
openwork-orchestrator-v0.11.127
v0.11.127
2026-02-27 18:17:04 -08:00
Benjamin Shafii
25d48d99a2
fix(workspace): recover workers without rotating OpenWork tokens
...
Add a non-technical Get back online action in worker menus and route it through a recovery flow. Reuse existing OpenWork tokens during sandbox restarts so reconnects preserve existing access.
2026-02-27 18:15:23 -08:00
ben
27205a259c
fix(docker): mount host opencode config in dev dev-up stack ( #690 )
2026-02-27 08:09:52 -08:00
OpenWork Release Bot
78edccd6d3
chore(aur): update PKGBUILD for 0.11.126
2026-02-27 15:48:11 +00:00
Benjamin Shafii
42f68d9bb7
chore: bump version to 0.11.126
v0.11.126
openwork-orchestrator-v0.11.126
2026-02-27 07:17:06 -08:00
GitHub Action
4f63ed477d
ignore: update download stats 2026-02-27
2026-02-27 12:20:08 +00:00
Benjamin Shafii
01482deeb9
feat(app): simplify artifacts and add worker/plugin quick actions
...
Remove the in-app artifact editor in favor of read-only artifact actions, with reveal and optional Obsidian open for markdown files. Add workspace reveal from worker menus and plugin removal controls so users can manage workers and plugins directly in the UI.
Made-with: Cursor
2026-02-26 23:05:24 -08:00
OpenWork Release Bot
445e5f4f2a
chore(aur): update PKGBUILD for 0.11.125
2026-02-26 22:26:37 +00:00
Benjamin Shafii
7225736ffa
chore: bump version to 0.11.125
openwork-orchestrator-v0.11.125
v0.11.125
2026-02-26 13:55:41 -08:00
Saif M
00302fa9f0
fix: Added throttle on dowload to prevent ui freeze ( #687 )
2026-02-26 13:43:14 -08:00
Benjamin Shafii
22033ca1a0
fix(app): unify sidebar navigation and workspace switching
...
Deduplicate equivalent remote workspace entries and relax stale connecting locks so workspace rows remain actionable. Reuse the shared session workspace sidebar in dashboard views and remove redundant grouped headers to keep navigation consistent.
Made-with: Cursor
2026-02-26 13:26:27 -08:00
OpenWork Release Bot
5b7054f6ad
chore(aur): update PKGBUILD for 0.11.124
2026-02-26 19:34:17 +00:00
Benjamin Shafii
3237bfabe6
chore: bump version to 0.11.124
openwork-orchestrator-v0.11.124
v0.11.124
2026-02-26 11:02:59 -08:00
ben
895a9deded
feat(app,docs): apply Orbita session layout direction ( #686 )
...
* feat(app,docs): apply Orbita session layout direction
* fix(app): restore session contrast with theme-safe colors
* docs(pr): refresh Orbita session screenshot evidence
* fix(app): correct dark mode contrast for composer gradient and user bubble
* docs(pr): update screenshot evidence after dark mode contrast fix
* fix(app): revert assistant message back to sans-serif font
2026-02-26 09:57:32 -08:00
GitHub Action
26e20a58d6
ignore: update download stats 2026-02-26
2026-02-26 12:23:25 +00:00
OpenWork Release Bot
30fb5b6080
chore(aur): update PKGBUILD for 0.11.123
2026-02-26 05:47:10 +00:00
Benjamin Shafii
dfd331da78
chore: bump version to 0.11.123
v0.11.123
openwork-orchestrator-v0.11.123
2026-02-25 20:44:50 -08:00
ben
4764ad1590
feat(settings): add local server restart action ( #685 )
2026-02-25 20:12:31 -08:00
ben
de63f772a9
feat(share): redesign share modal and bundle page styling to match openwork identity ( #684 )
...
* docs(style): add openwork style-guide.md
* feat(share): redesign share modal and bundle page styling to match openwork identity
2026-02-25 19:40:16 -08:00
OpenWork Release Bot
af3048119a
chore(aur): update PKGBUILD for 0.11.122
2026-02-26 01:34:34 +00:00
Benjamin Shafii
dfa41808cf
chore: bump version to 0.11.122
openwork-orchestrator-v0.11.122
v0.11.122
2026-02-25 17:03:18 -08:00
ben
eca8e4a437
fix(app): group exploration steps and cache markdown renders ( #681 )
...
Separate exploration tool timelines from standalone execution steps and reuse cached markdown HTML to keep long sessions responsive.
2026-02-25 16:42:49 -08:00
ben
477ed85c30
fix(app): send codex reasoning effort from thinking variant ( #647 )
2026-02-25 14:56:27 -08:00
Benjamin Shafii
1bccd6cc35
fix(web): keep loops signup payload schema-safe
2026-02-25 14:10:03 -08:00
Benjamin Shafii
6875e75bfb
feat(web): track den signups in loops and posthog
2026-02-25 14:09:09 -08:00
ben
ba80f2a1fb
refactor(app): extract workspace/session list into dedicated component ( #678 )
...
* refactor(app): split workspace/session sidebar into component
Move the sidebar workspace/session list out of session.tsx so session view logic stays focused and future long-session iterations can evolve independently without reworking a 4k-line page.
* docs(pr): add sidebar extraction verification screenshot
Capture the session view after sidebar extraction so reviewers can quickly validate that worker navigation remains intact in the refactored component.
* Delete packages/app/pr/screenshots/ui-audit-2026-02-25/session-sidebar-component-after-extraction.png
2026-02-25 13:35:32 -08:00
ben
27259bdbbc
fix(app): resolve workspace-relative file references in markdown ( #677 )
...
Treat workspace-relative paths and common file-reference suffixes as local files so session output links open the intended file instead of falling back to external link behavior.
2026-02-25 13:26:25 -08:00
ben
f27eaa0829
fix(app): wrap connection URLs in settings and identities ( #674 )
2026-02-25 11:45:50 -08:00
ben
fa29b0a0f2
fix(app): clamp long skill triggers in catalog cards ( #673 )
2026-02-25 11:44:03 -08:00
ben
5b099a0cc4
fix(app): improve share modal mobile readability ( #672 )
2026-02-25 11:42:42 -08:00
ben
dc935f9fc1
fix(app): keep workspace actions discoverable and menu stable ( #671 )
...
* fix(app): make workspace actions and menu reliably usable
* docs(app): add audit screenshots for core dashboard surfaces
2026-02-25 11:42:24 -08:00
GitHub Action
2c760ec061
ignore: update download stats 2026-02-25
2026-02-25 12:23:51 +00:00
ben
185b59098e
fix(den): retry transient mysql read errors during signup ( #666 )
2026-02-24 22:04:39 -08:00
Benjamin Shafii
0a3155a8d3
fix(den): retry transient mysql read errors during signup
2026-02-24 21:18:15 -08:00
ben
28d1f4206c
feat(app,share): deep-link bundle shares into new-worker imports ( #664 )
...
* docs(share): add free-first and org hub sharing redesign flows
* feat(app,share): open bundle links into new-worker imports
2026-02-24 19:01:04 -08:00
ben
11c231f691
feat(app,share): add workspace profile and skills-set sharing flow ( #663 )
2026-02-24 08:09:58 -08:00
Benjamin Shafii
94b9faf6e3
fix(docs): point download links to openwork.software
2026-02-24 08:00:09 -08:00
Benjamin Shafii
85e292d54b
feat(branding): add docs entrypoint and shared OpenWork logo
2026-02-24 07:46:36 -08:00
GitHub Action
ffccf9b9d4
ignore: update download stats 2026-02-24
2026-02-24 12:23:19 +00:00
Benjamin Shafii
2900f20563
fix(landing): route root docs links to Mintlify subpath
v2900f20-dev
2026-02-23 22:12:33 -08:00
Benjamin Shafii
4e14d73647
feat(share): add invite-link onboarding and docs playbooks
2026-02-23 16:48:29 -08:00
ben
921f8154a4
fix(web,den): enforce app auth callback and backfill Polar paid access ( #658 )
2026-02-23 16:30:27 -08:00
ben
18a11166e5
feat(web): add Open in App remote connect handoff ( #656 )
...
* feat(web): add Open in App remote connect handoff
* chore(app): add Vercel SPA deploy config
* docs(evidence): add Vercel connect-remote verification
2026-02-23 14:00:50 -08:00
Benjamin Shafii
2310bf0f2b
docs(evidence): capture web auth verification screenshots
2026-02-23 12:26:32 -08:00
ben
99f3f8e914
feat(app): show subagents in linear tool timeline ( #654 )
...
Keep tool timelines chronological by avoiding cross-message step clustering, and surface task delegation details with subagent badges and quick links to child sessions.
2026-02-23 12:23:32 -08:00
ben
511e865704
fix(desktop): stop orchestrator daemon cleanly on app close ( #655 )
2026-02-23 12:22:51 -08:00
Benjamin Shafii
581f2007a5
fix den auth trusted origin defaults
2026-02-23 12:19:38 -08:00
Benjamin Shafii
091672a790
fix(den): restore auth base URL to service host
2026-02-23 12:13:22 -08:00
Benjamin Shafii
fe0fb9c9c9
fix(den): use app proxy URL for OAuth callbacks
2026-02-23 12:08:21 -08:00