Commit Graph

717 Commits

Author SHA1 Message Date
Benjamin Shafii
8d6a0a9791 chore: bump version to 0.11.19 openwrk-v0.11.19 v8d6a0a9-dev v0.11.19 2026-02-05 22:10:16 -08:00
ben
30fa07157b feat(composer): add slash command support with fuzzy picker (#477)
Type / at the start of an empty input to trigger a command picker popup.
Commands are fetched from the OpenCode SDK (command.list()) and displayed
with fuzzy filtering via fuzzysort. Keyboard navigation (arrows, tab,
enter, escape) works like the existing @-mention popup.

Selecting a command inserts /<name> into the editor so the user can
add arguments. On submit, text starting with / is detected and routed
through session.command() instead of session.promptAsync().

Changes:
- types.ts: add SlashCommandOption type and command field on ComposerDraft
- composer.tsx: slash detection, popup UI, keyboard nav, command selection
- session.tsx: pass listCommands prop through to Composer
- app.tsx: add listCommands(), route command drafts via session.command()
v30fa071-dev
2026-02-05 20:07:13 -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
v21df698-dev
2026-02-05 19:14:15 -08:00
OpenWork Release Bot
1088a038d1 chore(aur): update PKGBUILD for 0.11.18 2026-02-06 02:58:05 +00:00
Benjamin Shafii
8153194dfa chore: bump version to 0.11.18 v8153194-dev openwrk-v0.11.18 v0.11.18 2026-02-05 18:35:57 -08:00
Benjamin Shafii
5b8d957b68 feat(release): add prepare + ship scripts for two-command releases
- scripts/release/prepare.mjs: bump, lockfile, review, commit, tag
- scripts/release/ship.mjs: push tag + dev, print GHA URLs
- Both support --dry-run for safe testing
- Add pnpm aliases: release:prepare, release:ship, etc.
2026-02-05 18:35:19 -08:00
ben
39a46b5540 feat(owpenbot): add Slack Socket Mode bridge (#476) v39a46b5-dev 2026-02-05 18:26:02 -08:00
ben
9413e10d03 feat(updates): add auto-update toggle and update pill (#475) v9413e10-dev 2026-02-05 18:11:04 -08:00
OpenWork Release Bot
05b5e299cb chore(aur): update PKGBUILD for 0.11.17 2026-02-06 02:07:36 +00:00
ben
6ae1ed9219 ui(mcp): align Apps page with dashboard cards (#474) v6ae1ed9-dev 2026-02-05 17:55:00 -08:00
OpenWork Release Bot
7728e006c6 chore(aur): update PKGBUILD for 0.11.17 v4634cb8-dev 2026-02-06 01:45:36 +00:00
Benjamin Shafii
4634cb8571 ci(release): make npm publish wait for sidecar upload to complete
The publish-npm job now depends on release-openwrk-sidecars so the
openwrk-vX.Y.Z GitHub release exists before 'pnpm --filter openwrk
publish' runs. Uses always() with explicit result checks so the job
still runs when sidecars are skipped (publish_sidecars=false).
2026-02-05 17:45:11 -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.
v8824224-dev
2026-02-05 17:43:12 -08:00
Benjamin Shafii
83c95a82a2 chore: bump version to 0.11.17 v83c95a8-dev openwrk-v0.11.17 v0.11.17 2026-02-05 17:23:36 -08:00
Benjamin Shafii
b46a58aea9 fix: make jump-to-latest a true overlay outside the scroll container
Move the button from inside overflow-y-auto (scrolls with content)
to inside the outer relative wrapper (stays fixed at bottom).
vb46a58a-dev
2026-02-05 17:07:27 -08:00
Benjamin Shafii
71fa6ad6a8 fix: position jump-to-latest as absolute overlay at bottom of scroll container
Moves the button outside the scroll content flow so it no longer
overlaps message text. Now floats centered at the bottom of the
scroll viewport.
v71fa6ad-dev
2026-02-05 17:04:32 -08:00
Benjamin Shafii
367db1385c ui: move todo list above composer (collapsible) and fix jump-to-latest position
- Remove inline todo list from top of message scroll area
- Add collapsible todo panel docked above the composer (Codex-style)
- Collapsed: summary line with task count, click to expand
- Expanded: full task list with max-height scroll
- Fix 'Jump to latest' button to appear at bottom-right instead of center
v367db13-dev
2026-02-05 17:02:24 -08:00
Benjamin Shafii
24ebb32c7f feat(landing): add download buttons above the app demo video v24ebb32-dev 2026-02-05 16:53:54 -08:00
Benjamin Shafii
650ffce5d9 fix(landing): crop video to remove black borders v650ffce-dev 2026-02-05 16:52:13 -08:00
Benjamin Shafii
961ed1ec18 docs: replace first README screenshot with app demo video v961ed1e-dev 2026-02-05 16:43:02 -08:00
Benjamin Shafii
c4d307fde5 feat(landing): replace CSS app mockup with screen recording video 2026-02-05 16:42:09 -08:00
OpenWork Release Bot
0bca7078e3 chore(aur): update PKGBUILD for 0.11.16 2026-02-06 00:41:50 +00:00
Benjamin Shafii
d804d53679 chore: bump version to 0.11.16 vd804d53-dev openwrk-v0.11.16 v0.11.16 2026-02-05 16:20:40 -08:00
Benjamin Shafii
1f344ba0b5 ui: split sidebar into left (tasks) and right (automations/skills/apps)
- Move tasks/workspaces to left sidebar, automations/skills/apps to right
- Rename Sessions to Tasks throughout
- Add + button on workspace hover for new task creation
- Empty state transforms to '+ New task' on hover
- Make selected button variant black/dark grey for clear contrast
v1f344ba-dev
2026-02-05 16:10:33 -08:00
OpenWork Release Bot
598b76550f chore(aur): update PKGBUILD for 0.11.15 2026-02-05 23:30:11 +00:00
ben
5e823ac7f6 fix(release): skip npm/AUR publish when secrets missing (#471) v5e823ac-dev 2026-02-05 14:49:44 -08:00
ben
ff271d43c6 ci(release): skip npm/AUR publish without secrets (#470) vff271d4-dev 2026-02-05 14:45:33 -08:00
OpenWork Release Bot
88bb104944 chore(aur): update PKGBUILD for 0.11.15 2026-02-05 22:40:45 +00:00
Benjamin Shafii
93e1f2a4c4 chore: bump version to 0.11.15 v93e1f2a-dev openwrk-v0.11.15 v0.11.15 2026-02-05 14:16:39 -08:00
ben
068c937a36 chore(aur): auto-publish on release (#469)
* chore(aur): publish to AUR on release

* chore(aur): make publish script executable
v068c937-dev
2026-02-05 14:14:35 -08:00
Benjamin Shafii
be09414f85 fix(landing): align content width with nav toolbar vbe09414-dev 2026-02-05 14:04:51 -08:00
ben
b999903ead Fix reload-required spam; add auto-reload + resume (#467)
* fix(app): scope and defer reload prompts

Avoid reload-required spam by ignoring .opencode/openwork.json, scoping detection to the active workspace, and deferring prompts until sessions go idle. Add per-workspace auto-reload + optional resume so agent/skill/command updates apply without tearing down the UX.

* chore(desktop): sync Cargo.lock

Keep Cargo.lock consistent with the desktop crate version so CI can run cargo test --locked on Linux.
vb999903-dev
2026-02-05 14:00:51 -08:00
ben
947da80d2f fix(app): send full prompt text for mention-only drafts (#461)
* fix(app): include full prompt text for mentions

* fix(app): send valid file parts for mentions

* chore(desktop): update Cargo.lock

* chore(desktop): regenerate Cargo.lock for linux

* chore(desktop): update Cargo.lock

* fix(desktop): isolate OPENCODE_BIN_PATH in doctor tests
v947da80-dev
2026-02-05 13:51:01 -08:00
ben
00be06d4b5 chore(release): unify openwrk versioning + bump v0.11.14 (#466)
* chore(release): unify openwrk with app version

* chore: bump version to 0.11.14
openwrk-v0.11.14 v00be06d-dev
2026-02-05 13:23:47 -08:00
ben
76c9e32a41 Merge pull request #465 from AshhKetchup/feat/hide-titlebar-linux-441
feat(app): add option to hide window titlebar on Linux
v76c9e32-dev
2026-02-05 13:11:21 -08:00
ben
8de1510524 Merge pull request #462 from different-ai/feat/openwrk-tui-clickable
feat(openwrk): clickable TUI tabs + auto-copy selection
v8de1510-dev
2026-02-05 13:06:54 -08:00
ben
a6c0714375 Merge pull request #464 from different-ai/chore/aur-0.11.13
chore(aur): update PKGBUILD for 0.11.13
va6c0714-dev
2026-02-05 12:58:24 -08:00
Aayush Singh
3f6c35eacc feat(app): add option to hide window titlebar on Linux
Add a setting in Settings → Advanced → Appearance to hide the native
window titlebar. This is useful for tiling window managers on Linux
(Hyprland, i3, sway, etc.) where window controls are typically handled
via keybinds, making the titlebar redundant.

Implementation:
- Add HIDE_TITLEBAR_PREF_KEY constant for localStorage persistence
- Add Tauri command `set_window_decorations` to toggle decorations
- Add TypeScript binding for the new Tauri command
- Add UI toggle in Settings → Advanced → Appearance section
- Apply setting on change and restore from localStorage on startup

The setting is only shown in the desktop (Tauri) environment and
persists across sessions via localStorage.

Closes #441
2026-02-06 00:58:27 +05:30
OpenWork Release Bot
993db78b59 chore(aur): update PKGBUILD for 0.11.13 2026-02-05 19:02:20 +00:00
Benjamin Shafii
70e46c4b4f chore: bump version to 0.11.13, opencode 1.1.51 v0.11.13 v70e46c4-dev 2026-02-05 10:38:57 -08:00
Benjamin Shafii
0daddf0552 feat(openwrk): enable clickable tabs and auto-copy selection 2026-02-05 08:57:57 -08:00
Benjamin Shafii
875db0af09 chore: bump version to 0.11.12 v875db0a-dev v0.11.12 2026-02-05 08:39:48 -08:00
ben
a9fcedae12 Merge pull request #456 from different-ai/task/ci-sidecars
Restore remote workspace connect in sidebar add menu
va9fceda-dev
2026-02-05 08:23:51 -08:00
GitHub Action
972c335f22 ignore: update download stats 2026-02-05 2026-02-05 12:20:23 +00:00
Benjamin Shafii
ebb6f57750 chore(pr): add remote workspace screenshots 2026-02-05 00:40:19 -08:00
ben
69feb60c01 Merge pull request #459 from different-ai/task/opencode-composer-autocomplete
feat(app): align composer mention autocomplete with OpenCode
v69feb60-dev
2026-02-05 00:27:07 -08:00
Benjamin Shafii
8e64ddee2a fix(app): restore remote workspace add menu 2026-02-05 00:24:38 -08:00
Benjamin Shafii
1b1813ef83 feat(app): align composer mention autocomplete with OpenCode 2026-02-05 00:23:35 -08:00
ben
48e7c98317 Merge pull request #457 from different-ai/task/automation-screen
feat: refresh automations screen
v48e7c98-dev
2026-02-05 00:17:46 -08:00
Benjamin Shafii
8e4d44e6fb feat: guide automation scheduling from dashboard 2026-02-05 00:15:36 -08:00