Commit Graph

49 Commits

Author SHA1 Message Date
Omar McAdam
60ac666a0f fix: group consecutive step blocks (#221) 2026-01-23 14:44:57 -08:00
Omar McAdam
b8c4492997 fix: dedupe artifacts by full path (#220) 2026-01-23 14:37:09 -08:00
Omar McAdam
aeca965cca feat: add minimal run status line (#219) 2026-01-23 14:34:42 -08:00
Benjamin Shafii
9744f256e6 fix: streamline owpenbot install flow 2026-01-23 11:41:35 -08:00
ben
49a8501e2e feat: add owpenbot whatsapp bridge (#214)
* feat: add owpenbot chat bridge

* docs: clarify owpenbot setup

* chore: refresh tauri lockfile

* docs: add owpenbot installer
2026-01-23 11:31:35 -08:00
Jiahao Zhu
4348fe5617 fix: load workspace templates on initial connect (#2) (#199)
Previously, workspace templates were only loaded when connecting to remote
workspaces due to a `workspaceType === "remote"` condition. This caused
templates in local workspaces to not appear until a new template was created,
which triggered a reload via saveTemplate().

Removed the restriction so loadWorkspaceTemplates() is called for all workspace
types when a valid targetRoot exists.
2026-01-23 08:14:58 -08:00
Benjamin Shafii
6cfa71f318 chore: bump version to 0.3.5 2026-01-23 00:22:00 -08:00
fankex
023edb5602 feat(ui): chat visualization + minimap rail (#203)
* feat(ui): display agent status in session sidebar

- Update SessionView to accept sessionStatusById prop
- Render status pill in session list sidebar
- Pass status from App component to SessionView
- Fix type errors in demo-state mocks

* feat(ui): add chat visualization enhancements

- Add 'flow' animation for new tasks, artifacts, and files moving to sidebar
- Add minimalist jump rail to navigate between Agent and User messages
- Add copy button to message bubbles
- Add OnePlus-inspired colors for User interactions

* feat(ui): implement fine-grained message minimap rail

- Replaces simple jump buttons with a minimap rail showing individual message lines
- Uses #EB0029 for user messages and theme-inverse for agent messages
- Implements active state highlighting and hover expansion effects
- Adds click-to-scroll navigation for each message line

* style(ui): redesign minimap rail to horizontal bars with premium feel

- Change lines from vertical to horizontal dashes
- Remove rail border for cleaner look
- Unify line thickness (2px default, 3px active)
- Enhance active state with expansion and glow effect
- Improve clickability with expanded hit areas
- Use #EB0029 for user messages and theme-inverse for agent

* style(ui): hide default scrollbar in chat view

- Add no-scrollbar utility class and CSS rules
- Ensure clean look with only the custom minimap rail visible

* style(ui): increase minimap line width for better visibility

- Default width: 2.5 (was 1.5)
- Active width: 4 (was 3)
- Hover width: 3.5 (was 2.5)
- Keeps the same premium thin height

* chore(pr): add minimap rail screenshots

* fix(ui): harden minimap and copy interactions

- debounce minimap line updates with raf scheduler
- clean up timeouts and rafs on unmount
- add retry logic for artifact flyout source lookup
- ensure minimap markers are keyboard accessible

* feat: unify slash command menu with input bar (#202)

* feat: adjust session command list

* chore: bump version to 0.3.3

* feat: keep users oriented during workspace switches (#204)

* chore: bump version to 0.3.4

* feat: window sidecar (#205)

* feat: enable windows sidecar bundling

* fix: run sidecar prep from repo root

* fix: run sidecar prep via workspace filter

* refactor(ui): simplify session view with soft pill design and decomposed components

---------

Co-authored-by: ben <ben@prologe.io>
2026-01-23 00:17:39 -08:00
ben
471ff35908 feat: window sidecar (#205)
* feat: enable windows sidecar bundling

* fix: run sidecar prep from repo root

* fix: run sidecar prep via workspace filter
2026-01-22 22:56:44 -08:00
Benjamin Shafii
9e25a1e53e chore: bump version to 0.3.4 2026-01-22 22:49:39 -08:00
ben
da99182d8c feat: keep users oriented during workspace switches (#204) 2026-01-22 22:12:51 -08:00
Benjamin Shafii
bc4fb465a9 chore: bump version to 0.3.3 2026-01-22 20:01:02 -08:00
Benjamin Shafii
ebc9865e70 feat: adjust session command list 2026-01-22 19:44:06 -08:00
ben
f3b35d889b feat: unify slash command menu with input bar (#202) 2026-01-22 19:41:11 -08:00
Benjamin Shafii
db710432fa feat: refine session commands 2026-01-22 18:00:36 -08:00
OmarMcAdam
82460b7a00 feat: add session rename command 2026-01-22 17:49:51 -07:00
OmarMcAdam
eacac01129 fix: restore prompt focus and command navigation 2026-01-22 16:59:39 -07:00
OmarMcAdam
d2e0ae75b3 fix: clear prompt on command errors 2026-01-22 14:48:10 -07:00
OmarMcAdam
9c22d56568 feat: add provider auth modal and command completion
# Conflicts:
#	packages/app/src/app/components/provider-auth-modal.tsx
2026-01-22 14:41:01 -07:00
Golenspade
daa4a71ede feat: add session command shortcuts 2026-01-22 14:40:08 -07:00
Golenspade
12c0e4f9b7 fix: prompt for rename title when missing 2026-01-22 14:40:08 -07:00
Golenspade
aaa2be3b63 feat: rename sessions and sort by activity 2026-01-22 14:40:07 -07:00
Omar McAdam
f299e304d7 feat: support opencode.jsonc configs 2026-01-22 13:07:13 -08:00
Benjamin Shafii
a92363d22e docs: align plugin PRD with config API 2026-01-22 10:11:08 -08:00
Benjamin Shafii
bef0dcb244 docs: simplify plugin endpoint PRD 2026-01-22 09:42:50 -08:00
Benjamin Shafii
96132ab80b docs: refine plugin endpoint PRD 2026-01-22 09:38:15 -08:00
Joma
e2f6d06bd7 refactor: enhance markdown rendering (fixes #171) 2026-01-22 13:51:49 +08:00
Benjamin Shafii
f79d46db04 chore: bump version to 0.3.2 2026-01-21 21:22:05 -08:00
Benjamin Shafii
1ac6e65e75 fix: stabilize updater release assets 2026-01-21 21:16:01 -08:00
ben
0098cdfd13 feat: add remote workspace creation flow (#185) 2026-01-21 21:03:54 -08:00
Omar McAdam
fbb551f649 refactor: split UI from Tauri shell (#182)
* refactor: split UI from Tauri shell

* chore: restore workflow paths

* chore: add root workflow for tauri paths

* chore: update workflows for tauri paths

* chore: remove root workflow

* docs: update setup commands

* refactor: rename app and desktop packages
2026-01-21 20:50:39 -08:00
Benjamin Shafii
507348439d feat: add dashboard task input to start sessions 2026-01-21 18:20:55 -08:00
Omar McAdam
636fb67a4b Merge pull request #179 from different-ai/sec/validate-server-name
Fix MCP auth input validation
2026-01-21 17:35:00 -08:00
omar
a8ec3e2656 fix: validate MCP auth inputs 2026-01-21 16:25:32 -08:00
Benjamin Shafii
91ce805f30 feat(settings): make sidecar default and tuck PATH under advanced 2026-01-21 16:25:16 -08:00
Bitbit
85b14ce5b4 restart engine when user switch workspace. fix issuse #174 (#177)
* Restarting engine when user switch workspace

* feat(skills): add uninstall confirm

* refactor: remove deprecated skill and publish files, streamline project structure

* Enhance README with OpenWork features

Added description about OpenWork's features and functionality.

* feat(skills): refine add section

* chore(release): bump version to 0.3.0

* style: update onboarding UI with new color scheme and logo sizes

* feat: implement directory path normalization and enhance session filtering logic

---------

Co-authored-by: Benjamin Shafii <ben@prologe.io>
2026-01-21 14:24:37 -08:00
ben
71ebdd8462 feat: add opencode agent automation (#178)
* feat: add opencode agent automation

* chore: update Cargo.lock
2026-01-21 14:13:47 -08:00
Benjamin Shafii
b99b8471ad chore(release): bump version to 0.3.0 2026-01-21 12:10:00 -08:00
Benjamin Shafii
7875c249b8 feat(skills): refine add section 2026-01-21 12:09:46 -08:00
Benjamin Shafii
8e7f45b676 refactor: remove deprecated skill and publish files, streamline project structure 2026-01-21 09:26:10 -08:00
Benjamin Shafii
9d5eba5d78 feat(skills): add uninstall confirm 2026-01-21 08:51:58 -08:00
Benjamin Shafii
c0a3c740b5 fix(skills): simplify UI and show installed state 2026-01-21 02:09:42 -08:00
Benjamin Shafii
30a35ea01a fix(skills): reveal folder and load locally 2026-01-21 01:49:25 -08:00
ben
389df765ca fix(macos): add entitlements for opencode sidecar (#169) 2026-01-21 01:20:58 -08:00
Benjamin Shafii
1d7f25ef3c feat: add focus prompt functionality to session input 2026-01-21 01:03:49 -08:00
ben
cdafab6cba chore: bump version to 0.2.8 (#167) 2026-01-21 00:23:51 -08:00
ben
5d2185f707 fix(engine): resolve sidecar via current binary dir (#165) 2026-01-21 00:01:30 -08:00
Benjamin Shafii
5e45b9c268 chore: bump version to 0.2.6 2026-01-20 21:40:22 -08:00
Benjamin Shafii
32e1f84b0f chore: move OpenWork into pnpm workspace 2026-01-20 21:12:18 -08:00