Skip to content

Releases: wasikarn/devflow

devflow v1.10.0

17 Apr 08:33

Choose a tag to compare

What's Changed

  • feat(df-merge-pr): add --yes flag to skip confirmation gate by @wasikarn in #6

Full Changelog: v1.9.0...v1.10.0

devflow v1.9.0 - Advisor Strategy

14 Apr 15:34

Choose a tag to compare

Advisor Strategy mode for df-review

This release introduces cost-intelligent PR review using Anthropic's Advisor Strategy pattern.

What's New

  • --advisor flag — Enable cost-intelligent review with automatic model escalation
  • advisor-consultant agent — 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=fast

Cost 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

06 Apr 12:14

Choose a tag to compare

v1.7.6 — Update agent skill references

06 Apr 01:24

Choose a tag to compare

v1.7.5 — Namespace all skills with df- prefix

06 Apr 01:22

Choose a tag to compare

v1.7.4 — Rename setup to devflow-setup

06 Apr 01:14

Choose a tag to compare

v1.7.3 — Hook cleanup and skill rename

06 Apr 01:11

Choose a tag to compare

v1.7.2 — Release 1.7.2

04 Apr 08:25

Choose a tag to compare

v1.7.1

04 Apr 08:23

Choose a tag to compare

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

v1.7.0 — Token optimization: field filtering, PR diff filters, metrics tracking

03 Apr 12:06

Choose a tag to compare