xx-ai-cli 0.1.12 → 0.1.13

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -387,7 +387,7 @@ program.action(async () => {
387
387
  appConfig.set('agentAutoConfirm', autoConfirm);
388
388
  await agentCommand(undefined, {
389
389
  autoConfirm,
390
- maxSteps: 15,
390
+ maxSteps: 50,
391
391
  });
392
392
  });
393
393
  // ─── stdin 管道支持(作为子命令的补充)──────────────────────
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "xx-ai-cli",
3
- "version": "0.1.12",
3
+ "version": "0.1.13",
4
4
  "description": "🤖 支持国内主流大模型的 AI 命令行工具,内置 Agent 模式、历史会话、管道输入",
5
5
  "type": "module",
6
6
  "bin": {