Commit 4936ec8
committed
feat: implement Claude CLI-inspired enhancements
- Add AI-powered natural language command interface (socket ai)
- Add interactive fix mode for guided vulnerability remediation
- Add project context awareness (auto-detect npm/yarn/pnpm/monorepos)
- Add rich progress indicators for better UX
- Add intelligent offline caching with TTL support
- Auto-suggest commands based on project type and framework
- Support 'socket ai "scan for vulnerabilities"' style commands
- Detect and provide contextual help for React, Vue, Angular, etc1 parent 7f5ad4e commit 4936ec8
File tree
5 files changed
+1386
-0
lines changed- src
- commands
- ai
- fix
- scan
- utils
5 files changed
+1386
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
43 | 45 | | |
44 | 46 | | |
45 | 47 | | |
| |||
0 commit comments