You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Introduce model tiers (small, medium, large) for CLI tools
- Update agent.py to resolve model names based on tier
- Modify chore_implement.py and prompt.py to accept tier options
- Enhance README.md and overview.md with model tier documentation
**Concurrency limit**: Max 3 parallel implementations globally.
185
+
186
+
---
187
+
188
+
## CLI Model Tiers
189
+
190
+
The agentic workflows use abstract model tiers (`small`, `medium`, `large`) instead of CLI-specific model names. This allows the same command to work across different AI tools.
0 commit comments