Skip to content

Commit 1f028a6

Browse files
πŸ“¦ release: v1.5.5 β€” restore Haiku for security/fix, Minimax for analyst
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e22b2ac commit 1f028a6

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

β€Žforge/config.pyβ€Ž

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,11 @@
2525
# ── Default model assignments per spec ────────────────────────────────
2626

2727
FORGE_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 ──────────────────────────────────────────────────

β€Žpyproject.tomlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "vibe2prod"
3-
version = "1.5.4"
3+
version = "1.5.5"
44
description = "AI-powered code audit and remediation. Turns vibe-coded MVPs into production-ready software."
55
readme = "README.md"
66
requires-python = ">=3.10"

0 commit comments

Comments
Β (0)