@opencode-cloud/core 3.1.7 → 3.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Cargo.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "opencode-cloud-core"
3
- version = "3.1.7"
3
+ version = "3.1.9"
4
4
  edition = "2024"
5
5
  rust-version = "1.88"
6
6
  license = "MIT"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@opencode-cloud/core",
3
- "version": "3.1.7",
3
+ "version": "3.1.9",
4
4
  "description": "Core NAPI bindings for opencode-cloud (internal package)",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -520,7 +520,7 @@ RUN echo 'export PATH="/home/opencode/.local/bin:$PATH"' >> /home/opencode/.zshr
520
520
  RUN rm -rf /tmp/opencode-repo \
521
521
  && git clone --depth 1 https://github.com/pRizz/opencode.git /tmp/opencode-repo \
522
522
  && cd /tmp/opencode-repo \
523
- && git checkout 189700cee2fcdf0a1a1157aac1a7dea6afaf7c82 \
523
+ && git checkout 798ccdba1265b7e5499ba49db2f99ca1dd4a15d7 \
524
524
  && curl -fsSL https://bun.sh/install | bash -s "bun-v1.3.5" \
525
525
  && export PATH="/home/opencode/.bun/bin:${PATH}" \
526
526
  && bun install --frozen-lockfile \
@@ -593,7 +593,7 @@ RUN rm -f /etc/nginx/sites-enabled/default /etc/nginx/conf.d/default.conf 2>/dev
593
593
  ' try_files $uri =404;' \
594
594
  ' }' \
595
595
  '' \
596
- ' location ~ ^/(auth|session|sessions|pty|event|events|api|ws|v1|rpc|config|global|path|project|provider) {' \
596
+ ' location ~ ^/(agent|auth|command|config|event|events|global|lsp|mcp|path|permission|project|provider|pty|question|rpc|session|sessions|status|v1|vcs|ws|api) {' \
597
597
  ' proxy_pass http://127.0.0.1:3001;' \
598
598
  ' proxy_http_version 1.1;' \
599
599
  ' proxy_set_header Upgrade $http_upgrade;' \