Commit Graph

565 Commits

Author SHA1 Message Date
ben
4b6d2607c5 fix(ui): improve inbox copy and prevent overflow (#572) 2026-02-15 13:34:34 -08:00
ben
64ca5054a3 Fix sandbox mounts + add worker inbox panel (#571)
* fix(headless): stabilize sandbox startup config mounts

* feat(ui): add worker inbox panel and API
2026-02-15 13:27:20 -08:00
Benjamin Shafii
26ad577ef2 chore: bump version to 0.11.73 2026-02-15 12:51:59 -08:00
Benjamin Shafii
8ab8b27d6d fix(desktop): make sandbox docker checks predictable 2026-02-15 12:36:52 -08:00
Benjamin Shafii
bde26bcdbe chore: bump version to 0.11.72 2026-02-14 23:54:15 -08:00
ben
768055ed97 fix(openwrk): mount host opencode config in sandbox (#568)
Sandboxed openwrk instances now bind-mount the host's global opencode config directory into /persist/.config/opencode (read-only) so provider configuration matches the host.
2026-02-14 23:42:20 -08:00
Benjamin Shafii
7edbd22694 chore: bump version to 0.11.71 2026-02-14 23:36:12 -08:00
Benjamin Shafii
278b3bdb56 chore(desktop): silence opencode-router naming warnings 2026-02-14 23:34:41 -08:00
Benjamin Shafii
ec9fb44992 docs(opencode-router): refresh usage + npm name 2026-02-14 23:28:46 -08:00
Benjamin Shafii
0afdfa0af6 chore: rename owpenwork to opencode-router 2026-02-14 23:28:46 -08:00
Benjamin Shafii
07895293c5 chore: bump version to 0.11.70 2026-02-14 22:08:46 -08:00
Benjamin Shafii
86b79b13e9 fix(desktop): fix opencode router module naming 2026-02-14 22:08:28 -08:00
Benjamin Shafii
977dc7ade3 chore: bump version to 0.11.69 2026-02-14 21:55:46 -08:00
ben
e8e1b8d9e5 Delete packages/agent-lab directory 2026-02-14 20:53:35 -08:00
ben
32cc853d10 refactor(router): rename owpenbot to opencode-router (#567) 2026-02-14 20:53:06 -08:00
ben
23cea6c1a1 Soul Mode: harden give-me-a-soul bootstrap (#566)
* fix(app): harden give-me-a-soul bootstrap prompt

* chore(docker): improve soul mode proof harness

* fix(app): fix soul agent frontmatter indentation

* chore(docker): deepen soul mode proof harness

* fix(app): allow soul to update soul.md
2026-02-14 20:52:26 -08:00
Benjamin Shafii
1c7c30d3c0 chore: bump version to 0.11.68 2026-02-14 16:58:20 -08:00
ben
25b32fc847 OpenCode Router: update openwrk TUI + add opencode-router alias (#565)
* fix(openwrk): modernize router tab and lazy-load TUI

* feat(owpenbot): add opencode-router alias and health port hints
2026-02-14 16:57:32 -08:00
ben
c45085c0c2 fix(session): hide reverted messages immediately (#564)
* fix(session): hide reverted messages immediately

Apply session.revert.messageID as a UI visibility boundary and update local session state from revert/unrevert responses so undo/redo takes effect without waiting for SSE.

* fix(session): abort before undo/redo

Attempt session.abort before revert/unrevert to avoid 'Session is busy' errors when local status is stale.
2026-02-14 14:57:42 -08:00
Benjamin Shafii
a9076caea9 chore: bump version to 0.11.67 2026-02-14 12:47:01 -08:00
Aayush Prajapati
4cabebd2a9 bug: (#563)
Root cause: On macOS, GUI applications don't inherit shell profile modifications (.zshrc, .bashrc). When OpenWork spawns the opencode engine, the PATH doesn't include paths like
  /opt/homebrew/bin where Homebrew-installed tools like npx reside.

  The fix (packages/desktop/src-tauri/src/paths.rs): Added a common_tool_paths() function that returns typical locations where user-installed tools are found:
  - macOS: /opt/homebrew/bin, /usr/local/bin, ~/.nvm/current/bin, ~/.volta/bin, ~/.bun/bin, ~/.cargo/bin, etc.
  - Linux: Similar paths adapted for Linux conventions
  - Windows: volta, pnpm, cargo, npm global paths

  These paths are now prepended to the PATH environment variable when spawning processes.

  To test the fix: Build and run the app, then try enabling your Playwright MCP server - it should now find npx correctly without needing to specify the full path.
2026-02-14 12:23:50 -08:00
Benjamin Shafii
799bc194bd fix(session): open artifacts from outbox
Retry artifact markdown reads under .opencode/openwork/outbox/ when the workspace-root path is missing, and save back to the resolved location.
2026-02-14 10:56:57 -08:00
Jai
7e17867d6d fix(app): prevent session store races and auto-create sessions on agent switch (#562)
- Replace loadSessions/refreshSidebarWorkspaceSessions with local store
  removal in deleteSessionById to prevent reconcile() from wiping
  unrelated sessions
- Remove loadSessionsWithReady calls from sendPrompt to eliminate the
  same race condition on message send
- Inject new sessions directly into store and sidebar in
  createSessionAndOpen instead of relying on server round-trip
- Make applySessionAgent auto-create a session when none is selected
- Add shell:true to bun spawns in prepare-sidecar.mjs for Windows

Co-authored-by: = <=>
2026-02-14 10:37:59 -08:00
Benjamin Shafii
89e76eb0bb chore: bump version to 0.11.66 2026-02-13 10:25:49 -08:00
Benjamin Shafii
e03bd51189 fix(files): normalize workspace path prefixes
Accept workspace/ and /workspace/ paths across server file APIs and session markdown editor opens.
2026-02-13 10:23:50 -08:00
ben
fe8ff0878a chore(app): move startup/engine/reset to Debug tab (#560)
Keeps Advanced focused on updates/desktop appearance and collects recovery + local engine controls under Developer Mode.
2026-02-13 09:20:43 -08:00
Benjamin Shafii
c73681f83f chore: bump version to 0.11.65 2026-02-13 09:13:12 -08:00
ben
a6056f0c3b fix(settings): show stable update download percent (#558) 2026-02-13 09:09:35 -08:00
ben
bf02475a87 feat(session): open artifacts in live preview editor (#559)
Replace the old markdown artifact sidebar with the Obsidian-style live preview editor panel and wire Artifacts clicks to open it. Remove the scratchpad placeholder editor.
2026-02-13 09:06:58 -08:00
Benjamin Shafii
5ae8f42ba2 chore: bump version to 0.11.64 2026-02-13 08:36:40 -08:00
ben
e0c0cccd0d feat(session): Obsidian-style live preview notes (#556)
* feat(session): add live-preview notes scratchpad

Add a Notes panel between chat and right nav with a CodeMirror-based markdown editor that hides heading and emphasis markers unless the cursor is on that line/segment.

* fix(notes): render live-preview decorations

Switch markdown live-preview styling to a StateField-backed decorations pipeline and use a zero-width widget for marker hiding. Update evidence screenshots to show headings/emphasis rendering.
2026-02-12 23:57:49 -08:00
ben
1ae676e469 feat(app): unify Apps and Plugins in Extensions (#555) 2026-02-12 23:16:05 -08:00
ben
fd553d7ea0 feat(app): replace touched files with artifacts panel (#554)
Show only interactive artifacts (markdown, images) and move the panel below the main sidebar actions.
2026-02-12 22:57:07 -08:00
ben
58494bcf28 chore(ui): rename Config tab to Advanced (#553) 2026-02-12 22:56:55 -08:00
Benjamin Shafii
a14af55cea fix(app): rename New workspace to New worker 2026-02-12 22:50:15 -08:00
Benjamin Shafii
a54557974c chore: bump version to 0.11.63 2026-02-12 12:20:14 -08:00
ben
e8ce3a821b feat: OpenCode hot reload wiring + engine binary selector (#552)
* feat(app): drop reload-required flow

* chore(server): disable legacy engine reload endpoints

* feat(openwrk): wire OpenCode hot reload env

* fix(docker): compile sidecars for container arch

* chore(dev): pin OpenCode sidecar version

* feat(engine): allow custom OpenCode binary selection
2026-02-12 12:17:23 -08:00
ben
4285a97a3f feat(app): simplify run status UI and inline stop action (#551)
* feat(app): streamline run status and inline stop control

* fix(docker): write compiled sidecars directly to /tmp
2026-02-11 23:39:23 -08:00
ben
0ff1fe2118 fix(app): streamline automation and setup onboarding (#550)
* fix(app): streamline automation and setup onboarding

Shift automations and skills flows toward clearer non-technical onboarding and fix the template click path to open the creation modal instead of jumping sessions. Also remove default Control Chrome seeding to avoid shipping a brittle MCP default and add clearer Telegram BotFather guidance with direct bot-link follow-ups.

* fix(app): restore control-chrome defaults and startup update cadence
2026-02-11 21:29:26 -08:00
Benjamin Shafii
fe5e9d9a01 chore: bump version to 0.11.62 2026-02-11 19:36:45 -08:00
ben
aa36452643 feat(app): add chat search with undo/redo controls (#549) 2026-02-11 19:22:08 -08:00
Benjamin Shafii
efd3b9e0a8 chore: bump version to 0.11.61 2026-02-11 17:45:59 -08:00
Dobes Vandermeer
957856773f feat(app): add MCP server add/remove UI with confirmation and OAuth defaults (#546)
- Add MCP Server modal (remote URL or local command) with validation
- Remove confirmation dialog before deleting MCP servers
- Default remote servers to oauth: true so OAuth flows auto-trigger
- Update placeholders to GitHub Copilot MCP and sequential-thinking
- Fix Docker dev stack bun --compile EXDEV error (cross-device rename)
- i18n support for en and zh locales
2026-02-11 17:33:55 -08:00
ben
f7d3644f1b fix(desktop): bundle control-chrome shim sidecar executable (#547) 2026-02-11 17:33:05 -08:00
Benjamin Shafii
bad5021154 fix(server): allow owpenbot direct send to resolve active identity 2026-02-11 16:55:43 -08:00
Benjamin Shafii
dd0ce4b5fd fix(owpenbot): route direct sends by workspace identity directory 2026-02-11 16:27:23 -08:00
Benjamin Shafii
c5f8ecb79e chore: bump version to 0.11.60 2026-02-11 16:04:42 -08:00
Benjamin Shafii
0ef02a3eb5 feat(owpenbot): scope workspace agent and split identities advanced tab 2026-02-11 15:22:02 -08:00
ben
8774d91b75 feat(skills): character-first worker capabilities layout (#545)
* feat(skills): add worker profile hero and capability setup flow

* refactor(ui): drop avatar and rename workspace copy to worker
2026-02-11 15:02:04 -08:00
Benjamin Shafii
20671e38e2 chore: bump version to 0.11.59 2026-02-11 14:03:43 -08:00