Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@opencode-cloud/core

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opencode-cloud/core - npm Package Compare versions

Comparing version
6.4.0
to
6.4.1
+1
-1
Cargo.toml
[package]
name = "opencode-cloud-core"
version = "6.4.0"
version = "6.4.1"
edition = "2024"

@@ -5,0 +5,0 @@ rust-version = "1.88"

{
"name": "@opencode-cloud/core",
"version": "6.4.0",
"version": "6.4.1",
"description": "Core NAPI bindings for opencode-cloud (internal package)",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -44,3 +44,2 @@ # opencode-cloud

- **Remote host management** - Manage opencode containers on remote servers via SSH
- **Web-based admin** - Cockpit integration for container administration

@@ -194,5 +193,3 @@ ## How it works

opencode-cloud uses **PAM (Pluggable Authentication Modules)** for authentication. Users created via `occ user add` can authenticate to both:
- **opencode web UI** - Access the coding interface
- **Cockpit** - System administration interface
opencode-cloud uses **PAM (Pluggable Authentication Modules)** for authentication. Users created via `occ user add` authenticate to the opencode web UI.

@@ -199,0 +196,0 @@ ### Creating Users

@@ -282,3 +282,3 @@ # =============================================================================

# Disabled temporarily to reduce Docker build time.
# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.50.1/yq_linux_$(dpkg --print-architecture) -o /home/opencode/.local/bin/yq \
# RUN curl -sL https://github.com/mikefarah/yq/releases/download/v4.52.2/yq_linux_$(dpkg --print-architecture) -o /home/opencode/.local/bin/yq \
# && chmod +x /home/opencode/.local/bin/yq

@@ -389,3 +389,3 @@

# RUN . /home/opencode/.cargo/env \
# && cargo install --locked cargo-nextest@0.9.122 cargo-audit@0.22.0 cargo-deny@0.19.0
# && cargo install --locked cargo-nextest@0.9.124 cargo-audit@0.22.0 cargo-deny@0.19.0
#

@@ -392,0 +392,0 @@ # # Install mold fast linker (2026-01-22)

@@ -12,3 +12,2 @@ # opencode-cloud-sandbox

- Core CLI utilities (ripgrep, eza, jq, git, etc.)
- Cockpit web console for administration
- opencode preinstalled with the GSD plugin

@@ -32,6 +31,6 @@

```
docker run --rm -it -p 3000:3000 -p 9090:9090 ghcr.io/prizz/opencode-cloud-sandbox:latest
docker run --rm -it -p 3000:3000 ghcr.io/prizz/opencode-cloud-sandbox:latest
```
The opencode web UI is available at `http://localhost:3000`. Cockpit runs on `http://localhost:9090`.
The opencode web UI is available at `http://localhost:3000`.

@@ -38,0 +37,0 @@ ## opencode build and serve flow