@agentuity/cli 0.0.22 → 0.0.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentuity/cli",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./dist/index.d.ts",
@@ -108,7 +108,7 @@ export const command = createCommand({
108
108
  cwd: rootDir,
109
109
  clearOnSuccess: true,
110
110
  truncate: false,
111
- maxLinesOutput: 1,
111
+ maxLinesOutput: 2,
112
112
  maxLinesOnFailure: 15,
113
113
  }),
114
114
  tui.spinner('Building project', async () => {