Commit bc7d92a
committed
Enhance claude CLI with intuitive auto-fix defaults and watch mode
- Add parallel execution by default (3 workers)
- Make auto-fix with accuracy the default for --fix command
- Replace --no-auto with --prompt flag for manual approval mode
- Add --watch flag for continuous monitoring
- Add smart context loading for better performance
- Add caching system with 5-minute TTL
- Improve model selection strategy (pinky vs the-brain)
- Add local run instructions to build output
- Remove separate super-saiyan file, integrate capabilities as defaults1 parent 230a15e commit bc7d92a
2 files changed
+882
-122
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
292 | 292 | | |
293 | 293 | | |
294 | 294 | | |
| 295 | + | |
295 | 296 | | |
296 | 297 | | |
297 | | - | |
| 298 | + | |
298 | 299 | | |
299 | | - | |
| 300 | + | |
300 | 301 | | |
301 | 302 | | |
302 | 303 | | |
| |||
325 | 326 | | |
326 | 327 | | |
327 | 328 | | |
| 329 | + | |
328 | 330 | | |
329 | 331 | | |
330 | | - | |
| 332 | + | |
331 | 333 | | |
332 | | - | |
333 | | - | |
| 334 | + | |
| 335 | + | |
334 | 336 | | |
335 | 337 | | |
336 | 338 | | |
| |||
0 commit comments