File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525# ββ Default model assignments per spec ββββββββββββββββββββββββββββββββ
2626
2727FORGE_DEFAULT_MODELS : dict [str , str ] = {
28+ # Analysis β cheap, high-throughput (bulk file/code scanning)
2829 "codebase_analyst_model" : "minimax/minimax-m2.5" ,
29- "security_auditor_model" : "minimax/minimax-m2.5" ,
30- "fix_strategist_model" : "minimax/minimax-m2.5" ,
30+ # Reasoning β mid-tier (security judgement + triage quality matter)
31+ "security_auditor_model" : "anthropic/claude-haiku-4.5" ,
32+ "fix_strategist_model" : "anthropic/claude-haiku-4.5" ,
3133}
3234
3335# ββ Provider routing ββββββββββββββββββββββββββββββββββββββββββββββββββ
Original file line number Diff line number Diff line change 11[project ]
22name = " vibe2prod"
3- version = " 1.5.4 "
3+ version = " 1.5.5 "
44description = " AI-powered code audit and remediation. Turns vibe-coded MVPs into production-ready software."
55readme = " README.md"
66requires-python = " >=3.10"
You canβt perform that action at this time.
0 commit comments