@yvhitxcel/opencode-remote 0.15.0 → 0.15.1
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 +17 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -56,6 +56,8 @@ opencode-remote telegram
|
|
|
56
56
|
|
|
57
57
|
> ✅ 可用 ❌ 未实现
|
|
58
58
|
|
|
59
|
+
> 💡 七牛云仅用于 `/upload` `/delete` 文件上传功能,**所有核心命令(对话、会话管理、AI 模型切换等)无需任何配置即可使用**。安装后直接 `opencode-remote telegram` 即可体验。
|
|
60
|
+
|
|
59
61
|
## 快速使用
|
|
60
62
|
|
|
61
63
|
```bash
|
|
@@ -69,10 +71,25 @@ opencode-remote weixin
|
|
|
69
71
|
opencode-remote feishu
|
|
70
72
|
```
|
|
71
73
|
|
|
74
|
+
## 手机开发工作流
|
|
75
|
+
|
|
76
|
+
1. 把 `weixin.bat` 复制到你的项目根目录
|
|
77
|
+
2. 双击运行(或在终端执行),扫码登录微信
|
|
78
|
+
3. 之后在手机上发消息给 bot,AI 会直接操作这个项目目录
|
|
79
|
+
4. 查看状态、修改代码、git 提交,全部在微信里完成
|
|
80
|
+
|
|
81
|
+
```bash
|
|
82
|
+
# 或者手动指定项目目录
|
|
83
|
+
cd 你的项目
|
|
84
|
+
opencode-remote
|
|
85
|
+
```
|
|
86
|
+
|
|
72
87
|
## 配置说明
|
|
73
88
|
|
|
74
89
|
首次运行会在 `~/.opencode-remote/` 目录生成配置。详见 `.env.example`。
|
|
75
90
|
|
|
91
|
+
**七牛云是可选的**,不配也能用全部核心功能。只有上传构建产物才需要配置。
|
|
92
|
+
|
|
76
93
|
## 系统要求
|
|
77
94
|
|
|
78
95
|
- Node.js >= 18.0.0
|