|
1 | 1 | # @protolabsai/flows |
2 | 2 |
|
| 3 | +## 0.79.0 |
| 4 | + |
| 5 | +### Minor Changes |
| 6 | + |
| 7 | +- ### Features |
| 8 | + - in-flight CI failure injection into running agents (M4) (#2937) |
| 9 | + - webhook consolidation — CI events on both routes (M6) (#2938) |
| 10 | + - pre-push validation tests and stub service (M5 TDD) (#2932) |
| 11 | + - split remediation budgets — separate CI and review counters (#2931) |
| 12 | + - M1 — CI Failure Classification (#2927) |
| 13 | + - in-flight CI failure injection into running agents (M4) (#2937) |
| 14 | + - webhook consolidation — CI events on both routes (M6) (#2938) |
| 15 | + - pre-push validation tests and stub service (M5 TDD) (#2932) |
| 16 | + - split remediation budgets — separate CI and review counters (#2931) |
| 17 | + - M1 — CI Failure Classification (#2927) |
| 18 | + |
| 19 | + ### Bug Fixes |
| 20 | + - remove all excludeFromStaging defaults — .gitignore handles exclusion |
| 21 | + - CodeRabbit findings — PRWatcher null, cross-project injection, stale queue (#2941) |
| 22 | + - remove all excludeFromStaging defaults — .gitignore handles exclusion |
| 23 | + - CodeRabbit findings — PRWatcher null, cross-project injection, stale queue (#2941) |
| 24 | + - remove unwired pre-push-validation stub and failing tests |
| 25 | + - prevent git add error when .automaker is in .gitignore (#2934) |
| 26 | + - use non-excluded pattern in friction tracker tests |
| 27 | + - change DEFAULT_GIT_WORKFLOW_SETTINGS.prBaseBranch from dev to main |
| 28 | + - add per-project prBaseBranch: dev to automaker settings |
| 29 | + - exclude rate_limit and transient patterns from friction tracker |
| 30 | + - remove unwired pre-push-validation stub and failing tests |
| 31 | + - prevent git add error when .automaker is in .gitignore (#2934) |
| 32 | + - use non-excluded pattern in friction tracker tests |
| 33 | + - change DEFAULT_GIT_WORKFLOW_SETTINGS.prBaseBranch from dev to main |
| 34 | + - exclude rate_limit and transient patterns from friction tracker |
| 35 | + - add per-project prBaseBranch: dev to automaker settings |
| 36 | + - add RemediationBudgetEnforcer implementation and fix formatting |
| 37 | + - add RemediationBudgetEnforcer implementation and fix formatting |
| 38 | + - add RemediationBudgetEnforcer implementation and fix formatting |
| 39 | + - exclude rate_limit and transient patterns from friction tracker |
| 40 | + - restore Plans/Issues/Metrics tabs on project management view (#2918) |
| 41 | + - use importOriginal in vi.mock for child_process to prevent test pollution |
| 42 | + - restore Plans/Issues/Metrics tabs on project management view (#2918) |
| 43 | + - use importOriginal in vi.mock for child_process to prevent test pollution |
| 44 | + |
| 45 | + ### Refactors |
| 46 | + - remove calendar system and clean up MCP server cruft |
| 47 | + - remove calendar system and clean up MCP server cruft |
| 48 | + - Bug: Agent PRs target main instead of dev — PR creation ignores prBaseBr |
| 49 | + - Budget types and enforcement tests |
| 50 | + - Budget types and enforcement tests |
| 51 | + - Bug: Agent PRs target main instead of dev — PR creation ignores prBaseBr |
| 52 | + - Job log fetcher implementation |
| 53 | + - Bug: Worktree creation hardcodes origin/dev, breaks projects without dev |
| 54 | + - Bug: LeadEngineer checkpoint prevents feature retry after worktree clean |
| 55 | + - Bug: Agent PRs target main instead of dev — PR creation ignores prBaseBr |
| 56 | + - Job log fetcher implementation |
| 57 | + - Bug: Agent PRs target main instead of dev — PR creation ignores prBaseBr |
| 58 | + - Budget types and enforcement tests |
| 59 | + |
| 60 | +### Patch Changes |
| 61 | + |
| 62 | +- Updated dependencies |
| 63 | + - @protolabsai/types@0.79.0 |
| 64 | + - @protolabsai/utils@0.79.0 |
| 65 | + - @protolabsai/prompts@0.79.0 |
| 66 | + - @protolabsai/model-resolver@0.79.0 |
| 67 | + - @protolabsai/observability@0.79.0 |
| 68 | + |
3 | 69 | ## 0.78.0 |
4 | 70 |
|
5 | 71 | ### Minor Changes |
|
0 commit comments