chore: import upstream snapshot with attribution

This commit is contained in:
wehub-resource-sync
2026-07-13 12:48:39 +08:00
commit d6029f17d3
368 changed files with 206753 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
const { CLAUDE_MODELS } = require('../config/models')
describe('models config', () => {
it('places Claude Sonnet 4.6 as the second Claude model option', () => {
expect(CLAUDE_MODELS[1]).toEqual({
value: 'claude-sonnet-4-6',
label: 'Claude Sonnet 4.6'
})
})
})