-
Notifications
You must be signed in to change notification settings - Fork 3.2k
docs: Add portal project to ecosystem documentation #5300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR adds the portal project to the ecosystem documentation, expanding the list of community projects built on OpenCode. The portal is a Web UI designed to work with Tailscale or other VPN services for running OpenCode on remote machines.
- Adds a new entry to the Projects section of the ecosystem documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <[email protected]>
* chore: format code * wip(desktop): progress * chore: regen sdk * chore: format code * add project.name/icon * wip(desktop): progress * feat: add color to project * chore: regen sdk * chore: format code * rename bus * rework project loading * fix ci * chore: regen sdk * chore: format code * core: add automatic project icon discovery from favicon/logo files * chore: regen sdk * chore: format code * core: fix project icon update to preserve existing icon properties * chore: regen sdk * chore: format code * ci: fix sdk gen * chore: regen sdk * chore: format code * core: make project updated timestamp optional to support legacy project data * core: fix project creation to include updated timestamp * chore: regen sdk * chore: format code * fix: read when file is svg * chore: regen sdk * chore: format code * test fixes * core: fix project event emission to include updated worktree data * chore: regen sdk * chore: format code * sync * chore: regen sdk * chore: format code * discover logic * chore: regen sdk * chore: format code * fix tests * fix types * chore: regen sdk * chore: format code * format on write * fix: resolve 'latest' to actual version when caching plugins (sst#5292) * ci: fix sdk workflow * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * feat: add Biome LSP support (sst#5290) * wip(desktop): progress * wip(desktop): progress * add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT * wip(desktop): progress * wip(desktop): progress * wip(desktop): progress * core: fix project icon update handling to preserve existing icon properties * wip(desktop): progress * wip(desktop): progress * better interleaved thinking support (sst#5298) * fix: add spacer before queued badge * tweak: add OPENCODE_EXPERIMENTAL_BASH_DEFAULT_TIMEOUT_MS * ignore: rm chalk * Update Nix flake.lock and hashes * ci fix * chore: regen sdk * chore: format code * ci * chore: regen sdk * ci: combine sdk and format workflows into single generate workflow * ci * ci * ci * ci * ci * ci * ci * ci * ci * fix: re-enable tauri typecheck * ci * ci * ci * ci * ci * ci * ci * ci * ci * ci * ci * ci * sync * ci * ci * ci * ci * docs: Add portal project to ecosystem documentation (sst#5300) Co-authored-by: Copilot <[email protected]> * core: enable project discovery for experimental builds * ci: publish with multiple tags instead of using dist-tag npm dist-tag add command is broken, so publish package multiple times with different tags directly instead * ci * ci * ci * release: v1.0.141 * sync: record last synced tag v1.0.141 * chore: format code --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Adam <[email protected]> Co-authored-by: Dax Raad <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: Nick <[email protected]> Co-authored-by: ry2009 <[email protected]> Co-authored-by: Aiden Cline <[email protected]> Co-authored-by: David Hill <[email protected]> Co-authored-by: Hosenur Rahaman <[email protected]> Co-authored-by: Copilot <[email protected]> Co-authored-by: opencode <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Portal is a Web UI I am working on, can be primarily used with Tailscale or other VPN services to run opencode on a VPS or Remote machine.