Releases: wasikarn/devflow
Releases · wasikarn/devflow
devflow v1.10.0
What's Changed
Full Changelog: v1.9.0...v1.10.0
devflow v1.9.0 - Advisor Strategy
Advisor Strategy mode for df-review
This release introduces cost-intelligent PR review using Anthropic's Advisor Strategy pattern.
What's New
--advisorflag — Enable cost-intelligent review with automatic model escalationadvisor-consultantagent — Opus-powered deep analysis for uncertain findings- Confidence scoring — Sonnet/Haiku executors assign confidence scores to findings
- Configurable modes — fast (Haiku), balanced (Sonnet), conservative (stricter threshold)
- Auto-escalation — Security/architecture patterns automatically go to Opus advisor
Usage
# Balanced mode (default): Sonnet + Opus on uncertainty
/review 123 --advisor
# Fast mode: Haiku + Opus on security only
/review 123 --advisor --mode=fastCost Savings
| PR Size | Standard (3×Opus) | Advisor Mode | Savings |
|---|---|---|---|
| 10 files | ~$4.50 | ~$1.50 | 67% |
| 50 files | ~$22.50 | ~$4.50 | 80% |
Files Changed
- New:
agents/advisor-consultant.md - New:
skills/df-review/references/phase-advisor.md - Updated:
skills/df-review/SKILL.md - Updated:
skills/df-review/references/phase-3.md - Updated:
agents/code-reviewer.md
Full changelog: CHANGELOG.md
v1.8.0 — Skill namespace prefix (df-) + hooks cleanup
Full Changelog: v1.7.6...v1.8.0
v1.7.6 — Update agent skill references
Full Changelog: v1.7.5...v1.7.6
v1.7.5 — Namespace all skills with df- prefix
Full Changelog: v1.7.4...v1.7.5
v1.7.4 — Rename setup to devflow-setup
Full Changelog: v1.7.3...v1.7.4
v1.7.3 — Hook cleanup and skill rename
Full Changelog: v1.7.2...v1.7.3
v1.7.2 — Release 1.7.2
Full Changelog: v1.7.1...v1.7.2
v1.7.1
v1.7.1 — QA Fixes
Fixed
- README.md: fix MD036 (emphasis as heading), MD040 (fenced code language)
- README.md: update version badge to 1.7.1
- skills/setup/SKILL.md: convert multi-line description to single-line
- agents/falsification-agent.md: reorder frontmatter fields to convention
- agents/commit-finalizer.md: reorder frontmatter fields to convention
QA
- All 13 checks passing (shellcheck, markdownlint, plugin validate, bats tests, etc.)
- Plugin structure validated and ready for production