Commit Graph

58 Commits

Author SHA1 Message Date
Jan Carbonell
995fffe4e5 docs: update documentation based on recent changes (#1294) 2026-04-02 17:12:44 -06:00
ben
ca971b1dd3 chore: remove opkg CLI integration and dead code (#1268)
- Delete src/opkg.rs (opkg_install + fallback chain) and commands/opkg.rs
- Relocate import_skill from commands/opkg.rs to commands/skills.rs (actively used)
- Remove opkg_install from Tauri handler registration in lib.rs
- Delete dead opkgInstall() from tauri.ts (zero callers)
- Remove apply_augmented_path/augmented_path_env from paths.rs (only consumer was opkg)
- Strip opkg mentions from i18n locale strings (en, zh, ja, vi, pt-BR)
- Remove OpenPackage Notes sections from README.md, README_ZH.md, README_ZH_hk.md
- Update ARCHITECTURE.md: rename OpenPackage Registry to Skill Registry
- Clean up PRD references in openwork-server-ownership-minimal-tauri.md
2026-03-31 18:07:38 -07:00
Source Open
18723ec767 feat(security): default local workers to localhost only (#1132)
Require generated OpenCode auth and explicit remote-sharing opt-in so local workers stay loopback-only unless the user intentionally exposes them.
2026-03-23 17:58:53 -07:00
ben
1dc2884f1f Update README.md 2026-03-22 14:57:07 -07:00
Omar McAdam
db10a7b5ba build: centralize the pinned opencode version (#1075)
Keep OpenCode version selection predictable by reading a single repo-wide constant and packaging that pin into orchestrator builds. Remove env and latest-release fallbacks so desktop, workers, snapshots, and CI stay aligned.

Co-authored-by: Omar McAdam <omar@OpenWork-Studio.localdomain>
2026-03-20 12:30:24 -07:00
Omar McAdam
2b91b4d777 refactor: repo folder structure (#1038)
* refactor(repo): move OpenWork apps into apps and ee layout

Rebase the monorepo layout migration onto the latest dev changes so the moved app, desktop, share, and cloud surfaces keep working from their new paths. Carry the latest deeplink, token persistence, build, Vercel, and docs updates forward to avoid stale references and broken deploy tooling.

* chore(repo): drop generated desktop artifacts

Ignore the moved Tauri target and sidecar paths so local cargo checks do not pollute the branch. Remove the accidentally committed outputs from the repo while keeping the layout migration intact.

* fix(release): drop built server cli artifact

Stop tracking the locally built apps/server/cli binary so generated server outputs do not leak into commits. Also update the release workflow to check the published scoped package name for @openwork/server before deciding whether npm publish is needed.

* fix(workspace): add stable CLI bin wrappers

Point the server and router package bins at committed wrapper scripts so workspace installs can create shims before dist outputs exist. Keep the wrappers compatible with built binaries and source checkouts to avoid Vercel install warnings without changing runtime behavior.
2026-03-19 11:41:38 -07:00
Jan Carbonell
db12767bb5 minor updates
last one :)
2026-03-18 18:07:11 -07:00
Jan Carbonell
176cf1a8b7 Update documentation badge link in README.md
minor fixes on docs
2026-03-18 18:05:52 -07:00
Jan Carbonell
b2ff1798e9 readme minor fixes 2026-03-18 17:37:29 -07:00
Jan Carbonell
6d331a0e8c Fix GitHub Stars badge link in README
mini fix
2026-03-18 17:36:24 -07:00
Jan Carbonell
ec6ad9d667 updated readme (#1019) 2026-03-18 12:16:23 -07:00
Jan
c85fffaae4 updated README by removing out of date UIs (#954)
Updated contact email for inquiries and modified installation instructions for OpenCode Router.
2026-03-16 01:18:48 -07:00
ben
dc484b6782 fix(desktop): fail fast on missing linux deps (#848) 2026-03-11 18:34:17 -07:00
jiakeboge
2288ea9279 docs: add Chinese READMEs (#415) 2026-03-11 13:40:00 -07:00
Omar McAdam
13d79aee07 feat: isolate OpenCode dev state (#816) 2026-03-09 17:21:17 -07:00
Benjamin Shafii
fa74e5f5d6 docs: add desktop dev prerequisites sanity checks 2026-03-05 11:17:05 -08:00
ben
36ae4ee500 docs: add community health docs and triage rubric (#725) 2026-03-03 16:14:01 -08:00
ben
70aa46b255 docs(contrib): add PR template and hygiene baseline (#724) 2026-03-03 16:09:38 -08:00
ben
6284b581f7 chore: rename openwrk to openwork-orchestrator (#573)
* chore(orchestrator): rename openwrk to openwork-orchestrator

Rename the host package and internal references from openwrk to openwork-orchestrator, and expose the CLI as 'openwork'.

Update desktop/UI runtime wiring, release workflows, and docs; bundle the Tauri sidecar as 'openwork-orchestrator' to avoid Cargo package name collisions.

* chore: keep orchestrator publish script executable

* chore: update pnpm lockfile

* chore: sync lockfile with orchestrator deps

* docs: update orchestrator usage + release notes

Document that openwork-orchestrator installs the 'openwork' CLI, update release command wording, and remove obsolete workflow branch trigger.
2026-02-15 14:24:42 -08:00
ben
32cc853d10 refactor(router): rename owpenbot to opencode-router (#567) 2026-02-14 20:53:06 -08:00
Benjamin Shafii
51b1da1502 fix: replace video tag with GIF for README demo display
GitHub strips <video> tags with release asset URLs in rendered READMEs,
so the demo was invisible. Converted the mp4 to an optimized GIF and
embedded it as an <img> tag which renders everywhere.
2026-02-10 09:30:51 -08:00
ben
c45a6e2961 Update README to simplify usage instructions
Removed usage instructions and streamlined the description of OpenWork.
2026-02-06 23:20:49 -08:00
ben
a47352604e Update README.md 2026-02-06 23:20:14 -08:00
Benjamin Shafii
961ed1ec18 docs: replace first README screenshot with app demo video 2026-02-05 16:43:02 -08:00
ben
9134c57e68 docs: clarify OpenWork in README (#419) 2026-02-03 09:54:03 -08:00
ben
72ce340754 Update README.md 2026-02-01 23:46:44 -08:00
ben
88fd15c215 Update README.md 2026-02-01 12:15:13 -08:00
ben
c5cb1cbe93 feat: externalize owpenbot integration (#360) 2026-01-31 19:40:34 -08:00
ben
2059a31f47 feat(headless): bundle openwork server for openwrk (#338) 2026-01-30 15:40:18 -08:00
ben
654e474493 feat(headless): publish openwrk npm package (#337) 2026-01-30 15:28:30 -08:00
Benjamin Shafii
ca3114bfbe feat(headless): add CLI host orchestrator 2026-01-30 15:06:00 -08:00
Boya Ajay varma
f743687295 docs: clarify Host mode and fix incomplete README sentence 2026-01-30 12:55:30 +05:30
Benjamin Shafii
4cf2258712 docs: add contact info for teams & businesses 2026-01-28 19:39:28 -08:00
ben
dfdbb0a202 Update README with clearer project description
Clarified description of OpenWork and its purpose.
2026-01-26 18:16:37 -08:00
Benjamin Shafii
9ab6225ff4 docs: split core docs and add issue templates 2026-01-26 16:02:27 -08:00
ben
a7c027078f Use OpenCode commands instead of templates (#250)
* feat: move workflows to native opencode commands

* feat: show opencode commands in slash menu
2026-01-24 18:25:21 -08:00
ben
33294d8363 fix: list skills across skill directories (#234)
* fix: list skills across skill directories

* feat: move context panel to right rail

* fix: align skill paths with opencode docs

* fix: show full-screen boot loader during connect
2026-01-24 08:35:49 -08:00
Porker Roland
6f5dfdb70d feat: Update openwork to 0.3.6, refine PKGBUILD's .deb extraction, and add Arch installation instructions to the README. (#239) 2026-01-24 08:35:25 -08:00
ben
680c1a764b feat: improve owpenbot WhatsApp onboarding (#231) 2026-01-23 23:23:36 -08:00
Benjamin Shafii
98cea5a68e docs: expand owpenbot alternate UI 2026-01-23 22:42:56 -08:00
ben
f8ccc79c7b Merge pull request #207 from different-ai/chore/aur-automation
chore: add AUR automation scaffolding
2026-01-23 18:02:52 -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
Benjamin Shafii
895d9536c9 chore: add AUR automation scaffolding 2026-01-23 00:07:30 -08:00
Benjamin Shafii
66a695eb6b chore: add Discord badge 2026-01-22 09:17:47 -08:00
Benjamin Shafii
37e081d3f6 chore: add Discord invite to README 2026-01-22 09:07:57 -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
ben
ca8126f8de Enhance README with OpenWork features
Added description about OpenWork's features and functionality.
2026-01-21 12:03:48 -08:00
Benjamin Shafii
32e1f84b0f chore: move OpenWork into pnpm workspace 2026-01-20 21:12:18 -08:00
un-reliable-coder
15c6f9fec0 Clarify docs references and add contributing notes (#129)
Co-authored-by: substrate-bot <bot@substrate.run>
Co-authored-by: ben <ben@prologe.io>
2026-01-20 19:37:32 -08:00
ben
f39f62b64e Revise README to enhance clarity and details
Clarified the purpose of OpenWork and updated included features.
2026-01-16 23:27:59 -08:00