Skip to content

feat: configurable coder and reviewer agents in settings#74

Merged
satyaborg merged 1 commit into
mainfrom
feat/settings-agent-models
Jun 22, 2026
Merged

feat: configurable coder and reviewer agents in settings#74
satyaborg merged 1 commit into
mainfrom
feat/settings-agent-models

Conversation

@satyaborg

@satyaborg satyaborg commented Jun 22, 2026

Copy link
Copy Markdown
Owner

Summary

  • Let users switch the default coder and reviewer agents (Codex or Claude Code) from the interactive Settings menu, persisting the choice to ~/.devloop/config.
  • Replaces the previously hardcoded codex/claude defaults; CLI --coder/--reviewer flags still override per run.
  • Config resolves with the existing precedence (local .devloop/config over global), validated via normalize_agent.

Test plan

  • bash scripts/devloop_test.sh (53 ok, 0 failures, 100% function coverage gate passes)
  • End-to-end config round-trip: Set coder → Claude Code writes coder=claude and resolves to "Claude Code"
  • Open devloop menu → Settings → Set coder / Set reviewer, confirm values persist across runs

Default coder/reviewer were hardcoded to Codex/Claude Code. Add coder
and reviewer keys to ~/.devloop/config, surface them in the Settings
menu, and resolve them in every run path so the choice persists.
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Jun 22, 2026

Copy link
Copy Markdown

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
devloop bcd10e0 Commit Preview URL

Branch Preview URL
Jun 22 2026, 12:52 PM

@satyaborg satyaborg merged commit 8e29118 into main Jun 22, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant