agdi 3.4.5 → 4.0.0

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 (3) hide show
  1. package/README.md +7 -0
  2. package/dist/index.js +2127 -488
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -64,6 +64,13 @@ A clean, minimal Terminal User Interface (TUI) powers your experience.
64
64
  | `agdi build <prompt> --saas` | — | Generate a full-stack SaaS blueprint |
65
65
  | `agdi squad [prompt]` | `s` | Trigger the multi-agent autonomous builder |
66
66
  | `agdi squad --deploy` | — | Build and auto-deploy directly to Vercel/Netlify |
67
+ | `agdi squad --breakpoints` | — | Pause after each agent task for review |
68
+ | `agdi audit --prod` | — | Production readiness scanner (a11y, security, tests) |
69
+ | `agdi sandbox <url>` | — | Live API doc reader and endpoint tester |
70
+ | `agdi visual-test` | `vt` | Screenshot regression testing against baselines |
71
+ | `agdi memory` | `mem` | Parse git history for project context & patterns |
72
+ | `agdi deps --full` | — | Scan dependencies for vulnerabilities and auto-fix |
73
+ | `agdi plugins` | `plug` | Manage community plugins and IDE extensions |
67
74
  | `agdi gateway` | `gw` | Start or check the native WebSocket gateway |
68
75
  | `agdi channels` | — | Link agdi to your Slack, Discord, or Telegram |
69
76
  | `agdi auth` | — | Securely configure your BYOK (Bring Your Own Key) access |