@pionex/pionex-ai-kit 0.2.41 → 0.2.42

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.
package/README.md CHANGED
@@ -17,6 +17,7 @@ npm install -g @pionex/pionex-ai-kit
17
17
  - **pionex-trade-cli account ...** — Account balance command.
18
18
  - **pionex-trade-cli orders ...** — Spot order lifecycle commands.
19
19
  - **pionex-trade-cli bot futures_grid ...** — Futures grid bot lifecycle commands (`get/create/adjust_params/reduce/cancel`).
20
+ - **pionex-trade-cli bot spot_grid ...** — Spot grid bot lifecycle commands (`get/get_ai_strategy/create/adjust_params/invest_in/cancel/profit`).
20
21
 
21
22
  The MCP server (**@pionex/pionex-trade-mcp**) reads from the same file. After init, run:
22
23