feat(opencode): migrate agent runtime to v2

This commit is contained in:
2026-08-04 16:56:04 +08:00
parent 07016451d6
commit 764a1f4e82
33 changed files with 1662 additions and 1057 deletions
+1 -1
View File
@@ -529,7 +529,7 @@ const shutdown = async () => {
logger.info("shutting down TJWaterAgent");
server.close();
resultReferenceStore.stopCleanupLoop();
// 同步关闭 embedded opencode server,避免本服务退出后留下孤儿进程。
// 同步关闭 embedded OpenCode V2 service,避免本服务退出后留下孤儿进程。
await opencodeRuntime.dispose();
};