Commit 5069442
feat: Add AI-powered CLI commands for influencer demos
- Add 'cx ask' command for natural language queries
- Add 'cx install' shortcut (e.g., cx install cuda drivers for nvidia)
- Add 'cx setup' shortcut (e.g., cx setup lamp stack with php 8.3)
- Add 'cx what' shortcut (e.g., cx what packages use most disk space)
- Add 'cx fix' shortcut for AI-assisted error fixing
- Add 'cx explain' shortcut for command explanations
- Wire commands to CX daemon via Unix socket IPC
- Include fallback mode when daemon not running
Demo-ready commands:
cx install cuda drivers for my nvidia gpu
cx setup lamp stack with php 8.3
cx what packages use the most disk space
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 37dc773 commit 5069442
1 file changed
Lines changed: 32 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
145 | 170 | | |
146 | 171 | | |
147 | 172 | | |
| |||
762 | 787 | | |
763 | 788 | | |
764 | 789 | | |
| 790 | + | |
| 791 | + | |
| 792 | + | |
| 793 | + | |
| 794 | + | |
| 795 | + | |
| 796 | + | |
765 | 797 | | |
766 | 798 | | |
767 | 799 | | |
| |||
0 commit comments