opencode-tbot 0.1.11 → 0.1.13
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 +1 -2
- package/README.zh-CN.md +1 -2
- package/dist/plugin.js +331 -250
- package/dist/plugin.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -115,8 +115,7 @@ Notes:
|
|
|
115
115
|
|
|
116
116
|
## Commands
|
|
117
117
|
|
|
118
|
-
- `/start` show
|
|
119
|
-
- `/help` show the full command reference and examples
|
|
118
|
+
- `/start` show a short welcome message and quick-start steps
|
|
120
119
|
- `/status` show aggregated OpenCode health, path, LSP, and MCP status
|
|
121
120
|
- `/new [title]` create a new OpenCode session
|
|
122
121
|
- `/agents` or `/agent` list available agents and switch the active one
|
package/README.zh-CN.md
CHANGED
|
@@ -115,8 +115,7 @@ npm uninstall opencode-tbot
|
|
|
115
115
|
|
|
116
116
|
## 命令
|
|
117
117
|
|
|
118
|
-
- `/start`
|
|
119
|
-
- `/help` 显示完整命令说明和示例
|
|
118
|
+
- `/start` 显示简短欢迎信息和快速开始说明
|
|
120
119
|
- `/status` 显示 OpenCode 健康状态、路径、LSP 和 MCP 信息
|
|
121
120
|
- `/new [title]` 创建新的 OpenCode 会话
|
|
122
121
|
- `/agents` 或 `/agent` 列出可用 agent 并切换当前 agent
|