Skip to content

docs: reroute agent-loop models by task, add frontier-first reviewer cascade - #101

Merged
Santisoutoo merged 1 commit into
mainfrom
docs/agent-loop-model-routing
Aug 24, 2026
Merged

docs: reroute agent-loop models by task, add frontier-first reviewer cascade#101
Santisoutoo merged 1 commit into
mainfrom
docs/agent-loop-model-routing

Conversation

@Santisoutoo

Copy link
Copy Markdown
Owner

Descripción

Reasigna los modelos del agent-loop por tarea, según investigación de catálogo/precios de Cursor Pro y OpenCode Go (2026-08):

  • Reviewer: cascada real frontera-primero — gpt-5.3-codexgpt-5.6-sol (Cursor, pool "Other Models") → opencode-go/kimi-k3 como respaldo garantizado (antes: siempre OpenCode).
  • Implementación general: kimi-k3, documentadas alternativas glm-5.2 / qwen3.7-max.
  • area: docs y area: tests dejan de compartir MODEL_CHEAP: cada una tiene su propia cadena de fallback (tests escala a glm-5.2 en lógica compleja; docs se queda en el tier más barato).
  • Frontend: sin cambios de fondo (composer-2.5), documentadas alternativas grok-4.5/grok-4.6.
  • Corrige discrepancia en .github/agent/README.md (decía gpt-5.3-codex para frontend; el código siempre usó composer-2.5).
  • Añade sección "Desarrollo autónomo (loop engineering)" al README principal con la tabla de modelos/agentes.

⚠️ Antes de fiarte del cron

Varios ids (gpt-5.3-codex, gpt-5.6-sol, glm-5.2, qwen3.7-max, deepseek-v4-flash, mimo-v2.5) vienen de investigación web, no verificados contra cursor-agent --list-models / el catálogo real de OpenCode Go. Recomendado: probar con gh workflow run agent-loop -f issue=<N> en un issue de bajo riesgo antes de confiar en el cron automático (3 runs/día).

Checklist

  • bash -n sobre pick-issue.sh (sintaxis OK)
  • YAML válido en agent-loop.yml
  • Validar ids de modelo reales antes/después de mergear (ver aviso arriba)

🤖 Generated with Claude Code

https://claude.ai/code/session_012Ekv1VKFK4VVEdcPSGhA7x

Splits area:docs/area:tests into separate model tiers (were sharing
MODEL_CHEAP), documents 2-3 fallback models per tier based on 2026-08
Cursor Pro / OpenCode Go catalog research, and gives the reviewer a real
frontier-first cascade (gpt-5.3-codex -> gpt-5.6-sol via Cursor, falling
back to kimi-k3 via OpenCode) instead of always running on OpenCode.

Also fixes a stale README claim (said gpt-5.3-codex was the frontend
model; the script has always used composer-2.5) and documents the model
routing table in both the agent runbook and the top-level README.

Several model ids (gpt-5.3-codex, gpt-5.6-sol, glm-5.2, qwen3.7-max,
deepseek-v4-flash, mimo-v2.5) are sourced from web research and not yet
verified against a live catalog call -- flagged in the docs, sanity-check
with workflow_dispatch on a low-stakes issue before trusting the cron.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_012Ekv1VKFK4VVEdcPSGhA7x
@github-actions github-actions Bot added area: ci-cd GitHub Actions / workflows / dependabot area: docs Documentation only labels Aug 24, 2026
@Santisoutoo
Santisoutoo merged commit fcec85d into main Aug 24, 2026
15 checks passed
@Santisoutoo
Santisoutoo deleted the docs/agent-loop-model-routing branch August 24, 2026 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: ci-cd GitHub Actions / workflows / dependabot area: docs Documentation only

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant