opencode-telegram-link 1.0.0-rc.5 → 1.0.0-rc.6
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 +3 -3
- package/dist/broker/main.js +3 -3
- package/dist/broker/main.js.map +3 -3
- package/dist/plugin.js +3 -3
- package/dist/plugin.js.map +3 -3
- package/dist/version.d.ts +1 -1
- package/package.json +1 -1
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.
|
|
6
|
-
> Status: Release Candidate
|
|
5
|
+
> Version: **v1.0.0-rc.6** (OpenCode Commander Web Dashboard, Proactive Remote Dispatch, Multi-Engine Voice STT, Multi-Host Gateway & Node Agent Architecture).
|
|
6
|
+
> Status: Release Candidate 6. 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.
|
|
12
|
+
## Features & Highlights (v1.0.0-rc.6)
|
|
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.
|
package/dist/broker/main.js
CHANGED
|
@@ -17123,7 +17123,7 @@ async function runInteractiveSetup(options = {}) {
|
|
|
17123
17123
|
pluginBufferSize: 100
|
|
17124
17124
|
},
|
|
17125
17125
|
broker: {
|
|
17126
|
-
host: "
|
|
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.
|
|
18095
|
+
var PACKAGE_VERSION = "1.0.0-rc.6";
|
|
18096
18096
|
|
|
18097
18097
|
// src/telegram/commands.ts
|
|
18098
18098
|
function isSlashCommand(text) {
|
|
@@ -22033,4 +22033,4 @@ export {
|
|
|
22033
22033
|
runBroker
|
|
22034
22034
|
};
|
|
22035
22035
|
|
|
22036
|
-
//# debugId=
|
|
22036
|
+
//# debugId=4C72277111F4C94E64756E2164756E21
|