Introduce a Multi-Step Coding Agent Workflow #10
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Planner access and routing
Pass the planner a structured “capability inventory” of providers/models, including tags, budgets, and disallowed tools; the planner proposes a per-step assignment that the executor enforces.
Start with static routing (e.g., small local model for spec and plan; larger model for complex diffs; fast model for test summaries) and add dynamic routing based on prompt complexity, uncertainty, and Pareto cost-performance trade-offs.
Implement resilient fallbacks and failover so executor/verifier can retry a different model when rate-limited or on repeated test failures within budget.