Benjamin Shafii
ec615a4f35
chore: bump version to 0.11.40
2026-02-09 16:01:45 -08:00
Benjamin Shafii
070948416a
chore: update Cargo.lock to match 0.11.39 version bump
2026-02-09 15:55:42 -08:00
Benjamin Shafii
4756990857
chore: bump version to 0.11.39
2026-02-09 14:32:45 -08:00
Benjamin Shafii
c365039510
feat(app): scope messaging identities to workspace
...
Enforces workspace-scoped owpenbot identities/bindings via openwork-server, updates the Identities UI and Tauri status schema, and adds UX evidence screenshots.
2026-02-09 14:21:28 -08:00
Benjamin Shafii
1953977906
feat(scheduler): support scoped scheduled jobs
2026-02-09 13:48:21 -08:00
Benjamin Shafii
e6a2bb560c
chore(release): bump to 0.11.38
2026-02-09 00:06:31 -08:00
Benjamin Shafii
a222c2b664
chore(release): bump to 0.11.37 and unify service versions
2026-02-09 00:00:34 -08:00
Benjamin Shafii
a9988bfcea
fix(desktop): stop sidecars on app exit
2026-02-08 23:51:29 -08:00
Benjamin Shafii
20b1f0f356
fix(desktop): make tauri dev startup more reliable
...
Reuse an existing Vite dev server instead of failing on busy ports, avoid Node 25 top-level await exit, and ensure opencode sidecar tracks latest when unpinned.
2026-02-08 23:30:55 -08:00
Benjamin Shafii
5de641479a
tet
2026-02-08 23:18:54 -08:00
Benjamin Shafii
7864dfda71
feat(workers): create worker by starting detached openwrk
2026-02-08 23:11:13 -08:00
Benjamin Shafii
749cf9b158
chore: bump version to 0.11.36
2026-02-08 21:48:30 -08:00
Benjamin Shafii
88eb6b9c43
chore: bump version to 0.11.35
2026-02-08 19:24:39 -08:00
ben
589c308bba
fix(server): secure opencode proxy + add skill delete ( #505 )
...
* fix(server): harden opencode proxy auth
* feat(server): add skill delete endpoint
* fix(ci): reuse resolved OPENCODE_VERSION for desktop build
* fix(desktop): skip opencode version lookup when sidecar exists
* fix(desktop): avoid TDZ when reusing opencode sidecar
* chore(desktop): update Cargo.lock
2026-02-08 15:08:08 -08:00
Benjamin Shafii
4b0f8195ca
chore: bump version to 0.11.34
2026-02-07 18:31:25 -08:00
Benjamin Shafii
186cd8bb47
chore: bump version to 0.11.33
2026-02-07 18:18:38 -08:00
Benjamin Shafii
a9ece9860b
Revert "fix(app): fix memory leaks, environment compatibility, and error recovery ( #493 )"
...
This reverts commit 7989e1a064 .
2026-02-07 18:17:25 -08:00
Benjamin Shafii
504cad09c3
fix(desktop): persist openwrk opencode auth
...
Write opencode basic-auth credentials to the openwrk data dir so the UI can reconnect after app relaunches when openwrk is still running.
2026-02-07 18:13:46 -08:00
Benjamin Shafii
39effc3d7f
chore: bump version to 0.11.32
2026-02-07 18:02:00 -08:00
Benjamin Shafii
4aff31862c
chore(desktop): sync Cargo.lock version
...
Keep the Tauri desktop lockfile consistent with the current OpenWork version.
2026-02-07 16:20:16 -08:00
Benjamin Shafii
da5e267133
chore(desktop): isolate dev app state
...
Run tauri dev with a separate bundle identifier and OPENWRK_DATA_DIR so dev and production can run side-by-side without clobbering app data or openwrk state.
2026-02-07 16:20:09 -08:00
ben
f9a2809f96
feat: proxy owpenbot via openwork-server ( #499 )
...
* feat: proxy owpenbot via openwork-server
Unify client surface by routing owpenbot through /owpenbot/* (+ /w/:id/owpenbot/*), and move QR/token flows off interactive CLI calls. Sandbox mode keeps owpenbot internal (no extra published port) while preserving health + config via the edge.
* chore(desktop): refresh Cargo.lock
Update the Tauri crate lockfile so linux CI can run with --locked.
2026-02-07 15:44:12 -08:00
Benjamin Shafii
744d1277e8
chore: bump version to 0.11.31
2026-02-07 14:55:01 -08:00
Benjamin Shafii
c9e6aee058
chore: bump version to 0.11.30
2026-02-07 13:10:49 -08:00
Benjamin Shafii
a0d5021de8
chore: update Cargo.lock for 0.11.29
2026-02-07 00:05:48 -08:00
Benjamin Shafii
25200fa0e3
chore: bump version to 0.11.29
2026-02-07 00:04:38 -08:00
Benjamin Shafii
85005c1127
chore: bump version to 0.11.28
2026-02-06 21:20:19 -08:00
ben
265ed971b5
fix(owpenbot): make token saves fast and resilient ( #488 )
...
* fix(owpenbot): make token saves fast and resilient
Persist Telegram/Slack tokens even when owpenbot is offline, bound adapter restarts to avoid long hangs, and refresh UI status with apply warnings.
* chore: update Cargo.lock
Keep desktop Cargo.lock in sync with the crate version so CI cargo --locked passes.
2026-02-06 21:18:45 -08:00
Benjamin Shafii
7b8e7b0352
chore: bump version to 0.11.27
2026-02-06 18:57:45 -08:00
Benjamin Shafii
6f98092b0c
chore: bump version to 0.11.26
2026-02-06 16:58:06 -08:00
Benjamin Shafii
311d862e87
chore: bump version to 0.11.25
2026-02-06 14:53:26 -08:00
ben
9b87ccaba7
feat: multi-workspace hosting + workspace-scoped tasks sidebar ( #485 )
...
* feat(server): expose all workspaces and support mounted baseUrl
* feat(ui): keep tasks visible across workspaces
* feat(desktop): default engine runtime to openwrk
* feat(owpenbot): route chats by directory bindings
2026-02-06 14:49:17 -08:00
Benjamin Shafii
7a26fd29f1
chore: bump version to 0.11.24
2026-02-06 12:53:59 -08:00
Benjamin Shafii
d6f7697086
chore: bump version to 0.11.23
2026-02-06 10:38:33 -08:00
Benjamin Shafii
609ca9c5e2
chore(build): default OpenCode to latest
...
Stop pinning OpenCode in package metadata and resolve the latest release during sidecar bundling/runtime, while still allowing OPENCODE_VERSION to pin for reproducible builds.
2026-02-06 10:27:40 -08:00
Benjamin Shafii
d36a630096
chore: bump version to 0.11.22
2026-02-06 08:38:06 -08:00
Benjamin Shafii
f6e7080015
chore: bump version to 0.11.21
2026-02-06 00:13:34 -08:00
ben
05a0499f88
feat(workspace): scope OpenWork sharing via /w/:id mounts ( #479 )
...
* feat(workspace): add Share modal in workspace menu
* feat(workspace): share workspace from session view
* feat(workspace): store OpenWork token per workspace
* feat(workspace): scope OpenWork sharing via /w/:id mounts
2026-02-06 00:07:23 -08:00
Benjamin Shafii
d309fd97c2
chore: update Cargo.lock for 0.11.20
2026-02-06 00:06:04 -08:00
Benjamin Shafii
4267330022
chore: bump version to 0.11.20
2026-02-06 00:05:31 -08:00
Benjamin Shafii
e1df942970
feat(skills): add basic viewer/editor with server-backed reads
2026-02-05 23:55:14 -08:00
Benjamin Shafii
262408ea01
feat(landing): add PostHog analytics tracking
2026-02-05 23:11:13 -08:00
Benjamin Shafii
8d6a0a9791
chore: bump version to 0.11.19
2026-02-05 22:10:16 -08:00
ben
21df698237
fix(release): don't let openwrk releases override OpenWork updater ( #478 )
...
* fix(release): keep openwrk releases from overriding latest
* chore(desktop): sync Cargo.lock after version bump
2026-02-05 19:14:15 -08:00
Benjamin Shafii
8153194dfa
chore: bump version to 0.11.18
2026-02-05 18:35:57 -08:00
ben
39a46b5540
feat(owpenbot): add Slack Socket Mode bridge ( #476 )
2026-02-05 18:26:02 -08:00
ben
882422448d
feat(workspace): seed OpenWork default agent ( #473 )
...
Create .opencode/agents/openwork.md in new workspaces and set default_agent=openwork in opencode.json(c) when missing.
2026-02-05 17:43:12 -08:00
Benjamin Shafii
83c95a82a2
chore: bump version to 0.11.17
2026-02-05 17:23:36 -08:00
Benjamin Shafii
d804d53679
chore: bump version to 0.11.16
2026-02-05 16:20:40 -08:00
Benjamin Shafii
93e1f2a4c4
chore: bump version to 0.11.15
2026-02-05 14:16:39 -08:00