新增 opencode 配置文件,移除嵌入式服务器支持
Agent CI/CD / validate (push) Failing after 2m17s
Agent CI/CD / docker-image (push) Has been skipped
Agent CI/CD / deploy-fallback-log (push) Has been skipped

This commit is contained in:
2026-05-18 17:15:42 +08:00
parent d3f6213187
commit f92598803f
5 changed files with 511 additions and 4 deletions
+1 -4
View File
@@ -289,7 +289,4 @@ bun run start
```bash
OPENCODE_BASE_URL=http://127.0.0.1:4096
```
配置后,`TJWaterAgent` 会连接该外部 opencode server,而不是自行启动 embedded opencode server。
>>>>>>> 414247d (新增 skills、README,指定 opencode 的启动行为)
```