botmux 3.21.0-canary.2 → 3.21.0
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.en.md +1 -1
- package/README.md +1 -1
- package/package.json +7 -7
package/README.en.md
CHANGED
|
@@ -81,7 +81,7 @@ More: [Roles & teams](https://deepcoldy.github.io/botmux/en/roles) · [File sand
|
|
|
81
81
|
|
|
82
82
|
Switch with `cliId` in `bots.json`. **20+ adapters**, spanning local CLIs (process-isolated, reachable via `tmux attach`) and API / cloud agents (e.g. Mira, riff — reached over API / remote, not a local process; mojo is API-driven but executes tools on the bot host by default, set cloud: true for the remote sandbox). Representative ones:
|
|
83
83
|
|
|
84
|
-
`claude-code` · `codex` · `gemini` · `cursor` · `opencode` · `opencode2` · `antigravity` · `copilot` · `grok` · `kimi` · `kiro-cli` · `reasonix` · `dsh` · `aiden` · `coco` (TRAE) · `hermes` · `ebsd` · `mira` · `riff` (cloud agent) … · `mojo` (API-driven, host execution by default) …
|
|
84
|
+
`claude-code` · `codex` · `gemini` · `cursor` · `opencode` · `opencode2` · `antigravity` · `copilot` · `grok` · `kimi` · `kiro-cli` · `reasonix` · `dsh` · `aiden` · `coco` (TRAE) · `hermes` · `ebsd` · `mira` · `riff` (cloud agent) … · `mojo` (API-driven, host execution by default) · `minimax` (MiniMax `mmx text repl`; region set by `mmx auth login --region cn|global`, isolate multiple regions on one host via per-bot `env` `MMX_CONFIG_DIR`) …
|
|
85
85
|
|
|
86
86
|
The `ebsd` adapter uses a dedicated external service identity and native OMP session storage. Operators must provide the Diag Gateway token and ByteCloud service account through permission-restricted files, never through `bots.json`.
|
|
87
87
|
|
package/README.md
CHANGED
|
@@ -81,7 +81,7 @@ npm 包内带的是**同一个自包含二进制**(按 os/arch 只装匹配的
|
|
|
81
81
|
|
|
82
82
|
`bots.json` 里用 `cliId` 一键切换。**20+ 适配器**,覆盖本地 CLI(进程隔离,`tmux attach` 可直连)和 API / 云 Agent(如 Mira、riff——通过 API / 远端接入,非本地进程;mojo 为 API 驱动、默认在宿主机执行工具,可配 cloud: true 走云沙箱)。代表项:
|
|
83
83
|
|
|
84
|
-
`claude-code` · `codex` · `gemini` · `cursor` · `opencode` · `opencode2` · `antigravity` · `copilot` · `grok` · `kimi` · `kiro-cli` · `reasonix` · `dsh` · `aiden` · `coco`(TRAE) · `hermes` · `ebsd` · `mira` · `riff`(云 Agent) … · `mojo`(API 驱动,默认宿主机执行) …
|
|
84
|
+
`claude-code` · `codex` · `gemini` · `cursor` · `opencode` · `opencode2` · `antigravity` · `copilot` · `grok` · `kimi` · `kiro-cli` · `reasonix` · `dsh` · `aiden` · `coco`(TRAE) · `hermes` · `ebsd` · `mira` · `riff`(云 Agent) … · `mojo`(API 驱动,默认宿主机执行) · `minimax`(MiniMax `mmx text repl`;区域由 `mmx auth login --region cn|global` 决定,同机多区用 per-bot `env` 的 `MMX_CONFIG_DIR` 隔离) …
|
|
85
85
|
|
|
86
86
|
`ebsd` 使用独立的外部服务身份和原生 OMP 会话目录;部署方必须通过受限权限文件配置 Diag Gateway token 与 ByteCloud service account,不能把密钥写入 `bots.json`。
|
|
87
87
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "botmux",
|
|
3
|
-
"version": "3.21.0
|
|
3
|
+
"version": "3.21.0",
|
|
4
4
|
"description": "Bridge between IM platforms and AI coding CLIs — one topic, one CLI session with live streaming",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
@@ -80,12 +80,12 @@
|
|
|
80
80
|
},
|
|
81
81
|
"optionalDependencies": {
|
|
82
82
|
"@napi-rs/canvas": "^0.1.65",
|
|
83
|
-
"botmux-darwin-arm64": "3.21.0
|
|
84
|
-
"botmux-darwin-x64": "3.21.0
|
|
85
|
-
"botmux-linux-arm64": "3.21.0
|
|
86
|
-
"botmux-linux-arm64-musl": "3.21.0
|
|
87
|
-
"botmux-linux-x64": "3.21.0
|
|
88
|
-
"botmux-linux-x64-musl": "3.21.0
|
|
83
|
+
"botmux-darwin-arm64": "3.21.0",
|
|
84
|
+
"botmux-darwin-x64": "3.21.0",
|
|
85
|
+
"botmux-linux-arm64": "3.21.0",
|
|
86
|
+
"botmux-linux-arm64-musl": "3.21.0",
|
|
87
|
+
"botmux-linux-x64": "3.21.0",
|
|
88
|
+
"botmux-linux-x64-musl": "3.21.0"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@midscene/web": "^1.7.6",
|