@apolloyh/apollo-agent 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/docs/sdk.md +1 -1
  2. package/package.json +1 -1
package/docs/sdk.md CHANGED
@@ -13,7 +13,7 @@ Apollo SDK 用于把 Agent 能力嵌入 Node.js / TypeScript 系统。CLI 只是
13
13
  当前使用本地 tarball:
14
14
 
15
15
  ```bash
16
- npm install /Users/apollo/Code-YH/web-agent/agent/apolloyh-apollo-agent-0.1.0.tgz
16
+ npm install /Users/apollo/Code-YH/web-agent/agent/apolloyh-apollo-agent-0.1.1.tgz
17
17
  ```
18
18
 
19
19
  发布到 npm 后可改为:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apolloyh/apollo-agent",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "type": "module",
5
5
  "description": "Apollo — your personal agent. Answer first, act when needed. Claude Code–style Task subagents.",
6
6
  "bin": {