opencode-telegram-link 1.0.0-rc.5 → 1.0.0-rc.7

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/README.md CHANGED
@@ -2,14 +2,14 @@
2
2
 
3
3
  OpenCode Telegram Notifier is a privacy-first OpenCode plugin and multi-host management gateway for asynchronous notifications, interactive inline buttons, safe remote replies, and proactive remote task dispatching. It is designed for developers who run OpenCode across multiple projects and multiple computers (dev machine, laptop, VPS) while routing every Telegram and Web interaction to the exact originating host, process, and workspace window.
4
4
 
5
- > Version: **v1.0.0-rc.5** (OpenCode Commander Web Dashboard, Proactive Remote Dispatch, Multi-Engine Voice STT, Multi-Host Gateway & Node Agent Architecture).
6
- > Status: Release Candidate 5. Install from a release tarball or source checkout until the first public npm package is published.
5
+ > Version: **v1.0.0-rc.7** (OpenCode Commander Web Dashboard, Proactive Remote Dispatch, Multi-Engine Voice STT, Multi-Host Gateway & Node Agent Architecture).
6
+ > Status: Release Candidate 7. Install from a release tarball or source checkout until the first public npm package is published.
7
7
 
8
8
  [繁體中文總覽 (Traditional Chinese)](docs/README.zh-TW.md)
9
9
 
10
10
  ---
11
11
 
12
- ## Features & Highlights (v1.0.0-rc.5)
12
+ ## Features & Highlights (v1.0.0-rc.7)
13
13
 
14
14
  - 🖥️ **OpenCode Commander (Web GUI Dashboard)**: Built-in modern Glassmorphism Web Console (`http://<gateway-ip>:42617/dashboard`) providing real-time visibility, live metrics, and centralized cluster management.
15
15
  - 🌐 **Cluster Topology & 1-to-1 Window Mapping**: Live cards for all connected computers and OpenCode workspace windows with real-time session indicators and task counters.
@@ -17123,7 +17123,7 @@ async function runInteractiveSetup(options = {}) {
17123
17123
  pluginBufferSize: 100
17124
17124
  },
17125
17125
  broker: {
17126
- host: "127.0.0.1",
17126
+ host: "0.0.0.0",
17127
17127
  port: 42617
17128
17128
  },
17129
17129
  interaction: {
@@ -18092,7 +18092,7 @@ function rejectionHash(updateId, reason) {
18092
18092
  import { randomUUID as randomUUID4 } from "crypto";
18093
18093
 
18094
18094
  // src/version.ts
18095
- var PACKAGE_VERSION = "1.0.0-rc.5";
18095
+ var PACKAGE_VERSION = "1.0.0-rc.7";
18096
18096
 
18097
18097
  // src/telegram/commands.ts
18098
18098
  function isSlashCommand(text) {
@@ -20063,7 +20063,7 @@ function renderDashboardHtml() {
20063
20063
 
20064
20064
  // src/broker/server.ts
20065
20065
  var LOOPBACK_HOST = "127.0.0.1";
20066
- var DEFAULT_BIND_HOST = "127.0.0.1";
20066
+ var DEFAULT_BIND_HOST = "0.0.0.0";
20067
20067
  var CONTAINER_HOST = "0.0.0.0";
20068
20068
  var DEFAULT_PORT = 42617;
20069
20069
  var DEFAULT_REGISTRATION_TIMEOUT_MS = 1e4;
@@ -21852,7 +21852,8 @@ async function runInteractiveUninstall(options = {}) {
21852
21852
  try {
21853
21853
  const dockerCmd = process.platform === "win32" ? "docker.exe" : "docker";
21854
21854
  const dockerDown = Bun.spawnSync([dockerCmd, "compose", "down"], {
21855
- cwd: composeContext.projectDir
21855
+ cwd: composeContext.projectDir,
21856
+ timeout: 1000
21856
21857
  });
21857
21858
  if (dockerDown.exitCode === 0) {
21858
21859
  stdout.write(isZh ? `\u2502 \u2714 Docker Broker \u5BB9\u5668\u5DF2\u505C\u6B62\u4E26\u6E05\u7406\u3002
@@ -22033,4 +22034,4 @@ export {
22033
22034
  runBroker
22034
22035
  };
22035
22036
 
22036
- //# debugId=6769A77FD917233264756E2164756E21
22037
+ //# debugId=72AB7F687B76DBB664756E2164756E21