Skip to content

Commit 252ea13

Browse files
committed
docs: refresh update links and sync opencode pin
1 parent 5855d2d commit 252ea13

7 files changed

Lines changed: 18 additions & 18 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@
1616
<!-- END:opencode-cloud-readme-badges -->
1717

1818
> [!WARNING]
19-
> This tool is still a work in progress and is rapidly evolving. Expect frequent updates and breaking changes. Follow updates at https://github.com/pRizz/opencode-cloud (mirror: https://gitea.com/pRizz/opencode-cloud). Stability will be announced at some point. Use with caution.
19+
> This tool is still a work in progress and is rapidly evolving. Expect bugs, frequent updates, and breaking changes. Follow updates on [GitHub](https://github.com/pRizz/opencode-cloud) ([Gitea mirror](https://gitea.com/pRizz/opencode-cloud)) and [X (Twitter)](https://x.com/pryszkie). Stability will be announced at some point. Use with caution.
2020
21-
A production-ready toolkit for deploying and managing [opencode](https://github.com/anomalyco/opencode) as a persistent cloud service, **sandboxed inside a Docker container** for isolation and security.
21+
A production-ready toolkit for deploying and managing our [opencode fork](https://github.com/pRizz/opencode) (forked from [anomalyco/opencode](https://github.com/anomalyco/opencode)) as a persistent cloud service, **sandboxed inside a Docker container** for isolation and security.
2222

23-
This project uses the opencode fork at https://github.com/pRizz/opencode, which adds **passkey-first authentication** (WebAuthn/FIDO2), two-factor authentication, and enterprise security features for cloud deployment.
23+
This fork adds **passkey-first authentication** (WebAuthn/FIDO2), two-factor authentication, and enterprise security features for cloud deployment.
2424

2525
## Quick Deploy (Docker)
2626

bun.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/cli-rust/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ pub fn run() -> Result<()> {
321321
}
322322

323323
eprintln!(
324-
"{} This tool is still a work in progress and is rapidly evolving. Expect frequent updates and breaking changes. Follow updates at https://github.com/pRizz/opencode-cloud. Stability will be announced at some point. Use with caution.",
324+
"{} This tool is still a work in progress and is rapidly evolving. Expect bugs, frequent updates, and breaking changes. Follow updates on GitHub (https://github.com/pRizz/opencode-cloud) and X (Twitter) (https://x.com/pryszkie). Stability will be announced at some point. Use with caution.",
325325
style("Warning:").yellow().bold()
326326
);
327327
eprintln!();

packages/core/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
1414

1515
> [!WARNING]
16-
> This tool is still a work in progress and is rapidly evolving. Expect frequent updates and breaking changes. Follow updates at https://github.com/pRizz/opencode-cloud (mirror: https://gitea.com/pRizz/opencode-cloud). Stability will be announced at some point. Use with caution.
16+
> This tool is still a work in progress and is rapidly evolving. Expect bugs, frequent updates, and breaking changes. Follow updates on [GitHub](https://github.com/pRizz/opencode-cloud) ([Gitea mirror](https://gitea.com/pRizz/opencode-cloud)) and [X (Twitter)](https://x.com/pryszkie). Stability will be announced at some point. Use with caution.
1717
18-
A production-ready toolkit for deploying and managing [opencode](https://github.com/anomalyco/opencode) as a persistent cloud service, **sandboxed inside a Docker container** for isolation and security.
18+
A production-ready toolkit for deploying and managing our [opencode fork](https://github.com/pRizz/opencode) (forked from [anomalyco/opencode](https://github.com/anomalyco/opencode)) as a persistent cloud service, **sandboxed inside a Docker container** for isolation and security.
1919

20-
This project uses the opencode fork at https://github.com/pRizz/opencode, which adds additional authentication and security features.
20+
This fork adds **passkey-first authentication** (WebAuthn/FIDO2), two-factor authentication, and enterprise security features for cloud deployment.
2121

2222
## Quick Deploy (Docker)
2323

packages/core/src/docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ COPY --chown=opencoder:opencoder packages/opencode /tmp/opencode-local
553553
# Update it by running: ./scripts/update-opencode-commit.sh
554554
RUN set -eux; \
555555
OPENCODE_COMMIT_OVERRIDE="${OPENCODE_COMMIT:-}"; \
556-
OPENCODE_COMMIT="fc1342c58f7d771f1a82b94403b3baa25c0bbf36"; \
556+
OPENCODE_COMMIT="da333b4fc4346866651d84767568caf5db26b90b"; \
557557
if [ -n "${OPENCODE_COMMIT_OVERRIDE}" ]; then OPENCODE_COMMIT="${OPENCODE_COMMIT_OVERRIDE}"; fi; \
558558
rm -rf /tmp/opencode-repo; \
559559
if [ "${OPENCODE_SOURCE}" = "local" ]; then \

packages/core/src/docker/files/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ print_welcome_banner() {
8282
log "Welcome to opencode-cloud-sandbox"
8383
log "You are running opencode-cloud v${version}"
8484
log "WARNING: opencode-cloud is still a work in progress and is rapidly evolving."
85-
log "Expect frequent updates and breaking changes. Use with caution."
85+
log "Expect bugs, frequent updates, and breaking changes. Use with caution."
8686
log "For questions, problems, and feature requests, file an issue:"
8787
log " https://github.com/pRizz/opencode-cloud/issues"
8888
log "opencode-cloud runs opencode in a Docker sandbox; use occ/opencode-cloud CLI to manage users, mounts, and updates."

packages/opencode

Submodule opencode updated 82 files

0 commit comments

Comments
 (0)