Skip to content

Add command-based AI model routing - #16

Merged
itsflaid merged 1 commit into
mainfrom
codex/add-model-routing-config
Jun 14, 2026
Merged

Add command-based AI model routing#16
itsflaid merged 1 commit into
mainfrom
codex/add-model-routing-config

Conversation

@itsflaid

Copy link
Copy Markdown
Owner

Summary

  • route devmap ask to llama-3.1-8b-instant
  • keep standard analyze on openai/gpt-oss-20b
  • route analyze --deep to openai/gpt-oss-120b
  • use openai/gpt-oss-20b as the model-unavailable fallback
  • add devmap config model for global overrides
  • support devmap config model auto to restore command defaults
  • preserve existing provider credentials when changing models
  • update PRD, command reference, architecture, and maintainer testing docs

Verification

  • pnpm test:cli (57/57)
  • pnpm build:cli
  • pnpm test:package-e2e
  • git diff --check

Closes #15

Co-authored-by: devmap-agent <238585242+devmap-agent@users.noreply.github.com>
@itsflaid
itsflaid merged commit a24112b into main Jun 14, 2026
9 checks passed
@itsflaid
itsflaid deleted the codex/add-model-routing-config branch June 14, 2026 08:14
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.

Add command-based AI model routing and model override

1 participant