Commit 0b55f21
authored
feat: add modern Claude models [] (#10706)
* feat(bedrock-content-generator): add modern Claude models, keep all existing
- Add Claude Sonnet 4.6, 4.5, 4; Claude 3.5 Haiku, 3 Haiku to featured list
- Keep existing models (v3 Sonnet, v2.1, Instant, Llama 2, Mixtral) for backward compatibility
- Set default model to Claude Sonnet 4.6
- Update config help text to suggest Claude Sonnet 4.6
- Update Model.spec.tsx to include new default in mock and assertions
Made-with: Cursor
* chore(bedrock-content-generator): add .npmrc to allow esbuild postinstall scripts
* feat(bedrock-content-generator): integrate LavaMoat allow-scripts for package management
* refactor(bedrock-content-generator): remove .npmrc and update package.json for LavaMoat integration1 parent f092abf commit 0b55f21
File tree
6 files changed
+5901
-2514
lines changed- .circleci
- apps/bedrock-content-generator
- src
- components/config
- model
- configs/aws
6 files changed
+5901
-2514
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
34 | 46 | | |
35 | 47 | | |
36 | 48 | | |
| |||
46 | 58 | | |
47 | 59 | | |
48 | 60 | | |
| 61 | + | |
49 | 62 | | |
50 | 63 | | |
51 | 64 | | |
| |||
76 | 89 | | |
77 | 90 | | |
78 | 91 | | |
| 92 | + | |
79 | 93 | | |
80 | 94 | | |
81 | 95 | | |
| |||
96 | 110 | | |
97 | 111 | | |
98 | 112 | | |
| 113 | + | |
99 | 114 | | |
100 | 115 | | |
101 | 116 | | |
| |||
137 | 152 | | |
138 | 153 | | |
139 | 154 | | |
| 155 | + | |
140 | 156 | | |
141 | 157 | | |
142 | 158 | | |
| |||
0 commit comments