From 70ae570fb891e597e71d8ca255d5cbd1a3b8f56e Mon Sep 17 00:00:00 2001 From: AI Engineer Date: Thu, 28 May 2026 21:41:45 +0800 Subject: [PATCH] docs: add go/coder to module index (by AI) --- README.zh-CN.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.zh-CN.md b/README.zh-CN.md index 707abf1..54e13e3 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -106,6 +106,10 @@ 跨平台隔离与运行时环境管理器。 - **API**: `Start`, `Restore`, `Query`, `Fetch`, `SetRoot`, `NewService`, `DefaultService`, `Sandbox.Status`, `Sandbox.Wait`, `Sandbox.Kill`, `Sandbox.Cleanup` +### go/coder v1.0.0 +为 AI Agent 设计的常驻温环境动态代码执行引擎。 +- **API**: `Start`, `Stop`, `Eval`, `Install` + ### go/api v1.3.2 第三方 API 调度引擎,消除 SDK 摩擦。 - **API**: `Call[T]`, `Load`, `RegisterSigner`, `GetSigner`, `Action`