@sandagent/runner-cli 0.2.16 → 0.2.18

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -184,5 +184,6 @@ sandagent image build --name vikadata/sandagent --tag 0.1.0
184
184
 
185
185
  ## Related Documentation
186
186
 
187
+ - [Skills 使用说明](docs/SKILLS.md) — 本地与 Docker 下 skills 的存放路径与加载方式
187
188
  - [Claude Agent SDK](https://platform.claude.com/docs/agent-sdk/typescript)
188
189
  - [AI SDK UI Stream Protocol](https://ai-sdk.dev/docs/ai-sdk-ui/stream-protocol)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sandagent/runner-cli",
3
- "version": "0.2.16",
3
+ "version": "0.2.18",
4
4
  "description": "SandAgent Runner CLI - Like gemini-cli or claude-code, runs in your local terminal with AI SDK UI streaming",
5
5
  "type": "module",
6
6
  "bin": {